Ask a Question related to ASP.NET Security, Design and Development.
-
Yehuda Vernik #1
Access shared drive using FORM based authentication
Hi All,
I am using FORM BASED authentication for my web based application. It's
running under ASPNET account on win2k server and NetworkService on win2k3
server.
My application needs to save a file on my network shared drive.
Can I use impersonation if I am NOT using windows authentication? It seems
not to work with form based authentication.
What are the necessary steps to enable the network shared drive access?
Thanks a lot,
Yehuda Vernik
Yehuda Vernik Guest
-
ASP.NET using impersonation cannot access network shared drive
I have a ASP.NET application with web.config specified: <identity impersonate=true/> <authentication mode="Windows" /> If I login to the client... -
Beginners question: Form based authentication
Hello, the following question may be trivial, but after scrolling documentations on my screen for hours I'd absolutely appreciate your help: I... -
authenticate win32 form client with form based authentication web services
(Type your message here) -------------------------------- From: kitchai yong Hi, Can you tell me how i authenticate the win32 form client... -
shared drive not working
From: Michael Vestel mvestel@lbl.gov RE: shared drive not working I've got 2 computers, one in an nt 4.0 domain, the other in a workgroup. Both... -
Form based authentication question
I understand that in the web.config file I can have the following: <location path="MembersOnly"> <system.web> <authorization> <allow...



Reply With Quote

