Deploying ASP.NET

R

ross.oneill

Hi,
I was wondering how does one deploy an asp.net application. Can the
user copy over single .aspx pages one-by-one like traditional asp, or
do you just release a .dll after you compile.

Thanks
Ross
 
G

Guest

You can do it a number of ways.
Manually, by copying the files (not all, but only certain types).
By creating an installer (lots of work though).
Personally, I use a neat tool called UnleashIT (quick google should get you
the link). It will deploy via \\server\share, FTP or even create a ZIP of the
site. It's designed to be customizable and only take the necessary files.
 

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

Top