« How to enable true intellisense on javascript filesHow to make an HTTP proxy »

2 comments

Comment from: Bertrand Le Roy [Visitor] · http://weblogs.asp.net/bleroy
The .axd handlers are probably not the only files you should take out of the authentication, so a good practice may be to not protect the root of the application but only a subdirectory of it. That gives you full latitude of deciding what goes through authentication or not with minimum effort. And you don't have to special case the axd.
01/07/10 @ 23:49
Comment from: Nicolas Penin [Member] Email · http://dragon-angel.fr
Hi Bertrand,
I was actually thinking about an intranet which needs authentication from the very first page. For example, I am making an intranet portal for a client, and I need to know who this person is to give him/her his/her own information. So I have no other way to make it specific to axd handlers... or I don't know it. ;)
01/09/10 @ 09:01

Comments are closed for this post.