Web service 'Access to the path denied'

  • Thread starter Thread starter Danko Greiner
  • Start date Start date
D

Danko Greiner

I need to setup WebService so it can read/write folder e.g. SharedFolder

When i setup sharing permissions & security for ASPNET user, it's not enogh.
When i setup for Everyone (local or domain) WebService works fine.

what do i need to do?
what is the right way to set it up?
is webservice run as ASPNET user?

Thanx
 
See if this helps: The aspnet_wp process is running under ASPNET user, but
thread within it could be different. It depends if you put <identity> config
in either machine.config or web.config .
 
Back
Top