ASP.NET error

  • Thread starter Thread starter Matt
  • Start date Start date
M

Matt

I have IIS 5.0 installed in Win2K machine. When I tried to created ASP.NET
(C#) application in VS.NET 2003, it has the following error:

"Visual Studio .NET has detected that the specified web server is not
running ASP.NET version 1.1. You will be unable to run ASP.NET web
applications or services."

Any ideas??
 
Hi Matt did u try this ??

1) Open a command window.
(Click Start, click Run, type cmd, and then click OK.)

2) Navigate to the directory of the Aspnet_regiis.exe version you want to
use. Remember that each version of the .NET Framework comes with its own
version.

The file is usually located in the following directory:
for 2000 c:\winnt\microsoft.net\framework\<versionNumber>
Then type aspnet_regiis.exe -i

Regards
Ashish M Bhonkiya
 
Back
Top