Pages

Monday, January 23, 2012

Deploying an ASP .Net Application

XCopy Deployment
This is the simplest type of deployment.You simple copy the files from your development server to the production server.

Precompiled Deployment
The entire application is complied and then the compiled assemblies are copied to the production server.

Setup Project
Create a setup for the website and then it is deployed by running the setup at the production server.

No comments:

Post a Comment