G
Guzeppi
if i want to create a redirection service, i.e. requests on a certain url
are redirected to other urls depending on the querystring parameters in the
request, what is best to use in this case httpmodule or httphandler? which
gets executed first in the asp.net pipeline?
are redirected to other urls depending on the querystring parameters in the
request, what is best to use in this case httpmodule or httphandler? which
gets executed first in the asp.net pipeline?