Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
HOWTO, access to directories vs NTFS permissions
Message
From
15/12/2004 13:55:35
 
 
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
ASP.NET
OS:
Windows XP SP2
Network:
Windows 2003 Server
Miscellaneous
Thread ID:
00969253
Message ID:
00969547
Views:
11
>I'd like to avoid windows authentification, any clue?.
>And yes, there's a lot of users wich will not be at our network domain...

You'll probably have to create a windowsidentity object using the credentials that you requested, then use the .Inpersonate() method. That should get you 80% of the way there.

BOb



>
>>Hi, our company is trying to do an ASP.NET site where the webpage can access to some especific directories based on NTFS permissions. The steps will be the following:
>>>
>>>a) In the login page we can enter user and password.
>>>b) Based on the login, the webpage can (or can't ) access to some directories based on a similiar pair of user/pass into the NTFS rigths (based on group/user permissions).
>>>c) If user/pass are correct the webpage could access the files on the directory.
>>>
>>>If this possible? or should be use the Active Directory permission method?
>>>
>>>Thanks in advance
>
>>If you use windows authentication this will happen automatically.
>
>>Are any of the users of your app not users on your network domain?
>
>BOb
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform