Creating .net project

david_ste

Newcomer
Joined
Oct 27, 2003
Messages
1
I am trying to create a new .net project on my localhost however, when I try to create the project I get the following message.

"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"

I have however definately installed .net sdk 1.1, Frontpage extensions, latest MDAC and all the latest updates from Microsoft.

The only thing I can think of is that IIS was installed after Visual Studio .net.

Could this be the problem and if so is there an easy way to alleviate it. I have already tried reinstalling the .Net sdk etc but that has not worked.

Any help would be greatly appreciated.

Thank You.
 
Installing IIS after the Framework is probably the problem.

Open a command promt window and run this..

C:\WINNT\Microsoft.NET\Framework\v1.0.3705\aspnet_regiis.exe /i

replace v1.0.3705 with your version number
 
Back
Top