Visual Studio.NET 2003和2005不同 2003要装好IIS和配置好才能装 不知道为什么
应该是IIS未装在命令提示中输入:aspnet_regiis /i
重装IIS和.net1.1就可以了,我也遇到过
具体如何配置啊 IIS应该是没问题啊 .net2003如果不装IIS 或者没配置好根本就装不上 我现在装上了vs.net2003 但是建不起web项目
一般出现这样的是IIS没装好吧 你重装试试
在没有安装2005版本的时候出错的情况的解决办法:错误一
提示版本不是1.1 解决方法: 打开如下程序: 开始 - 程序 - microsoft - Microsoft Visual Studio .NET 2003 - Visual Studio .NET 工具 - Visual Studio .NET 2003 命令提示 输入如下命令: aspnet_regiis -i
错误二
浏览页面弹出如下提示:
无法找到脚本库“/aspnet_client/system_web/1_1_4322/WebUIValidation.js”。 请尝试手动放置此文件,或通过运行“aspnet_regiis -c”重新安装。
解决方法: 打开如下程序: 开始 - 程序 - microsoft - Microsoft Visual Studio .NET 2003 - Visual Studio .NET 工具 - Visual Studio .NET 2003 命令提示 输入如下命令: aspnet_regiis -c
以下是引用hsyiqifei在2007-8-28 15:15:45的发言:
重装IIS和.net1.1就可以了,我也遇到过一定好用
虽然我现在用的是05,但是我的03也是这个问题,还是没有解决,所以还是很想知道.我把IIS,卸了,又重装了,还是不行..我测试了下IIS,出现的结果如下:Server Application ErrorThe server has encountered an error while loading an application during the processing of your request. Please refer to the event log for more detail information. Please contact the server administrator for assistance.大家再帮忙想想办法.