locked
How to Setup a Web Application on a Windows Server 2008 R2 RRS feed

  • Question

  • User-1991712009 posted

    How to Setup a Web Application on a Windows Server 2008 R2;  the web application is created using Visual Studio 2010.

    Wednesday, March 6, 2013 12:26 PM

Answers

  • User1508394307 posted

    http://technet.microsoft.com/en-us/library/cc772042.aspx

    1. Open IIS Manager. For information about opening IIS Manager, see Open IIS Manager (IIS 7).
    2. In the Connections pane, expand the Sites node.
    3. Right-click the site for which you want to create an application, and click Add Application.
    4. In the Alias text box, type a value for the application URL, such as marketing. This value is used to access the application in a URL.
    5. Click Select if you want to select a different application pool than the one listed in the Application pool box. In the Select Application Pool dialog box, select an application pool from the Application pool list and then click OK.
    6. In the Physical path text box, type the physical path of the application's folder, or click the browse button (...) to navigate the file system to find the folder.
    7. Optionally, click Connect as to specify credentials that have permission to access the physical path. If you do not use specific credentials, select the Application user (pass-through authentication) option on the Connect As dialog box.
    8. Optionally, click Test Settings to verify the settings that you specified for the application.
    9. Click OK.
    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Wednesday, March 6, 2013 3:52 PM

All replies

  • User1508394307 posted

    Could you please be more specific about the problem you are having? 

    Open IIS and configure your application there...

    Wednesday, March 6, 2013 3:14 PM
  • User-1991712009 posted

    Open

    Could you please be more specific about the problem you are having? 

    Open IIS and configure your application there...

    How to configure? What step do I take to set it up?

    Wednesday, March 6, 2013 3:22 PM
  • User1508394307 posted

    http://technet.microsoft.com/en-us/library/cc772042.aspx

    1. Open IIS Manager. For information about opening IIS Manager, see Open IIS Manager (IIS 7).
    2. In the Connections pane, expand the Sites node.
    3. Right-click the site for which you want to create an application, and click Add Application.
    4. In the Alias text box, type a value for the application URL, such as marketing. This value is used to access the application in a URL.
    5. Click Select if you want to select a different application pool than the one listed in the Application pool box. In the Select Application Pool dialog box, select an application pool from the Application pool list and then click OK.
    6. In the Physical path text box, type the physical path of the application's folder, or click the browse button (...) to navigate the file system to find the folder.
    7. Optionally, click Connect as to specify credentials that have permission to access the physical path. If you do not use specific credentials, select the Application user (pass-through authentication) option on the Connect As dialog box.
    8. Optionally, click Test Settings to verify the settings that you specified for the application.
    9. Click OK.
    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Wednesday, March 6, 2013 3:52 PM
  • User1751268424 posted

    Hi Khurj01,

    You may look at this free video from Pluralsight: http://www.asp.net/mvc/videos/pluralsight-building-applications-with-aspnet-mvc-4

    It can help you. The setting is on the last part

    Wednesday, March 6, 2013 5:42 PM
  • User71929859 posted

    Hello,

    How to configure? What step do I take to set it up?

    Check out my blog post

    http://ruchirac.blogspot.com/2012/06/publish-and-deploy-aspnet-application.html

    It will help you.

    Sunday, March 10, 2013 2:40 PM