R
RSH
Hi,
I have a situation where my company wants to implement a part of our website
that needs to process requests such as:
http://www.mydomain.com/<ServiceCenterName>
I want to build a template page that will ultimately handle the request, but
Im not sure how to go about interception the initial request.
Im thinking that I need to establish if the request doesn't have an
extension, then query the ServiceCenterName against the database. If it is
legitimate than set a session variable and point them to the template page
which will handle it from there.
My problem is...how do I intercept the request and send it to my logic? Im
vaguely familiar with the concept of a HTTP Handler...would that do the
trick here?
Thanks,
Ron
I have a situation where my company wants to implement a part of our website
that needs to process requests such as:
http://www.mydomain.com/<ServiceCenterName>
I want to build a template page that will ultimately handle the request, but
Im not sure how to go about interception the initial request.
Im thinking that I need to establish if the request doesn't have an
extension, then query the ServiceCenterName against the database. If it is
legitimate than set a session variable and point them to the template page
which will handle it from there.
My problem is...how do I intercept the request and send it to my logic? Im
vaguely familiar with the concept of a HTTP Handler...would that do the
trick here?
Thanks,
Ron