| Thread | Last Post | Replies |
|
| newbie seeks User.Identity and Application_AuthenticateRequest help | 31 May 2004 23:02 GMT | 1 |
I'm trying to understand how security works in a ASP.NET c# project. The global.asax has this code: protected void Application_AuthenticateRequest(Object sender,EventArgs e) {
|
| Encryption for QueryString | 31 May 2004 07:29 GMT | 4 |
hi guyz. I want to put encryption for every querystring for my web application. for that right now i m using a custom function. can any body tell me if there is some builtin function available in .net
|
| Forms Authentication | 30 May 2004 23:15 GMT | 1 |
I wonder if anyone can help. We have web application using Forms Authentication that works perfectly ok in all environments, but in the production environment the forms authentication isn't timing out and returning the user to a
|
| Forms authentication fails on a few computers :-( | 30 May 2004 18:50 GMT | 1 |
i have a website that has forms authentication installed http://hbase.nohausystems.nl/ it seems to work fine ,,,, however on a few client computers it wil not logon ( not even the visitor mode that i made for unknown users , that just
|
| Another ROLE question... | 28 May 2004 17:36 GMT | 1 |
Thanks for your help on my previous post. I'm running XP and it was looking for a role name of : <DOMAIN>\<ROLE>, like "ABC-CORP\Administrators", and I was just evaluating "Administrators". Is that true for Win2000, too? We have some clients running Win2000 and others running ...
|
| Getting a list of roles | 28 May 2004 13:46 GMT | 2 |
This may have been answered in a previous post, and if so, please excuse my redundancy. I am using Windows authentication and I know about the IsInRole check, but I need to obtain a list of roles that each user is in. How is the most simple way to do that? What I need to do is ...
|
| Access Denied w/Impersonate=true | 28 May 2004 09:49 GMT | 4 |
Does anyone have any ideas or comments on this? The problem seems to stem from having Impersonate=True set in our web.config files (Version 1.1). Here is the error we encountered .
|
| Double number of calls when Basic Authentication? | 28 May 2004 02:24 GMT | 4 |
I have a web service that is set to use Basic Authentication (for users outside the firewall). They are coming in over SSL. It uses Integrated Authentication for internal users. For the users who are requesting service with Basic Authentication, there is
|
| FormsAuthentication client-side problem | 28 May 2004 00:01 GMT | 2 |
I'm using FormsAuthentication to secure access to a web site. The authentication process works correctly initially. The pages on the site have a "logout" button, which basically call FormsAuthentication.SignOut() and redirect the user to the login page.
|
| Multiple web.config files in a virtual directory | 27 May 2004 20:29 GMT | 6 |
Is it possible to have multiple web.config files in a given virtual directory in different directories? For example: http://localhost/myapp (Virtual directory maps to C:\MyApp) http://localhost/myapp/newFolder (web folder in the above virtual dir maps
|
| Need help with impersonating for GetCurrentProcess call. | 27 May 2004 18:16 GMT | 1 |
I am fairly new to ASP.NET, and am not sure about a problem that I am having and how to resolve it. My web page needs to make a call to Process.GetCurrentProcess() for some logging class that I am using in my web page. However, when the call is
|
| Getting AD Groups | 27 May 2004 15:16 GMT | 2 |
Hi Gurus, I seek you expert advice on the following scenario:- Environment: Windows 2003, IIS6, Windows Integrated Authentication, .Net Framework 1.1, ASP.Net, C#
|
| Secure Downloads in Shared hosting | 27 May 2004 04:33 GMT | 1 |
Hi there, I have created a download website for members, all downloads are held in a folder and a user can access a specific download when he has paid for them, i then write a record into the database to say the user is entitled to download this item. I then wish when the user ...
|
| Converting Win32 API to VB.NET for Folder Security | 27 May 2004 00:15 GMT | 3 |
For the record, I am a newbie to API. Anyway, I am trying to use the Win32 API in VB.NET to set NT Security (Administrator ACE) on a remote server folder from within a backup executable I have created. The problem is I am trying to implement my translated version of the NTFS ...
|
| Opposite of RedirectFromLoginPage? Preset page to direct to... | 26 May 2004 23:12 GMT | 1 |
How can I set the page that the login page needs to send the user to. I have a login page that does the RedirectFromLoginPage method, but I am now needing to explicitly tell the login page where to go instead of it looking for the previously requested page. How would I do that?
|