Posts

Showing posts with the label Troubleshoot for website on IIS

Deploy web app into IIS and troubleshoot

Image
Public project to install: - Run Visual Studio as Admin role - Right click on Project -> Public -> 1. create profile 2. Connection: Publish method: File System                         Target Location: Select a folder in the computer 3. Settings:  Configuration: Release -> publish - Open IIS management - right click on Sites -> add Website with Physical Path is Target Location  - Restart the web site Troubleshoot: 1. Features have to be enabled in IIS: Goto Control Panal -> Programs and Features -> Turn Windows features on or off in session Internet Information Services -> World Wide web Services -> Application Development Features: turn on all features under Application Development Features HTTP Error 500.22 - Internal Server Error (An ASP.NET setting has been detected that does not apply in Integrated managed pipeline mode.): Open IIS Management, Click on Application P...