Just getting started

  • Thread starter Thread starter Dave
  • Start date Start date
D

Dave

I just installed VS.Net 2003 on my Windows XP box.

When I start it up and try to create a new project it tells me "Web server
is not running ASP.NET version 1.1." I also get an error when I try to
check for online updates.

Can I run VS.Net on Windows XP and use the local web server?

If so, where do I get the ASP.NET component to install on my local web
server?

Thanks
Dave
 
If so, where do I get the ASP.NET component to install on my local web

C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe

-i - Install this version of ASP.NET and update scriptmaps
at the IIS metabase root and for all scriptmaps below
the root. Existing scriptmaps of lower version are
upgraded to this version.
 
Thank you Ashish



Ashish M Bhonkiya said:
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe

-i - Install this version of ASP.NET and update scriptmaps
at the IIS metabase root and for all scriptmaps below
the root. Existing scriptmaps of lower version are
upgraded to this version.
 
Back
Top