I maintain several websites that use "modern" web standards (e.g., HTML5, jquery, css, etc), except they include classic ASP for some server-side scripting (i.e., they are *.asp files). I'm wondering if I can use Community 2015 to edit and publish these sites.
I ask, because I am looking for a better editor. I currently use Expression Web which is no longer supported. I've tried Dreamweaver, Coffeecup, Brackets and UltraEdit, but none of those editors are as good as Visual Studio's.
I don't need or want .NET, the MVC model, C#, web forms, WCF, Azure, etc. I simply want to edit the *.asp, *.js, *.css files using VS's superb editor and upload them (via an IDE and ftp) to a hosted server.
In VS 2015, I've tried File | New | Project, File | New | Web Site, and File | New | Project From Existing Code, but those options all appear to add additional Microsoft technologies. I want my source files to remain independent of these technologies.
Thanks!