We’re upgrading to VS2010 and when I look in my “new project” window I can only see web application, not website. Has this gone? Is there an alternative?
I need this project type because we need to be able to edit code files on the fly on the live server – or has this now become an option embedded somewhere in the application project.
Cheers.
Use File>New>New Web Site, and you can find the web site templates.
But it does look like a very bad idea to edit on the fly files on a live server… Unless your customers are very understanding.