Differences between revisions 5 and 6
Revision 5 as of 2020-09-29 18:06:26
Size: 829
Editor: scot
Comment:
Revision 6 as of 2020-09-29 18:13:46
Size: 1367
Editor: scot
Comment:
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:
 1. Create an ASP.NET application and copy it to your IIS wwwroot folder.     a. You will have to stop the service
    a. Make the changes in the image above.
    a. Start the service.
 1. Create an ASP.NET application under your "Default Web Site" named "MoviesSVC".
    a. The location on disk should be C:\MoviesSVC.
    a. See the [[attachementf:MoviesSVC.png|image]]
    a. Double click on the IIS Permissions icon.
    a. Add a user that can update the web application. You can make it a non-windows user and it will probably be easier.
 1. Make sure that both of the following services are running:
    a. Web Deployment Agent Service
    a. Web Management Service

HW04: IIS VM Setup

Complete the following requirements.

  1. Create a VM with Windows Server (latest edition)
  2. Install IIS on it - Recall the demo from class and/or the video

    1. IIS features see: image

  3. Install Web Deploy (using the Web Platform installer downloaded from Microsoft).
  4. Enable remote connections in the IIS management service (server level)see image

    1. You will have to stop the service
    2. Make the changes in the image above.
    3. Start the service.
  5. Create an ASP.NET application under your "Default Web Site" named "MoviesSVC".
    1. The location on disk should be C:\MoviesSVC.
    2. See the image

    3. Double click on the IIS Permissions icon.
    4. Add a user that can update the web application. You can make it a non-windows user and it will probably be easier.
  6. Make sure that both of the following services are running:
    1. Web Deployment Agent Service
    2. Web Management Service

Show your professor for Credit:

  • You will need to show me a working version of your VM by displaying a simple asp.net web page.

If you appear lost, look at the documentation for IIS online.

WebServices/ProgrammingHomeworks/HW04 (last edited 2023-05-23 20:16:16 by scot)