Where does VS.NET store Web application projects?

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.
Web application’s life cycle - ASP.NET
ASP.NET Web application’s life cycle - A Web application starts with the first request for a resource...
Class module and a code module - ASP.NET
ASP.NET - Class module and a code module - ....
Steps to execute a stored procedure from Web Application - ASP.NET
ASP.NET - Steps to execute a stored procedure from Web Application - Create a command object. Set the object’s CommandText property to the name of the stored procedure...
Post your comment