PC Review


Reply
Thread Tools Rate Thread

Accessing network files

 
 
David C
Guest
Posts: n/a
 
      14th Jan 2008
We have an asp.net intranet web that we need to give access to all logged-in
network users the ability to view the files in a web page. My question is
how does the web page know that the user can see the files (and eventually
open them in a browser). An example is many folders have jpg files that we
are displaying. I have the folder setup as shared and all domain users have
access to them. However, I am wondering if asp.net is keeping the network
from knowing this is a domain user? Do I need to setup impersonation in
order for the web site to use their credentials? Thank you.

David


 
Reply With Quote
 
 
 
 
Steve C. Orr [MCSD, MVP, CSM, ASP Insider]
Guest
Posts: n/a
 
      14th Jan 2008
Yes, you should use impersonation for the web site to use their credentials.

--
I hope this helps,
Steve C. Orr,
MCSD, MVP, CSM, ASPInsider
http://SteveOrr.net
http://iPhonePlaza.net


"David C" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> We have an asp.net intranet web that we need to give access to all
> logged-in network users the ability to view the files in a web page. My
> question is how does the web page know that the user can see the files
> (and eventually open them in a browser). An example is many folders have
> jpg files that we are displaying. I have the folder setup as shared and
> all domain users have access to them. However, I am wondering if asp.net
> is keeping the network from knowing this is a domain user? Do I need to
> setup impersonation in order for the web site to use their credentials?
> Thank you.
>
> David
>


 
Reply With Quote
 
David C
Guest
Posts: n/a
 
      15th Jan 2008
Steve,
I have the lines below in the web.config file but it does not seem to be
working. When I remove the "impersonate" line the users can see the files,
and can open all but the jpg files. Any ideas what I can do so they can see
the files? Thanks.

<authentication mode="Windows" />
<identity impersonate="true" />


"Steve C. Orr [MCSD, MVP, CSM, ASP Insider]" <(E-Mail Removed)> wrote in
message news:3A35531A-F8AB-4604-B347-(E-Mail Removed)...
> Yes, you should use impersonation for the web site to use their
> credentials.
>
> --
> I hope this helps,
> Steve C. Orr,
> MCSD, MVP, CSM, ASPInsider
> http://SteveOrr.net
> http://iPhonePlaza.net
>
>
> "David C" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> We have an asp.net intranet web that we need to give access to all
>> logged-in network users the ability to view the files in a web page. My
>> question is how does the web page know that the user can see the files
>> (and eventually open them in a browser). An example is many folders have
>> jpg files that we are displaying. I have the folder setup as shared and
>> all domain users have access to them. However, I am wondering if asp.net
>> is keeping the network from knowing this is a domain user? Do I need to
>> setup impersonation in order for the web site to use their credentials?
>> Thank you.
>>
>> David
>>

>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Accessing files on Vista network share breaks network Rastaman Windows Vista Networking 0 15th Dec 2006 04:42 PM
Accessing files on a Network Derek Windows XP Networking 5 22nd Jul 2004 03:39 AM
Accessing files over network Rich Windows XP Networking 2 1st Jan 2004 03:11 AM
accessing files over network Sam Windows XP Networking 0 10th Oct 2003 06:32 PM
Accessing Network Files brian Microsoft VB .NET 0 27th Aug 2003 05:37 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:04 PM.