Ask a Question related to ASP.NET Security, Design and Development.
-
Venkatesh Namasivayam #1
site server membership authentication with ASP.NET
Am using Site Server membership authentication at the IIS
level and then trying to access an ASP.NET application.
The issue is i am not able to get the logged in user's
identity in the ASP.NET app. The REMOTE_USER or LOGON_USER
servervariables in the .NET app always return the Windows
NT Impersonation Account ("MemProxyUser") specified in the
Membership Server Instance. I have Impersonation = "true"
and Authentication = "Windows". With "Forms" i get a blank
value. Any help/insight would be greatly appreciated.
Venkatesh Namasivayam Guest
-
Need help with new site (password authentication)
I'm currently working on a new tennis video magazine site. I'm not having any trouble with the video, but the login page is a nightmare for me. I'm... -
Membership site
I have just started to do dynamic Sites. I have completed a tutorial for a Record Store that taught me how to use templates to create a PHP site for... -
ASP.net web site authentication
I have an ASP.net web site that accesses a COM object remotely, but I have to use the 'basic authentication' and not 'Integrated Windows... -
Authentication between site and its virtual directory
I have a site that uses FormsAuthentication. I have a virtual directory on this site, that is configured as a vitrual application and has it's own... -
Forms Authentication from another site
A lot of the documentation in MSDN mentions in passing that it would be a good idea to place the login page on an SSL secure site. However, when I...



Reply With Quote

