I am running XP Pro SP1. I installed VS .Net 2003 Enterprise Architect.
I opened up VS IDE and tried to create a new project. In the New Project
dialog, I selected Visual Basic Projects, then selected ASP.Net Web
Application. The IDE then reported that "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 checked the MSDN
website, and found this page:
http://msdn.microsoft.com/asp.net/gettingstarted/getaspnet/default.aspx
which is supposed to check my ASP.NET installation. It reported that I have
version 1.1.4322 of the .NET Framework installed.
So what do I need to do to be able to create a new web application?
DT - 22 Jun 2005 23:59 GMT
> So what do I need to do to be able to create a new web application?
First off, open the Visual Studio Command Prompt (available in Start >
Programs > Visual Studio .NET Tools. At the prompt, type:
aspnet_regiis -i
This is the quick fix; It may or may not work.
worthnew - 23 Jun 2005 01:00 GMT
Yep, that seem to do the trick. Thanks so much.
> > So what do I need to do to be able to create a new web application?
>
[quoted text clipped - 4 lines]
>
> This is the quick fix; It may or may not work.
Peter van der Goes - 23 Jun 2005 00:17 GMT
>I am running XP Pro SP1. I installed VS .Net 2003 Enterprise Architect.
>
[quoted text clipped - 11 lines]
>
> So what do I need to do to be able to create a new web application?
I'll assume you installed IIS prior to installing Visual Studio. Here are a
couple of articles that may help:
http://support.microsoft.com/default.aspx?scid=kb;en-us;555132
http://support.microsoft.com/default.aspx?scid=kb;en-us;825792

Signature
Peter [MVP Visual Developer]
Jack of all trades, master of none.
worthnew - 23 Jun 2005 01:00 GMT
Thanks for the pointer. The registering thing did the trick.
> >I am running XP Pro SP1. I installed VS .Net 2003 Enterprise Architect.
> >
[quoted text clipped - 18 lines]
>
> http://support.microsoft.com/default.aspx?scid=kb;en-us;825792