hi there
Have switched to windows authentication in the debug mode, set NLTM in the project options but when i press play it just gives me a blank screen! Any ideas what I can do now?
thanks!
hi there
Have switched to windows authentication in the debug mode, set NLTM in the project options but when i press play it just gives me a blank screen! Any ideas what I can do now?
thanks!
If anyone comes to this put just [authorize] rather than say
[Authorize(Roles = "Administrator")]
The blank screen is some kind of 401 response. if youre logged in you'll alwasy get through the [authorize] filter
Roles would seem to be a tricky area to get right