Windows authentication skip for one folder and allow local domain's user
        Posted  
        
            by Developer
        on Server Fault
        
        See other posts from Server Fault
        
            or by Developer
        
        
        
        Published on 2010-05-27T18:36:58Z
        Indexed on 
            2010/05/27
            18:42 UTC
        
        
        Read the original article
        Hit count: 260
        
authentication
I have intranet application with windows authentication on it. Annonymous users are not allowed. Now i am trying to add one subfolder which should be allowed to local domain users too. I enabled "annonymous access" iis on that subfolder and that worked. but i am using AJAX(timer control) on one of page of that subfolder and when timer_ticks it gives "sys is undefined error". any idea to solve this issue?
Thanks,
© Server Fault or respective owner