Re: Server.execute problem
From: Lamberti Fabrizio (lambu_at_from_italy.it)
Date: 03/07/05
- Next message: PiGei: "Re: Server.execute problem"
- Previous message: luis molina Micasoft: "webdav"
- In reply to: PiGei: "Server.execute problem"
- Next in thread: PiGei: "Re: Server.execute problem"
- Reply: PiGei: "Re: Server.execute problem"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 7 Mar 2005 12:51:49 +0100
By your code I suppose that result.asp is publish in the root of your web
server. Is it correct ?
Can I manually browse result.asp by using this url
http://webServerName/result.asp?key=2 ?
If your file is pulbish inside a path of Virtual Directory
/virt1/virt2/virt3 you have to write this code:
Server.Execute("/virt1/virt2/virt3/result.asp?key=2")
"PiGei" <james_milanNOSPAM@hotmail.com> wrote in message
news:%23skBTVwIFHA.3336@TK2MSFTNGP10.phx.gbl...
> hi all,
> I'm trying to use server.execute statement to include in an asp page
> another asp page with a parameter.
> That's because I've a parametric query in the second asp page and I have
> to pass the value
>
> <% Server.Execute("result.asp?key=2") %>
>
> I can't do it. That's the error message I get:
>
> Server object, ASP 0231 (0x80004005)
> Invalid URL form or fully-qualified absolute URL was used. Use relative
> URLs
>
> Any suggestion? Maybe the method doesn't support a parametric URL?
>
> If so, how can I do?
>
> thanks in advance
> PGei
>
>
- Next message: PiGei: "Re: Server.execute problem"
- Previous message: luis molina Micasoft: "webdav"
- In reply to: PiGei: "Server.execute problem"
- Next in thread: PiGei: "Re: Server.execute problem"
- Reply: PiGei: "Re: Server.execute problem"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|