View Single Post
Old 08-22-2014, 02:25 AM   #5
websiteonlineso
Registered User
 
Join Date: Feb 2014
Location: London
Posts: 12
URL Routing is a two-way conversion between URL and an application request.

When a client makes a request to the Web server for a particular URL, the URL-rewriting component analyzes the requested URL and changes it to a different other URL on the same server. The URL-rewriting component runs very early in the request processing pipeline, so is able to modify the requested URL before the Web server makes a decision about which handler to use for processing the request.

Hope that this will clear your confusion.

Thanks
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
websiteonlineso is offline   Reply With Quote