Ask a Question related to ASP.NET Security, Design and Development.
-
Tom #1
how to share authentication info??
Hello friends
I have 2 webs sites on same domain say
[url]http://app1.mydomain.com[/url]
[url]http://app2.mydomain.com[/url]
App1 use custom validation, via a custom login page user
can enter their WinNT username and password and enter into
the application. It validates the username and password
against LDAP domain.
App2 use the same LDAP domain/NT domain for basic
Authentication, user can enter same Win-NT account name
and password to continue.
Now what I want now, is user need not need to login twice.
How I can share user authentication information between
these 2 sites.
The both sites are used internally on an intranet server
inside an organization.
Regards
Tom
Tom Guest
-
Accessing htm files without authentication (forms authentication)
I have application with forms authentication. All works fine. When user opens .aspx file gets login form, login and then get the .aspx page. But... -
ASP.Net Forms authentication with basic authentication popup
Relatively new to ASP.Net but have a strange problem. My site uses forms authentication for a large administration section however after the user... -
Forms authentication then redirection to a secure web with NT authentication?
Hi, I want to allow access to particular secured intranet web sites. These intranet are stored in sharepoint (2003 version) Actually I've... -
HttpContext user/authentication info disappears randomly
I have a call within one web service that calls another web service using an authenticated connection. For some reason, the second web service call... -
Where does IIS and ASP.Net save Authentication info? (sessionState mode="SQLServer")
Hi, I've successfully setup my machine to use: sessionState mode="SQLServer". All is up and running so no problems so far. Because I curious...



Reply With Quote

