Error on new ASP.Net project.

ryodoan

Well-known member
Joined
Jul 16, 2004
Messages
65
Location
Ohio
Programming Experience
3-5
Ok, I have used ASP.net at my school, I have VS .Net on my home computer. I have mySQL server, and I have IIS working. However, when I go to make a new ASP.net project, I get 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."

This is a picture of the error:
ASPdotNeterror.bmp
 
sounds like you need to run aspnet_reg_iis.exe, it's under your '\WINDOWS\Microsoft.NET\Framework\v1.1.4322' folder.

TPM
 
thank you so much, I felt really really stupid when I realized that thehelp button takes you right to the answer I was looking for.... lol.

Thanks for your help though, That was the correct file, jut you had to open it with the extension /i to make it install.
 
Don't feel bad I wouldn't have looked at the help either...

Ahh yes thats right I forgot about the /i, it's been a while.
 
Back
Top