-
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 Nansenbloggen
Monday 9 January
Formatting allowed: _emphasis_, *bold*, [linktext](http://cuzo.com)
