views:

50

answers:

1

It looks like my rewrite is not working correctly. It does locally but not when i upload it. How do i create a 404 page in C#.NET so i can do something simple like print the HttpContext.Current.Request.Path so i can compare it to what i expected it to be.

+2  A: 

Here is a good article link text

Cody C