Sathees
Sathees

Reputation: 119

web.config error from a blank published .net core project

I'm trying to publish to my local IIS. I'm publishing to a folder and set up a new website in IIS and set the the path to my published folder. I get HTTP Error 500.19 the path is specified as such: \?\S:\Source.... Config Source: -1: 0:

I've tried every solution I can find on net and given IIS_IUSRS permission to the folder. Even if I create an empty api solution .net core I get this error.

Upvotes: 0

Views: 287

Answers (1)

Ryan
Ryan

Reputation: 20106

Make sure that you have installed the .NET Core Hosting Bundle.

Upvotes: 2

Related Questions