HShbib
HShbib

Reputation: 1841

ASP: SSL integration

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

Answers (1)

Oded
Oded

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

Related Questions