How do I install my .NET ASP app on Windows 2003?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi;

Is there a url to a page that explains how I should install my ASP .NET app
on to Windows 2003?
 
Windows 2003 already has the .NET Framework 1.1 installed.
Assuming that you have Internet Information Services set up for
your website. It is just a matter of copying your files up to the server.
 
Dave,

Are you having particular problems? .NET 1.1 is installed in 2003 by
default. As long as you installed IIS, you should be able to just copy your
..NET application to the box and run it.

Steve
 
Hi;

I've found that I have to create virtual directories for each website that I
want to get to the app. Should I not have to do this?

thanks - dave
 

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