Re: How do I give ASP.NET process network credentials?
From: Joseph Geretz (jgeretz@nospam.com)
Date: 10/30/02
- Next message: Jimco Add-ins: "Re: "Unable to start debugging on the web server""
- Previous message: Paul W: "Re: How do I give ASP.NET process network credentials?"
- In reply to: Paul W: "Re: How do I give ASP.NET process network credentials?"
- Next in thread: Ed leNoir: "Re: How do I give ASP.NET process network credentials?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Joseph Geretz" <jgeretz@nospam.com> Date: Wed, 30 Oct 2002 10:26:10 -0500
Hi Paul,
> Ok, I solved my problem by taking a different approach. After doing
> some more reading I figured that I had to use Delegation in order to
> access the file on the other box, which was more then I really needed
I've been thinking about this. Perhaps It's my ignorance about how the OS
deals with mapped network drives, but I've been thinking that I wouldn't
need delegation in order to access a file from a network share. After all,
the folder 'looks' local right? Perhaps this is a bit naive on my part. I'll
look into this a bit more.
> to do. So instead I went into IIS and changed the Anonymous user to a
> network user created with the network rights (and only the network
> rights) that I needed and I grabbed the file(s) with no problems.
That alternative would be more attractive to me IF the server would be
dedicated exclusively to this this particular web application. But this
deployment scenario can't be guaranteed. I definitely don't want all
anonymous accessors of all web sites to have network credentials.
> I never did get the network token created.
Me neither. :-(
Not yet anyway, I'm still working on it...
- Joe Geretz -
- Next message: Jimco Add-ins: "Re: "Unable to start debugging on the web server""
- Previous message: Paul W: "Re: How do I give ASP.NET process network credentials?"
- In reply to: Paul W: "Re: How do I give ASP.NET process network credentials?"
- Next in thread: Ed leNoir: "Re: How do I give ASP.NET process network credentials?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|