Mobile app version of vmapp.org
Login or Join
Ogunnowo487

: Handling URL Rewrite in IIS5 On an older server, using IIS5, I have an error handling page which for some missing pages uses Server.Transfer to load other pages based on a database. The pages

@Ogunnowo487

Posted in: #HttpCode500 #Iis #UrlRewriting

On an older server, using IIS5, I have an error handling page which for some missing pages uses Server.Transfer to load other pages based on a database.

The pages all work for a browser but some systems e.g the W3validator gets an error when viewing the page (500 Internal Server Error).
I have

Response.Clear()
Response.Status = "200 OK"


before the Server.Transfer but the error still seems to be there.
Very frustrating! Any suggestions as to why some systems fail when viewing the page would be welcome.

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Ogunnowo487

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme