Re: Active Directory
Next message: Rob Jones: "ASPNET App and Launching a Batch File..."
Date: Sat, 28 Feb 2004 16:36:06 -0800
To get the user name you need to turn off anonymous access on the site. IIS will then request the user's credentials.
At that point you can use the Context.User object and get stuff like .Identity.Name.
- eZe
Next message: Rob Jones: "ASPNET App and Launching a Batch File..."
Relevant Pages
- Re: Authenticate user and allow anonymous access
... IIS allows you to replace specific error pages with your own ... allows anonymous access, Auth disallows anonymous. ... If they have credentials, they are in. ... anonymous users to the Anon virtual directory. ... (microsoft.public.dotnet.framework.aspnet.security) - Question for Thomas Deml
... We are implementing IIS as intranet/extranet and need to know when a ... user is prompted for credentials from a remote station/computer with no ... How does the server determine that the request from the remote station is ... (microsoft.public.inetserver.iis.security) - RE: Unauthorized Error Calling Web Service
... and the IIS need to authenticated your client request again. ... Pass Current Credentials to an ASP.NET Web Service ... (microsoft.public.dotnet.framework.webservices) - Re: Credientials to an HTTP POST request.
... Adding the credentials to the HttpWebRequest does not seem to alter ... the flow on the server side. ... credentials on the client request doesn't seem to trigger any events ... it's handled completely inside IIS and is based on Windows Domains as realm. ... (microsoft.public.dotnet.framework) - WebServices Access Denied
... When you disable the Anonymous access in the IIS, ... need setting up to the Web Services object the Credentials ... >the IIS on the Directory Security tab options. ... (microsoft.public.dotnet.framework.aspnet.security) |
|