Pages

Monday, May 19, 2014

Creating ASP.NET Web Projects in Visual Studio 2013


  1. Click New Project in the Start page or in the File menu.
  2. In the New Project dialog, click Web in the left pane and ASP.NET Web Application in the middle pane.
  3. Specify project NameLocation, and other options, and then click OK.
    The New ASP.NET Project dialog appears.
  4. Click a template.
  5. If you want to add support for additional frameworks not included in the template, click the appropriate check box. (In the example shown, you could add MVC and/or Web API to a Web Forms project.)
  6. If you want to add a unit test project, click Add unit tests.
  7. If you want a different authentication method than what the template provides by default, click Change Authentication.
    Friends, If you like this post, please share with your friends on Facebook and Google+ and recommend us on Google using the g+1 button on the top right hand corner.

No comments:

Post a Comment