From: aspfun via DotNetMonster.com on 22 Feb 2010 14:05 Company created a new web server using windows 2008 and IIS7. In IIS6, I unchecked "Anonymous access" will catch user's login ID. In IIS7, I made "Anonymous access" disable but got an error below. 401 - Unauthorized: Access is denied due to invalid credentials. What steps should I take to catch user's login ID? -- Message posted via DotNetMonster.com http://www.dotnetmonster.com/Uwe/Forums.aspx/asp-net/201002/1
From: Hemant on 23 Feb 2010 01:32 You need add windows authentication from programs and windows features to your iis. If you add windows authentication and its enable you can get user id. in iis6 its bundled in ii7 its not in default.You need to add from windows features in control panel. Regards Hemant "aspfun via DotNetMonster.com" <u53138(a)uwe> wrote in message news:a406c4267fa60(a)uwe... > Company created a new web server using windows 2008 and IIS7. > > In IIS6, I unchecked "Anonymous access" will catch user's login ID. > > In IIS7, I made "Anonymous access" disable but got an error below. > > 401 - Unauthorized: Access is denied due to invalid credentials. > > What steps should I take to catch user's login ID? > > -- > Message posted via DotNetMonster.com > http://www.dotnetmonster.com/Uwe/Forums.aspx/asp-net/201002/1 >
|
Pages: 1 Prev: Handling events from a class in an asp.net page Next: Impersonation with SQL Server SSPI |