Is there a way to redirect a asp.net page to another and restart the server workflow without the user seeing it in their browser?
- Call to .NET Page (handled by routing)
- Perform some actions based on this call
- Call other webpage internal (handled by a httpmodule)
The internal page don't "exist" (passes though a module that performs some routing) so I don't think a simple Server.Transfer will work.