Size: 1366
Comment:
|
Size: 1509
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 15: | Line 15: |
a. See the [[attachement:MoviesSVC.png|image]] | i. Make sure that {{{IIS_IUSRS}}} has modify rights. i. Make sure that {{{IIS AppPool\DefaultAppPool}}} also has modify rights. a. See the [[attachment:MoviesSVC.png|image]] |
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 (using the Web Platform installer downloaded from Microsoft).
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.