When an app throws 500 errors in IIS Express with no additional debugging information, try the following:
- Close VS Studio - solution set with IISExpress
- Go to: /Document/IISExpress/config/ in your profile
- Rename or delete applicationhost.config
- Open your solution in VS Studio
- A dialog may fire up from IISExpress - this will set a fresh config.
- try to run your web app.
No comments:
Post a Comment