M
maxmann
hello.
We have a web application that has identity impersonation
set to true in the web.config file.
We have a share on a server that we want the application
to write a file to. We have permissions on the share set
for "Everyone" to have full control.
When the XmlDocument.Save(\\myserver\myshare\myfile) line
runs, it gives an access denied error.
The funny thing is that if I run the web page from one of
the servers, which writes to the share on another server,
it works. But when I run it from my local machine, it
errors. BOTH USING THE SAME DOMAIN LOGIN. I'm even writing
out the current identity information in order to verify
that the page is running under the same windows account in
both instances. ????
Any help would be great!
Thanks, Mark
We have a web application that has identity impersonation
set to true in the web.config file.
We have a share on a server that we want the application
to write a file to. We have permissions on the share set
for "Everyone" to have full control.
When the XmlDocument.Save(\\myserver\myshare\myfile) line
runs, it gives an access denied error.
The funny thing is that if I run the web page from one of
the servers, which writes to the share on another server,
it works. But when I run it from my local machine, it
errors. BOTH USING THE SAME DOMAIN LOGIN. I'm even writing
out the current identity information in order to verify
that the page is running under the same windows account in
both instances. ????
Any help would be great!
Thanks, Mark