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