Where does VS.NET store Web application projects?- Web application projects create a virtual folder for each project where all the files of the projects are stored.
- The virtual folder can be viewed in IIS and property of that folder determines where the files are physically stored.
- In Visual Studio you can create web application projects or web site projects.
- Create or open a web application project by choosing New Project or Open Project in the Visual Studio File menu.
- Create or open a web site project by choosing New Web Site or Open Web Site in the File menu.
- It's best to choose the right type before you create a web project, because it can be time-consuming, difficult, and error-prone to convert from one type to the other.
|