For Programmers: Free Programming Magazines  


Home > Archive > ASP .NET > March 2008 > Still getting prompt for password on jpg files









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Still getting prompt for password on jpg files
David C

2008-03-31, 10:17 pm

We have an asp.net web site (intranet) that has documents and photos on a
separate server that is part of the same domain. We have added NETWORK
SERVICE user account with rights to the security permissions of that folder
on the other server but are still getting prompted for a password on certain
files. Am I missing a specific right or user? The web site is strictly NT
Authority and does not allow anonymous access. Thanks.

David


Peter Bromberg [C# MVP]

2008-03-31, 10:17 pm

Well, If you are getting prompted for credentials, then the NETWORK SERVICE
account doesn't have the required permissions. You'll either need to add an
account that does, or grant the requisite permissions to the NETWORK SERVICE
account. Don't forget, the NETWORK SERVICE account you are probably working
with is a local account of the remote machine, it's not a domain user.
-- Peter
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
Short Urls & more: http://ittyurl.net


"David C" wrote:

> We have an asp.net web site (intranet) that has documents and photos on a
> separate server that is part of the same domain. We have added NETWORK
> SERVICE user account with rights to the security permissions of that folder
> on the other server but are still getting prompted for a password on certain
> files. Am I missing a specific right or user? The web site is strictly NT
> Authority and does not allow anonymous access. Thanks.
>
> David
>
>
>

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2010 codecomments.com