« Previous Next »

Thread: Preprocessor of Requests to site.

Last post 02-05-2007 8:40 AM by tomkmvp. 1 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (2 items)

Sort Posts:

  • 02-05-2007, 4:37 AM

    • Vilia
    • Not Ranked
    • Joined on 02-05-2007, 9:23 AM
    • Posts 1

    Preprocessor of Requests to site.

    Good day.
    I use Win2003EE+IIS6+ASP.NET1.1
    I have to writing tool to preprocess request to my site.
    So if user requested the document which isn't exists on server ( 404 http error ) We want to redirect him to more relative for him url in our site.
    We have near 40000 peoples a day and We want to choose more perfomance way to realize.
    I think use of ISAPI extensions isn't very good idea.
    And We can't use context(ASP.NET) with inner redirecting because site consist from 4 different parts with different logic. So why this question We can't solve using only ASP.NET.
  • 02-05-2007, 8:40 AM In reply to

    • tomkmvp
    • Top 10 Contributor
    • Joined on 03-20-2003, 6:27 AM
    • Central NJ
    • Posts 6,174
    • IIS MVPs

    Re: Preprocessor of Requests to site.

    You could just create a custom 404 error page for IIS.  I would offer more advice but it's not clear to me on what you want to redirect the user to - the custom 404 page can be ASP.NET and have some logic built-in that redirects based on what URL the client requested.
Page 1 of 1 (2 items)
Microsoft Communities