Step 1: Open Visual Studio 2010. Step 2: Then click on “New Project” > “Web” > “ASP.NET Empty Web Application” . Step 3: Now click on Solution Explorer.
Read moreHow do you manage states in the ASP.NET application?
ASP.NET provides the following options to manage state at the server side: Application state. Session state.
Read more