Web server is not running ASP.NET ver 1.1

M

Mark M

After uninstalling and reinstalling IIS 5.1 I get the following error
when I try and create a new ASP.NET project in VB.NET 2003

"Visual Studio .NET has detected that the specified Web server is not
running ASP.NET version 1.1"

I have run a repair install with VB.NET but no joy.
Can some one tell me how to force The Localhost Web Server to use
ASP.NET 1.1

Thanks
 
H

hDrummer

try to register IIS
C:\WINNT\Microsoft.NET\Framework\v1.0.3705\aspnet_regiis.exe -i
 
M

Mark M

Thanks...

C:\Windows\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe -i

Did the trick.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top