G
Guest
Hi,
When my web application starts I want to create some instances, if an
exception is raisen I want to show a specific page instead of the main page.
How can I transfer the execution to a new page?
using Server.Transfer doesn't work cause I don't have a page yet.
Thanks in advance
When my web application starts I want to create some instances, if an
exception is raisen I want to show a specific page instead of the main page.
How can I transfer the execution to a new page?
using Server.Transfer doesn't work cause I don't have a page yet.
Thanks in advance