Hear us Roar
Article:
 |
|
ASP.NET Forms Authentication, Part 2
|
| Subject: |
|
Mine of gold - If you still can only authenticate admin users |
| Date: |
|
2007-04-12 09:44:23 |
| From: |
|
ProGraMMer
|
|
|
|
After loosing many hair and performing some testing i got this...
If it works and you can only authenticate admin users:
1 - go to iis and enable impersonation for your login page using an admin account
2 - go to iis and make the process run this file using an admin account
3 - the most important: use #define LOGON32_LOGON_NETWORK 3 instead of 2
Good Luck Fellows
|
|
| |