Publish MVC API Web Service to IIS
MVC 4 Web API Publish to IIS
Step by step:
- Publish your web application - File to IIS
- Add a website in IIS, point the physical path to published folder
- Change Application Pool Identify to LocalSystem for access database
- Test in browser :)
Closed Caption:
Right-click on project and select Publish..
Select profile: File to IIS
Publish method: File System
Browse your Target folder
Configuration: Release
Preview and Publish
Wait...
See result
In IIS, Select Add Website
Config Website...
Set Physical Path
Update App Pool Account.
I select LocalSystem for Demo project. Don't do this in Production Environment.
Thank for feedback from John Jennings
Restart the website and Browse to see result
Video Length: 01:57
Uploaded By: Son Nguyen
Published: 10/23/2012
View Count: 42,671