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 .
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top