Saturday, March 31, 2012

Web Server Error

Hi
Just installed .net and when I open up a project. I get a message which says that "The specified sever is not running .net version 1.1. I wont be able to compile the projects". I checked add/remove programms , I have 1.1 framework installed. Whats Iam missing here.
Thankstry running aspnet_regiis.exe from the .NET framework's folder (under c:\winnt\ i believe)
it resides at:
%systemroot%\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe

To map a specific application to ASP.NET v1.1:
%systemroot%\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe –s W3SVC/1/ROOT/<applicationdir
Here's a link for more information:
http://www.asp.net/faq/SideBySide.aspx#2

Ciao
Chadwick

0 comments:

Post a Comment