The Web Server Could Not Find the Requested Resource

后端 未结 7 892
情深已故
情深已故 2021-02-11 21:48

I have a .NET 3.5 Web application on VS 2008 SP1 running on Vista Ultimate 32 SP1. I created an Application under the Default Web Site. So the url to the app is \"http://localho

7条回答
  •  梦毁少年i
    2021-02-11 22:30

    Installing Urlscan and changing the urlscan.ini with these changes solved the problem.

    In ALLOWEXTENSIONS Section add .aspx and in ALLOWVERBS Section add DEBUG.

    Don't forget to restart IIS.

提交回复
热议问题