S
swoolley
Please forgive my ignorance but I have been wondering how something is
done and I do not know what the technology is so I do not know how to
properly phrase the subject of this post....
Some web sites (like Microsoft's KnowledgeBase) use a method of
accessing particular articles via a url like:
http://support.microsoft.com/kb/12345/en-us
where I would write asp.net code to respond to a post such as:
http://support.microsoft.com/kb.aspx?articleid=152936
Notice the conspicuous absence of the params, "?", ".aspx", etc.
I am assuming this is done through some type of custom http handler, or
is there some easier method that I am missing?
done and I do not know what the technology is so I do not know how to
properly phrase the subject of this post....
Some web sites (like Microsoft's KnowledgeBase) use a method of
accessing particular articles via a url like:
http://support.microsoft.com/kb/12345/en-us
where I would write asp.net code to respond to a post such as:
http://support.microsoft.com/kb.aspx?articleid=152936
Notice the conspicuous absence of the params, "?", ".aspx", etc.
I am assuming this is done through some type of custom http handler, or
is there some easier method that I am missing?