SE Friendly URLs in ASP – Revisited!!

Leave a Reply

Comment as a guest.

  1. Hi, I did something similar for a website and it works great, but now they want to run Webtrends to make traffic reports but IIS logs the 404 error pages, so I can’t have real stats. Do you know any work around for this issue?

  2. hmm, well no, I don’t know of any workarounds, haven’t come across it. The only option for you will be to use a custom software for traffic reports, the one that includes some image or JavaScript in every page to analyse traffic.

  3. that’s an impressive workaround =).

    i won’t be using it though. i’ve just been doing some research on what i thought would be fairly easy (after spending most of my time developing using LAMP).

    it’s unbelievable that there is no simple way of doing this under IIS!

  4. it’s unbelievable that there is no simple way of doing this under IIS!

    There is a much simpler way if you use one of those ISAPI filters available for this, you can even use the same rewrite rules which work on Apache, hence making easy to port the website from a Apache server to IIS.

    Or if you use ASP.NET, then also you have in built url rewriting in IIS6, but not for ASP(unless you use ASP.NET for url rewriting & then call the appropriate ASP scripts).

  5. Is using a session variable to pass page params safe for SE spiders? I read somewhere that this isn’t a good method b/c spiders can’t use the session variable.

  6. @PAD
    Yeah its perfectly ok since what is being passed in the session is none of anyone else’s business. What will help with the search engines will be in URL & basically that info will be passed in session variable only, just to get around the lack of this feature & make server load the desired page as per the way we desire.

Sliding Sidebar