| Thread | Last Post | Replies |
|
| Really confused about authorization/authentication methods in ASP.Net | 07 Aug 2003 09:45 GMT | 2 |
I have been reading and reading the Microsoft best practices, articles on and on but still I can't figure out which method to chose to get started. Basically, we are using Active directory where all of the users should be authorized against before accessing the web site. Here are ...
|
| Can't get logonuser | 06 Aug 2003 23:29 GMT | 1 |
I would like to get user logon from server by USERLog = Request.ServerVariables("LOGON_USER") but it isn't see. i don't know what the problem and how i can solve in this. But i try to get other value can see it.
|
| ASPState Bug/Security issue | 04 Aug 2003 20:08 GMT | 5 |
I've been trying to figure out how to properly install and configure ASPState (fwk 1.1,non-persistent, sql based state) in a way that a. works
|
| Windows 2003 Identity issue. | 04 Aug 2003 12:37 GMT | 1 |
I have a small ASP.NET app that maintains a SQL Server database. When I delpoy to a Windows 2003 Enterprize Server I get the following error on connecting to the RDBMS...
|
| Runtime Impersonation - Help !!! | 01 Aug 2003 06:56 GMT | 3 |
I need to implement Runtime (Conditional) Impersonation in one of my ASP.NET Pages. If I use the <identity impersonate="true" /> in web.config file, it works fine.
|