Error Server.Transfer / Server.Execute ()

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Abdul Azeem

    Error Server.Transfer / Server.Execute ()

    Hi!

    Any one has Idea, How to use Server.Transfer and Server.Execute, When I
    tried to use these methods I got an eror:

    Server object error 'ASP 0230 : 80004005'
    Server.Transfer Error
    /SISWeb/portal_logon.as p, line 40
    The call to Server.Transfer failed while loading the page.

    anybody is there who can respond to this problem. Do I need to change any
    setting at IIS ?

    Thanks in Advance,
    Mohammed.


  • Patrice

    #2
    Re: Error Server.Transfer / Server.Execute ()

    And the code is ? (also try to narrow down the groups)

    "Abdul Azeem" <abdulazeem@abc .com> a écrit dans le message de
    news:eQG79OLREH A.2404@TK2MSFTN GP09.phx.gbl...[color=blue]
    > Hi!
    >
    > Any one has Idea, How to use Server.Transfer and Server.Execute, When I
    > tried to use these methods I got an eror:
    >
    > Server object error 'ASP 0230 : 80004005'
    > Server.Transfer Error
    > /SISWeb/portal_logon.as p, line 40
    > The call to Server.Transfer failed while loading the page.
    >
    > anybody is there who can respond to this problem. Do I need to change any
    > setting at IIS ?
    >
    > Thanks in Advance,
    > Mohammed.
    >
    >[/color]


    Comment

    • Aaron Bertrand - MVP

      #3
      Re: Error Server.Transfer / Server.Execute ()

      From http://www.aspfaq.com/2413

      "Check the URL that you are passing to the transfer or execute method. Make
      sure it is a relative URL, and that you can hit it with a browser.
      Response.Write a Server.MapPath on the value you are passing, and make sure
      it produces a valid local path."

      Follow-ups set to asp.general only. Try to use a little discretion before
      posting to eighteen different groups... what the heck does this have to do
      with databases

      --
      Aaron Bertrand
      SQL Server MVP





      "Abdul Azeem" <abdulazeem@abc .com> wrote in message
      news:eQG79OLREH A.2404@TK2MSFTN GP09.phx.gbl...[color=blue]
      > Hi!
      >
      > Any one has Idea, How to use Server.Transfer and Server.Execute, When I
      > tried to use these methods I got an eror:
      >
      > Server object error 'ASP 0230 : 80004005'
      > Server.Transfer Error
      > /SISWeb/portal_logon.as p, line 40
      > The call to Server.Transfer failed while loading the page.
      >
      > anybody is there who can respond to this problem. Do I need to change any
      > setting at IIS ?
      >
      > Thanks in Advance,
      > Mohammed.
      >
      >[/color]


      Comment

      Working...