I am totally new to deploy aspx pages to my Webserver at work. Right now we have ASP pages. What is the easiest way to deploy them? Can I just copy them to my Webserver?
just the very first time you visit the site. When you upload an aspx file, it isn't compiled until it is accessed, so the first time you use it, it might take a few seconds. But the benefit here is that you can actually read the code on the server and it is easier to incrementally update. After that initial hit, there is absolutely no performance difference as the site has then been compiled.
http://www.beansoftware.com/ASP.NET-Tutorials/Deploy-ASP.NET.aspx