Quantcast
Channel: Installation and Setup
Viewing all articles
Browse latest Browse all 631

IIS 7 Authentication for ASP .Net

$
0
0

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 onIIS 7 some of the control
in IE and Chrome do not respond/work including javascript __doPostBack() function andSafari do not respond at all
only display the page .

In IIS 7 authentication mode isWINDOW 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 WINDOWauthentication.

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


Viewing all articles
Browse latest Browse all 631

Trending Articles