I want to deploy my ASP.NET application. Its not a “web site” it’s a web application.
I’m looking
1) The quickest possible thing to do so I can start of testing
2) A more automated approach.
Any ideas?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Your fastest manner for getting it ready for testing is from the “Build” menu to select “Publish”.
This will pre-compile everything and you can have it deploy to a folder, then set it up in IIS, change the connection string and you are set to go.
To “Automate” that process, you are going to most likely want to look at creating an install package.