VS .NET SUTDIO install CONFIG

来源:互联网 发布:广告公司设计软件 编辑:程序博客网 时间:2024/06/05 09:46

I am trying to create a new website project in Visual Studio2005, the website is an IIS website (ie. http://localhost/website1) and iget the following error message;

Configuring website to ASP.NET 2.0 failed. You may need tomanually configure this site for ASP.NET 2.0 in order for your siteto run correctly.

then when i try to debug the project i get the followingerror;

Unable to start debugging on the web server. The server does notsupport debugging of ASP.net or ATL server applications.


Are ASP.NET 2.0 isapis are configured in IIS?

If not please configure by running aspnet_regiis -i from asp.net2.0 framework directory! I am guessing 2.0 isapis are not attachedin IIS. Probably that's why you got that error!


aspnet_regiis is in the folder commonly:C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727
0 0