Zed,
What makes you think server.transfer causes a round trip? I was under
the impression that it uses the same request (as opposed to Response.Redirect,
which *does* contact the browser again).
Cheers,
Peter
From: "Zed Burton" [EMAIL PROTECTED]
Hello Colleagues,
I want the browser to get images and .js files from folder x while
the actual aspx page is in folder y. I want to do a server.transfer
or server.execute in global.asax. Here is psuedo code in global.asax
// code follows:
if (rawurl.indexof(z) > -1)
server.transfer(pagez.aspx)
//eof
the trouble is server.transfer causes a round trip, so I want to use
server.execute, but server.execute does not work because the client
javascript on a commerical user control cannot be found. I suspect
the javascript code is generated automatically because I cannot find
the file.
[Non-text portions of this message have been removed]
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/
<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/