Re: Map network drive for user using VB/ASP.NET
- From: Brian Nicholson <BrianNicholson@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 30 Jun 2008 09:56:17 -0700
Good question -- as far as I know, it's a matter of convenience. Users
constantly access the same network folders, and it's a pain to have to browse
to the folder each time something needs to be saved/accessed. Users call in
requesting to have a certain directory mapped as a drive, so it would be
convenient to have a web app that can do this for us.
"Patrice" wrote:
IMO your best would be to explain why you are trying to map a drive (i.e. I.
mean the overall goal not the way you plan to this for now).
Do you try to map a drive server side ? I would avoid doing such a thing and
would use an UNC drive ? (do you REALLY need a mapped drive ???)
Do you try to map a drive client side ? It looks like it would be best
suitable to do that from the login script rather than using a web
application. If this is to be able to run scripts from a network share they
could be best placed on the NETLOGON share etc....
Knowing exactly what is the overall goal could raise better suggestions...
--
Patrice
"Brian Nicholson" <BrianNicholson@xxxxxxxxxxxxxxxxxxxxxxxxx> a crit dans le
message de groupe de discussion :
4B7E22F8-D4B3-4C1E-AD5D-C62D4447744D@xxxxxxxxxxxxxxxx
"Mr. Arnold" wrote:
I don't see why you couldn't use a generic user-id and psw that had admin
rights, but of course this application should never face the Internet.
That's exactly what I would like to do, but I don't see how that could be
done with this class (or other methods I've found). If I were to supply
an
admin username/password, it would map the drive to that admin user -- I
want
to perform this task under an admin account, but the drive should actually
be
mapped for another user.
As for doubting the impossibility of doing this without ActiveX, you might
be right -- I think the Microsoft MVP may have misunderstood what I was
trying to do.
- Follow-Ups:
- Re: Map network drive for user using VB/ASP.NET
- From: Patrice
- Re: Map network drive for user using VB/ASP.NET
- From: Stephany Young
- Re: Map network drive for user using VB/ASP.NET
- References:
- Re: Map network drive for user using VB/ASP.NET
- From: Mr. Arnold
- Re: Map network drive for user using VB/ASP.NET
- From: Mr. Arnold
- Re: Map network drive for user using VB/ASP.NET
- From: Brian Nicholson
- Re: Map network drive for user using VB/ASP.NET
- From: Patrice
- Re: Map network drive for user using VB/ASP.NET
- Prev by Date: Re: Re: Problems with programmatically added control - can't get properties, can't even reference control!
- Next by Date: Re: Map network drive for user using VB/ASP.NET
- Previous by thread: Re: Map network drive for user using VB/ASP.NET
- Next by thread: Re: Map network drive for user using VB/ASP.NET
- Index(es):
Relevant Pages
|