Ask a Question related to ASP Database, Design and Development.
-
Abdul Azeem #1
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.asp, 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.
Abdul Azeem Guest
-
Server.Transfer vs. Server.Execute
i'm using a model, view, control architecture for a group of .asp pages. i can't decide whether to use Server.Transfer or Server.Execute to pass... -
server.execute
Is it possible to use sever.execute and the on the called page use another server.execute (if some condition is met) It has failed in my... -
Server.Execute and Server.Transfer not detecting session state
I am setting a session variable, then doing a server.transfer in global.aspx and the page I am going to is saying that session state is not enable... -
Server.Transfer
Using Server.Trasfer the control is shiftewd to the form specified in the parameters of the Server.Transfer. however the URL still contains the... -
server.execute ???
Can server.execute provide a return value? How? ie. dim test test = server.execute("page2.asp") What code in page2.asp will produce... -
Aaron Bertrand - MVP #2
Re: Error Server.Transfer / Server.Execute ()
From [url]http://www.aspfaq.com/2413[/url]
"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
[url]http://www.aspfaq.com/[/url]
"Abdul Azeem" <abdulazeem@abc.com> wrote in message
news:eQG79OLREHA.2404@TK2MSFTNGP09.phx.gbl...> 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.asp, 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.
>
>
Aaron Bertrand - MVP Guest
-
suresh madasetty #3
Re: Error Server.Transfer / Server.Execute ()
Hi,
Go to IIS and right click on the Virtual directory, Select Propertis. In
the virtual directory tab set the local path to your virtual director
path. I hope this will resolve the problem.
With Regards,
Suresh M
*** Sent via Devdex [url]http://www.devdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
suresh madasetty Guest



Reply With Quote

