Error using Server.Transer

K

K Viltersten

I'm executing this code:

Server.Transfer("~/somePath/somePage.aspx");

The error that occurs is as follows.

"Error executing child request
for ~/somePath/somePage.aspx."

According to MS it's caused by calling an ASP
page from ASP.NET code and use of Redirect
method is recommended instead.

http://support.microsoft.com/kb/320439

The problem is that in my case it's ASP.NET
all the way so i can't really see the issue.
What might be causing it and how to kill it?
 

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

Members online

Forum statistics

Threads
473,780
Messages
2,569,608
Members
45,252
Latest member
MeredithPl

Latest Threads

Top