[RESOLVED]Creating asp.net web application.. Newbie question..
Hey guys..i'm having some problems here...i'm trying to learn asp.net and i'm having some errors whenever i try to create a new web application project... an error would pop up that says.. "Visual Studio.net has detected that the web server is not running ASP.net version 1.1. You will be unable to run ASP.net application or service".. i have IIS 5.1 installed and i am using visual studio 2003... how can you fix this?
Re: Creating asp.net web application.. Newbie question..
I had this error before. What happened is that after you installed VS you then installed IIS. This prevents the options for ASP.NET projects. There is an easy fix that just requires you to run a exe patch. I will try to search for it on the Forums unless someone else knows it off hand?
Re: Creating asp.net web application.. Newbie question..
I believe that would be...
c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe -i
Re: Creating asp.net web application.. Newbie question..
Yes, thats the one. :thumb: Maybe this time I will be able to remember it. ;)
Re: Creating asp.net web application.. Newbie question..
oh okay..thanks guys! that worked perfectly!