Ask a Question related to ASP.NET Security, Design and Development.
-
Rob #1
Mixing Form and Window Authentication
I am currently making the move from ASP to ASP.Net and I have hit my
first stumbling block…
Currently I server users from both inside my Domain and Outside of the
Domain…
What I do now …
Check for a particular Session Variable if the variable has not been
set based on the incoming IP address I do a redirect to one of two asp
pages… one for Internal Users and one for External Users
For the Internal User I get their domain user id via the server
variable Logon_User and then by way of ADSI check their membership in
a Domain Group … if all is good set the session variable and they go
on else send them to a not authorized page…
For the External User I send them to a "Form Based" logon and check
them in a SQL Database
Will I still be able to do this in ASP.Net … not sure how the
authentication mode works Windows vs Form and can I use both methods
for authentication and is it possible for a WebService to handle the
Authentication?
Thanks
Rob
Rob Guest
-
Problems mixing Flash & non-Flash form elements...
I have a flash cfgrid wrapped inside a non-flash cfform tag along with other non-flash form elements. When the user selects a grid row, the flash... -
Mixing Windows and Forms Authentication
I was looking a way to have the Windows and Forms Authentication on the same site, and I found a Paul Wilson's article on MSDN. I've downloaded... -
issues mixing integrated Windows authentication and anonymous on same application
I'm having issues mixing integrated Windows authentication and anonymous access on same IIS app. Basically, any post back event fails (Forms... -
Problems mixing regular form fields with file uploads
I'm trying to build a form that includes both regular form fields, such as text inputs and checkboxes, along with file uploading. It seems, though,... -
Mixing Forms Authentication with User Accounts in ASP.NET
Put simply, I want to use a custom form where a user can enter their Windows Domain Account and password, and have that validated. i.e. I do not...



Reply With Quote

