举个例子:
1,建立一个ASP.NET的WEB应用程序。
2,随便从工具箱中拖出几个Web的控件。
3,按“调试”,则出现下面的错误。
编译别的程序都没问题,我曾经用VC++和VC#制作了一些Windows程序,可是最近弄ASP.NET的应用程序却出现这个问题,我曾试着重新安装Studio,重新安装Frontpage扩展,均失败。郁闷ing...
据我估计可能问题出在Frontpage扩展上,在.NET第五张盘安装这个文件时报错。
不知各位使用.NET的朋友能否进行上面的调试,可有什么好的解决方法? :confused:
11 个解决方案
#1
1. You may have installed "IIS Lockdown" tool. If so, Please find "urlscan.ini" file, and add "DEBUG"(case sensitive) into "[allowverbs]" section in "urlscan.ini" file.
2. Or if you modified the IP address for your web site, change it back to "All Unassigned" in Internet Services Manager, then restart the web server
2. Or if you modified the IP address for your web site, change it back to "All Unassigned" in Internet Services Manager, then restart the web server
#2
up
#3
Thanks !
重新安装Win2000,重新安装.NET,问题解决.
重新安装Win2000,重新安装.NET,问题解决.
#4
如果想asp.net安分守己的工作。安装过程如下:
system-->IIS-->framework-->vs.net
为此我已经重装了n次才明白。
system-->IIS-->framework-->vs.net
为此我已经重装了n次才明白。
#5
我当时忘了装IIS,后来装上后也有同样问题,不能调试
海我重装系统,花了我两个晚上,哈哈
海我重装系统,花了我两个晚上,哈哈
#6
呵呵。看来是来了一遍彻底的了。。。
#7
代价真大呀,呵.
#8
呵
#9
在命令提示符中进入:D:\WINNT\Microsoft.NET\Framework\v1.0.3705
(目录因计算机而不同,相信你是聪明人)
输入:aspnet_regiis -i
等它自动完成。便可大功告成!
以上方法经过几个人的验证,十分有效!
(目录因计算机而不同,相信你是聪明人)
输入:aspnet_regiis -i
等它自动完成。便可大功告成!
以上方法经过几个人的验证,十分有效!
#10
简单有效,windowsserver2000,全装,其他六张全装
#11
重装2000?
够狠。
够狠。
#1
1. You may have installed "IIS Lockdown" tool. If so, Please find "urlscan.ini" file, and add "DEBUG"(case sensitive) into "[allowverbs]" section in "urlscan.ini" file.
2. Or if you modified the IP address for your web site, change it back to "All Unassigned" in Internet Services Manager, then restart the web server
2. Or if you modified the IP address for your web site, change it back to "All Unassigned" in Internet Services Manager, then restart the web server
#2
up
#3
Thanks !
重新安装Win2000,重新安装.NET,问题解决.
重新安装Win2000,重新安装.NET,问题解决.
#4
如果想asp.net安分守己的工作。安装过程如下:
system-->IIS-->framework-->vs.net
为此我已经重装了n次才明白。
system-->IIS-->framework-->vs.net
为此我已经重装了n次才明白。
#5
我当时忘了装IIS,后来装上后也有同样问题,不能调试
海我重装系统,花了我两个晚上,哈哈
海我重装系统,花了我两个晚上,哈哈
#6
呵呵。看来是来了一遍彻底的了。。。
#7
代价真大呀,呵.
#8
呵
#9
在命令提示符中进入:D:\WINNT\Microsoft.NET\Framework\v1.0.3705
(目录因计算机而不同,相信你是聪明人)
输入:aspnet_regiis -i
等它自动完成。便可大功告成!
以上方法经过几个人的验证,十分有效!
(目录因计算机而不同,相信你是聪明人)
输入:aspnet_regiis -i
等它自动完成。便可大功告成!
以上方法经过几个人的验证,十分有效!
#10
简单有效,windowsserver2000,全装,其他六张全装
#11
重装2000?
够狠。
够狠。