Compiling, Packaging and Deploying [Part One]
Question 1: How do you deploy your web application, “MyApp”, to a virtual directory “MyApp” of www.ASPCert.com where the user interface should be updatable and there shouldn’t be a delay when the web pages are accessed for the first time?
By compiling and deploying the application as:
aspnet_compiler -v /MyApp -u "http://www.ASPCert.com/MyApp"
Original questions authored by G. R. Roosta
No comments:
Post a Comment