Server.Execute() Error handling
Im trying to do some error handling when using Server.Execute, when it tries to execute a file that is not found, it isnt returning an error. I dont want to use the file system object to test if the file exists before hand because of the cost of creating the object and doing the test every time the page runs. shouldnt server.execute return an error code if the page is not found?
|