Ask a Question related to ASP.NET Security, Design and Development.
-
lrw #1
Help with accessing network resources
Simply, I wish to return System.IO.File.Exists
("\\myserver_1\myshare\myfolder\myfile.doc") within an
ASP.NET web application that sits
on "\\myserver_2"(windows server 2003). The application is
using integrated windows authentication only (anonymous is
off), and impersonation is enabled in web.config. The
security on the targeted network share includes a network
group with full control to all of its children, and I am a
member of this group. However, I continue to receive a
login prompt as this code executes.
PS. the code executes perfectly from my desktop(localhost -
win2k).
What am I missing?
LRW.
lrw Guest
-
Impersonation and UNC network resources
Hi guys - I've been getting knotted up with this for a few days now. Originally I was in an ASP.NET context (using VFP8 OleDB to access tables... -
accessing remote resources from ASP.NET app
Hi all, I know this issue has already been discussed in several threads of the newsgroup and I read several of them However, I would... -
Accessing remote network resources from ASP.NET applications
Hi All Sorry to bring up a beaten-down-to-death topic. But I seem to be running into a wall whatever I try here. To cut a long story short, I... -
Accessing ISAM resources from within a WebService
Hi there, I have a stub which extracts contacts from Outlook, using the Jet OLEDB provider. It looks like this: public DataSet... -
accessing network resources from Flash
I built a static site with a flash front end and no back end. It allows e-learning students to click a link to their course on-line. The LCMS... -
gwr #2
RE: Help with accessing network resources
lrw,
Sorry I cannot help with the problem but I am new to ASP.Net applications and am experiencing the same problem as you. I have been testing with File.Exists for setting up authenication and security, however, it keeps returning FALSE if I try to access a file shared on the network. I have set up a virtual directory in IIS and can browse the virtual directory in IE and open files in the browser but am unable to access via code in ASP.NET application. The mapped physical path seems to be correct, so I feel I am missing something in the user account setup or configuration of authentication. I can test File.Exists successfully for any file on my development computer. It just fails when I access a file on the network.
Have you had any success with this?
gwr
----- lrw wrote: -----
Simply, I wish to return System.IO.File.Exists
("\\myserver_1\myshare\myfolder\myfile.doc") within an
ASP.NET web application that sits
on "\\myserver_2"(windows server 2003). The application is
using integrated windows authentication only (anonymous is
off), and impersonation is enabled in web.config. The
security on the targeted network share includes a network
group with full control to all of its children, and I am a
member of this group. However, I continue to receive a
login prompt as this code executes.
PS. the code executes perfectly from my desktop(localhost -
win2k).
What am I missing?
LRW.
gwr Guest



Reply With Quote

