Differences between revisions 3 and 4
Revision 3 as of 2020-09-29 17:54:24
Size: 621
Editor: scot
Comment:
Revision 4 as of 2020-09-29 18:05:21
Size: 801
Editor: scot
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
 * Create a VM with Windows Server (latest edition)
 * Install IIS on it - Recall the demo from class and/or the [[http://db.cs.southern.edu/videos/CPTR446/ServerPreparation/ServerPreparation.html|video]]
   * IIS features see: [[attachment:IIS roles and features.png|image]]
 * Create an ASP.NET application and copy it to your IIS wwwroot folder.
 1. Create a VM with Windows Server (latest edition)
 1. Install IIS on it - Recall the demo from class and/or the [[http://db.cs.southern.edu/videos/CPTR446/ServerPreparation/ServerPreparation.html|video]]
    a. IIS features see: [[attachment:IIS roles and features.png|image]]
 1. Install Web Deploy (using the Web Platform installer downloaded from Microsoft).
 1. Enable remote connections in the IIS management service (server level)see image:
 1.
Create an ASP.NET application and copy it to your IIS wwwroot folder.

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:
  5. Create an ASP.NET application and copy it to your IIS wwwroot folder.

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)