In Visual Studio, is it necessary to convert a website into Web Application project for Web Deploy to work?
In Visual Studio, is it necessary to convert a website into Web Application project
Share
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.
It’s not possible to publish a website created in Visual Studio 2010 unless it’s a Web Application project.
File based web projects created using
File -> New -> Web Site...orShift+Alt+N(assuming you haven’t changed the keystrokes) can only be published using FrontPage extensions when publishing tohttp://www.mysite.com.So yes, you need to convert your “web site” project to a “Web Project” to be able to publish using Web Deploy.