Size: 1509
Comment:
|
Size: 1549
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 8: | Line 8: |
1. Install Web Deploy (using the Web Platform installer downloaded from Microsoft). | 1. Install Web Deploy (in the video I got Web Deploy 3.6 from [[https://www.iis.net/downloads/microsoft/web-deploy|here]]). |
HW04: IIS VM Setup
Complete the following requirements.
- Create a VM with Windows Server (latest edition)
Install IIS on it - Recall the demo from class and/or the video
IIS features see: image
Install Web Deploy (in the video I got Web Deploy 3.6 from here).
Enable remote connections in the IIS management service (server level)see image
- You will have to stop the service
- Make the changes in the image above.
- Start the service.
- Create an ASP.NET application under your "Default Web Site" named "MoviesSVC".
- The location on disk should be C:\MoviesSVC.
Make sure that IIS_IUSRS has modify rights.
Make sure that IIS AppPool\DefaultAppPool also has modify rights.
See the image
- Double click on the IIS Permissions icon.
- Add a user that can update the web application. You can make it a non-windows user and it will probably be easier.
- The location on disk should be C:\MoviesSVC.
- Make sure that both of the following services are running:
- Web Deployment Agent Service
- 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.