Ask a Question related to ASP.NET Security, Design and Development.
-
Steve #1
Automatic windows authentication login
Hi
I have 2 intranet sites: Intranet_1 and Intranet_2 both secured using
integrated windows authentication in IIS. Using ASP.NET, is there a way to
allow a user logged into Intranet_1 to access Intranet_2 using a guest
account without IE prompting for the user name and password (for
Intranet_2)? In other words, I would like all users of Intranet_1 to have
automatic access to Intranet_2 but only with a special guest account. This
guest account info will be hardcoded into the asp.net code of Intranet_1.
Also, I cannot change any code or settings on Intranet_2.
Hope that made sense =) Any help or comments will greatly be appreciated.
Thanks.
Steve
Steve Guest
-
Custom Login Form for Windows Authentication?
Hello: I need to have a custom login form page for a site with Windows Authentication and internally i make the 'authentication windows process'.... -
multiple login popups using windows authentication
Hi, I'm am developing an application to use windows authentication. In IIS anonymous access is turned off In my web.config file I have:... -
Automatic Login - Forms Authentication - Request.ServerVariables["LOGON_USER"]
Hi there, I'm busy building a site that authenticates users from a database but would like Windows authenticated users to bypass the logon screen... -
Windows Authentication and Anonymous login URGENT
| users. However I need to be able to tell a difference if | they have login through the intranet, which window | authentication just lets them in,...



Reply With Quote

