Originally posted by: Descartes
One of the major tenets of .NET is "xcopy deployment", so if you're not making use of any third-party assemblies in the GAC you just need to copy all the files over. You can use something Steve Sharrock's ASP.NET FTP Deployment tool to make things easier if you need to do this via ftp, but I prefer just doing things manually.
Originally posted by: Jumpem
Originally posted by: Descartes
One of the major tenets of .NET is "xcopy deployment", so if you're not making use of any third-party assemblies in the GAC you just need to copy all the files over. You can use something Steve Sharrock's ASP.NET FTP Deployment tool to make things easier if you need to do this via ftp, but I prefer just doing things manually.
I've tried using the "copy project" tool in VS. However, when I try to go to my main page( login.aspx) on the new server's url it just trys to open the actual .aspx file. Can you give me some more guidance or point me to a good spot to read up on it? Thanks!![]()
Originally posted by: Aso
The .net runtime is included with server 2003. Depending on how you setup the box the .Net runtime might not be active or installed. I havent worked much with 2003 but I know by default eveything is shut off.
