Warm tip: This article is reproduced from serverfault.com, please click

IIS authentication UNC folder error

发布于 2017-05-12 12:49:54

I have a problem creating a website over a network folder

The network admin give me a domain user that can access the network resources:

Acces to network folder

Then i create a website pointing to that network folder:

Create website to the network folder

Change the option "Connect as..." and set a custom user (the one that network admin give to me)

Entering network user

Click on "Test Configuration" and give me this error:

enter image description here

Also tried changing Application Pool Identity and th error still there.

Funy things:

  • The user HAS write and read access on the network folder
  • When configuring the web site, IIS creates and modify a web.config file on network folder but then when running website it said cannot read the web.config

Error at reading web.config

Any suggestions would be appreciated

Questioner
nogomon
Viewed
11
nogomon 2020-11-29 11:38:41

Late answer. It's was a problem with the domain account. The iis was not in domain. So, in other server wich was on domain, try the connection and it was succesful.