When I am trying to deploy a .net application in the IIS Server I am getting an error as Configuration settings do not match. Please help me with this.
-
post the screenshotAnkush Jain– Ankush Jain2017-06-06 05:16:39 +00:00Commented Jun 6, 2017 at 5:16
-
share your web.confing file along with the error screenshotLaxman Gite– Laxman Gite2017-06-06 05:29:35 +00:00Commented Jun 6, 2017 at 5:29
Add a comment
|
2 Answers
The error is specifically to do with 'client impersonation'. I had the error on one machine but not on another. By comparing settings I worked out the difference.
Start IIS Manager. Select the server in the left pane and double-click 'Authentication' under the IIS group in the central pane. Select ASP.NET Impersonation and select 'Disable' at the top of the right pane.