I was deploying a new website ovre IIS in Server 2016 DC edition. After deploying the site, it started throwing HTTP Error 500.19 - Inter...
IIS Error - 403 Forbidden Access is Denied Some users received this error after SSL was enabled. The self signed certificate wa...
Enabled SSL on a site. Post enabling SSL, the site was still accessible via http requests. In order to redirect all http request to https...
HTTP Error 500.21 - Internal Server Error Handler "ScriptHandlerFactory" has a bad module "ManagedPipelineHandler" in it...
Error Summary HTTP Error 404.17 - Not Found The requested content appears to be script and will not be served by the static file han...
ASP .Net sites took ages to load webpage for first time I was using IIS Version 7.5.7600.16385 The ASP.NET application was hosted on a repor...
I was testing the application basic settings and came across the error as follows: The application was connecting using a Application Us...
Connect can be deployed on IIS in 2 modes: A. When IDENTITY is ApplicationPoolIdentity Verify .Net Framework 4.0 is install...
SSL is a crucial part of securing sites running on IIS 7.0. It enables encryption of traffic sent to and form the website running on IIS. ...
To register IIS with a specific version of ASP.NET use following command C:\Windows\Microsoft.NET\Framework64\v2.0.50727> aspnet_regiis...
This error was thrown while running a site using IIS 8 Exception Details: System.Data.SqlClient.SqlException: Cannot open database “myTES...
1. backup system. Run command to backup an IIS 7.0 or later: % windir % \system32\inetsrv\appcmd add backup "PreMsDeploy" 2....
Auto deploy a website in IIS (created using IIS version 7.5) Open IIS, go to Default Web Site Right-click Default Web Site, Highlight...
To add permission to a custom app pool in the site folder. Go to Properties.Security and add user as follows: IIS APPPOOL\customapp...
http://technet.microsoft.com/en-us/library/cc728306(v=ws.10).aspx
Set Mode to "ReadOnly" and give the path of error file in web.config <customErrors mode=" RemoteOnly "> ...
Put website in "maintenance" mode If you have an ASP.NET web application site, and you place a text file named "app_of...