Monday 9 January
  • hkraft bild

    AJAX requests and authentication

    Been scratching my head today over this, I have a site with windowsauthentication and a few ajax wcf service methods. One method is supposed to be used by a specific user depending on what page its located on, so naturally I just added the following piece of code to my service method: if(HttpContext.Current.User.Identity.Name == whatever)
    {
    // Do my stuff
    }...

    From feed by hkraft · 131 days ago · Comment

 
  • avatar
    (not shown)
    Formatting allowed: _emphasis_, *bold*, [linktext](http://cuzo.com)