Hello everyone,
I'm facing an issue regarding deploying WEB API to IIS. Everything works well whenever I run my project on localhost. The error I'm facing is :
HTTP ERROR 500.19 - INTERNAL SERVER ERROR
The requested page cannot be accessed because the related configuration data for the page is invalid
I've tried many things but nothing worked for me.
OS: Windows 10
IIS Version 10.0
Visual Studio Version 2015
This is how my web config looks likes
providerName="System.Data.SqlClient" />
value="GET, POST, PUT, DELETE, OPTIONS" />
1 Reply
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.

Manav PandyaPosted Jul 6, 2018, 1:28 AM