Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create project for HTML pages
Message
General information
Forum:
Visual Studio
Category:
Other
Miscellaneous
Thread ID:
01657056
Message ID:
01657199
Views:
65
>>You can't get a completely empty site in Visual Studio, but close to it.
>>
>>* Use New -> Web Site
>>
>>This will create an empty folder with only a web.config in it. You do want to leave that as it is the configuration for the site/folder. The default doesn't do anything and you can probably leave it out if you really only load static pages, but if you add any code the file is needed. It also can be used to configure IIS settings locally (default documents, permissions etc.)
>>
>>Even simpler is this though:
>>
>>* Create a new empty folder on disk
>>* In VS use Open -> Web Site
>>
>>This will open your folder in VS without adding anything else. FWIW, this works on any existing folder.
>>
>>
>>I'd also recommend you check out Visual Studio 2017. It has a feature where you can just open a folder as a folder (not a site) which removes all the compiler related stuff and messages as well as the new item dialogs for simpler and quicker methods to add and manipulate files on disk. It loads very quick even for large sites and doesn't have any sort of project associated with it. Then again if you do that you could even use Visual Studio code which follows that same mantra (and would be my tool of choice when editing HTML content directly).
>>
>>+++ Rick ---
>
>Thank you. As long as VS 2017 can co-exist with VS 2015, I will download and install it.


It can, but VS 2015 can open and share VS 2015 projects so generally there's no need to have both unless you're using some specific feature that has been discontinued.

+++ Rick ---
+++ Rick ---

West Wind Technologies
Maui, Hawaii

west-wind.com/
West Wind Message Board
Rick's Web Log
Markdown Monster
---
Making waves on the Web

Where do you want to surf today?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform