Reputation: 1841
Tried this tip and while running the web application it returns an error
Cannot read configuration file due to insufficient permissions
I have no background on how to integrate ssl in my web app. Do I need to add something in the web.config file or any other thing to do ?
regards.
Upvotes: 0
Views: 187
Reputation: 499302
The error is not related to integrating SSL.
The application pool identity that is running the site doesn't have read permissions on the web config - you need to give it the right permissions.
Upvotes: 2