I'm working on some new flypaper for a site. It's going to be my first foray into AJAX (Asynchronous Javascript and XML).
I have plans to let people link to the page they create with the AJAX app through the querystring.
Is "ajaxapp.asp" the same as "ajaxapp.asp?parameter=value¶meter2=value2" in the eyes of the search engines?
You will probably be told the same thing I keep being told; It is the exact same page. The querystring does not change the name of the page.
I was going to say that mod_rewrite for apache is your option but then I see you are using asp which probably means you are using IIS (probable, but not 100%). I don't know what the mod_rewrite equivalent is for IIS.