throwing new Exception

  • Thread starter Thread starter Daniel Groh
  • Start date Start date
D

Daniel Groh

I have A.aspx and B.aspx

in A.aspx has a Server.Transfer to B.aspx

B.aspx has a throw new exception(Exception ex);

So when this Exception happens i have the message in A.aspx: Error
executing child request for B.aspx.

What could it be ?
 
Hi,


The expected way? The page that you requested was A after all.

IIRC this is the way it works, you may use Response.Redirect instead.

Cheers,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top