I'm looking for a solution for a dynamic 404 page.
I have a Page404.aspx page that requests a WebsiteID parameter in the querystring when it loads.
Let's say each Website has a different 404 page html stored in DB, and in each page load it will show the correct html by the WebsiteID in the QueryString.
Now the tricky thing- How do I redirect the client to the correct 404page, with the CURRENT WebsiteID ?
Hope I was clear enough. Thanks in advance,
Gal.