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
 
install IIS and then install VS. That's the traditional route

Curt
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top