R
Rich
I have a simple "Hello World" asp.net web application (created in VB2005)
that I want to deploy to IIS (6.0 - maybe higher - on a win2003 server). I
have read an article that suggest either of 2 methods - but I am not clear
how to work with these methods.
Method 1) copy the content files to the server and create a virtual dir in
IIS. What are my content files? What files do I copy to the server? The
article said I could use the xcopy command. In my app's Project Properties
page I see an option for Start Url (unselected by default) and for servers
the VS2005 development server is checked (by default) but also has an option
for use IIS web server (I am guessing this option is for the local
workstation IIS). So how do I copy my web app to the win2003 server from my
local workstation? What files do I copy? How do I call my default web page?
http://mywin2003server/myvirtualdir/default.aspx
is this how?
Method 2) - precompile - even more unclear on this one. Do I perform a
precompile and the create a setup package? Creating the setup package wasn't
so bad - fairly straight forward - I think. Select Output file (or something
like that). So after I create this msi file - I understand I copy this to
the win2003 server and then install it? How do I add the virtual dir to the
install path? Does this get done in the Project Properties page?
Thanks,
Rich
that I want to deploy to IIS (6.0 - maybe higher - on a win2003 server). I
have read an article that suggest either of 2 methods - but I am not clear
how to work with these methods.
Method 1) copy the content files to the server and create a virtual dir in
IIS. What are my content files? What files do I copy to the server? The
article said I could use the xcopy command. In my app's Project Properties
page I see an option for Start Url (unselected by default) and for servers
the VS2005 development server is checked (by default) but also has an option
for use IIS web server (I am guessing this option is for the local
workstation IIS). So how do I copy my web app to the win2003 server from my
local workstation? What files do I copy? How do I call my default web page?
http://mywin2003server/myvirtualdir/default.aspx
is this how?
Method 2) - precompile - even more unclear on this one. Do I perform a
precompile and the create a setup package? Creating the setup package wasn't
so bad - fairly straight forward - I think. Select Output file (or something
like that). So after I create this msi file - I understand I copy this to
the win2003 server and then install it? How do I add the virtual dir to the
install path? Does this get done in the Project Properties page?
Thanks,
Rich