G
Guest
Hi;
Is there a url to a page that explains how I should install my ASP .NET app
on to Windows 2003?
Is there a url to a page that explains how I should install my ASP .NET app
on to Windows 2003?
Scott Allen said:You do have to create virtual directories (and mark them as
applications). There is some information in the following link, which
is part of a larger section on asp.net in 2003 server:
http://www.microsoft.com/resources/...2003/all/deployguide/en-us/iisdg_net_nkay.asp
You can create a setup and deployment project for your asp.net app.
These projects will configure the vdir for you, but don't offer much
help beyond that.