Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ASP.net Config Problem

Status
Not open for further replies.

Newbie311

Programmer
Oct 6, 2003
30
0
0
GB
Hi there this is an easy one!
I've recently installed IIS and have now installed Visual Studio.net.
The problem im having is when i start a new project and try to create an ASP.net Web Application 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 Application or Services"

What do i need to do to get it working??Can someone please help!
 
Have you installed the .NET Framework?

----------------------------------------------------------------------

Need help finding an answer?

Try the search facilty ( or read FAQ222-2244 on how to get better results.
 
Im not sure, the procedure i took was to install IIS, once that was done i installed Visual Studio.NET wouldn't the framework come with that?
 
It should but you should check. Have a look in C:\WINDOWS\Microsoft.NET\Framework and see what folders you have.

----------------------------------------------------------------------

Need help finding an answer?

Try the search facilty ( or read FAQ222-2244 on how to get better results.
 
Have a look at this thread...

Thread

Rhys

""Vampireware /n/, a project, capable of sucking the lifeblood out of anyone unfortunate enough to be assigned to it, which never actually sees the light of day, but nonetheless refuses to die."

My Home
 
There is a whole bunch of DLL files and 3 folders v1.0.3705,v1.14322 and VJSharp.
Is there any script or exe that needs to be run inorder for ASP.net to work correctly??
 
Right - what those folders mean is that you have both 1.0 and 1.1 versions of the .NET framework installed.

What you need to do is:

1) Open the Command Prompt
2) Navigate to the C:\WINDOWS\Microsoft.NET\Framework\v1.14322 folder
3) Re-register the framework by typing "aspnet_regiis -1" (without the quotes)

Restart you machine and try again to see if that has solved the problem.

----------------------------------------------------------------------

Need help finding an answer?

Try the search facilty ( or read FAQ222-2244 on how to get better results.
 
Hey guys that done the trick it seems to be working fine! Thanks!
 
Just realised I typed -1 as opposed to -i in the above post. Guess you got it figured out anyway!

----------------------------------------------------------------------

Need help finding an answer?

Try the search facilty ( or read FAQ222-2244 on how to get better results.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top