writing files

  • Thread starter Thread starter Shaun Wilde
  • Start date Start date
S

Shaun Wilde

What sort of permissions do I need for an ASP.NET application to write a
file to a network drive/create folders etc? i.e. via \\mymachine\sharedrive\
or a mapped drive

Thankx

Shaun
 
Hi Shaun,

Thanks for your post!

I think "Steve C. Orr [MVP, MCSD]" has provided you a valid useful solution
for this issue.

The reason for this issue is that Asp.net defaultly runs in a build-in
account named "Aspnet", which is a local machine-specific account. It can
not be authenticated by another machine on the network(because there is
also an "Aspnet" account with different password on that machine, and there
is no Authority to vouch for the account).

Actually, this issue is such a frequently asked question that microsoft has
released a KB for this issue, please refer to:
"You receive a "logon failure: unknown user name or bad" error message
while accessing remote security-enhanced resources from an ASP.NET
application"
http://support.microsoft.com/?id=842789

In the KB, Microsoft has provided us 6 options to resolve this issue, for
your information.
============================================================================
======
Thank you for your patience and cooperation. If you have any questions or
concerns, please feel free to post it in the group. I am standing by to be
of assistance.

Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
Hi Shaun,

Does my reply make sense to you? Is your problem resolved? Please feel free
to tell me, thanks

Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 

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