Results 1 to 5 of 5

Thread: Problem with server.transfer?

  1. #1
    Join Date
    Aug 2008
    Posts
    145

    Problem with server.transfer?

    Hi,

    I am trying to transfer to another .aspx page using Server.Transfer but i am ge5tting an error.
    "Error executing a child request from xyz.aspx"

    Anyone have any idea about this error?

  2. #2
    Join Date
    Jan 2009
    Posts
    18

    Re: Problem with server.transfer?

    Redirects are a known limitation, and support for them will be added in a future release.

    Server.Transfer is also not supported. For those you'll need to resort to regular postbacks (in a future build we'll add support for creating pages where some buttons still continue to do regular postbacks, as opposed to all buttons always resulting in partial rendering)
    May be this is the reason.

  3. #3
    Join Date
    Jan 2009
    Posts
    19

    Re: Problem with server.transfer?

    Hey can you please elaborate your problem please?
    I think code will make the picture more clear.

  4. #4
    Join Date
    Aug 2008
    Posts
    145

    Re: Problem with server.transfer?

    Code:
    Server.Transfer("QuestionChoice.aspx");
    I also tried:

    Code:
    Server.Transfer("QuestionChoice.aspx", true);
    But still the problem is there.

  5. #5
    Join Date
    May 2008
    Posts
    13

    Re: Problem with server.transfer?

    Some days back when I was getting the same error but my problem was that we were using windows integrated security on the site and some of the user accounts didn't have ACL permissions for the some of the page dlls.

    Hope this helps!

Similar Threads

  1. Replies: 6
    Last Post: 09-05-2011, 04:39 PM
  2. Replies: 5
    Last Post: 25-11-2010, 02:12 PM
  3. How to transfer Access data to SQL server
    By BansiJ in forum Software Development
    Replies: 3
    Last Post: 20-11-2009, 05:30 PM
  4. Server transfer & upgrade
    By syssin in forum Networking & Security
    Replies: 4
    Last Post: 03-08-2009, 12:38 PM
  5. Transfer files from server to S3
    By Aramax in forum Networking & Security
    Replies: 3
    Last Post: 30-06-2009, 10:09 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,413,591.60472 seconds with 17 queries