locked
IIS 7 Authentication for ASP .Net RRS feed

  • Question

  • User1983906528 posted

    Hi,
    I have website developed in VS2008 .Net C#, in my project I am using File Upload and Update panel,
    it works all well in Development Environment in IE, Chrome and Safari.

    I have IIS7 on windows 7 [same development machine], when I publish this website on IIS 7 some of the control
    in IE and Chrome do not respond/work including javascript __doPostBack() function and Safari do not respond at all
    only display the page .

    In IIS 7 authentication mode is WINDOW as I want to get current user details,
    but when I change authentication mode from WINDOW to ANONYMOUS it all start working fine
    from IIS 7. 
    But as I want to get current user's windows log on details I need to use WINDOW authentication.

    Is there any way to current user details while IIS 7 authentication mode is ANONYMOUS
    OR
    How to make controls work when authentication mode is WINDOW in IIS 7 ?

    Thanks

    Friday, August 17, 2012 12:17 AM

All replies

  • User-1853252149 posted

    Don't check your question as answered or nobody will answer it.

    You must use Windows Authentication only, anonymous will not log the user account.  You must correctly configure authentication on the deployment server and use an account that can be accepted on the deployment server.  Check our sister site at www.iis.net for tutorials on configuring IIS authentication.

    Jeff

    Wednesday, October 23, 2013 9:52 AM