Re: server.transfer different apps
- From: Göran Andersson <guffa@xxxxxxxxx>
- Date: Wed, 05 Sep 2007 18:55:54 +0200
info@xxxxxxxxxxxxxxxx wrote:
Question
I need to do a Server.Transfer on the same server same IIS site but from one
different web app to
another
it would not allow me to do that
I have 1.1
1. Is there a way to do it without redirect?
2. maybe 2.0 or later?
You can't do a Server.Transfer to a different application. You simply
can't return a response from a different application than it was
requested from.
Use Response.Redirect instead.
--
Göran Andersson
_____
http://www.guffa.com
.
Relevant Pages
- server.transfer different apps
... I need to do a Server.Transfer on the same server same IIS site but from one ... different web app to ... Is there a way to do it without redirect? ... (microsoft.public.dotnet.framework) - Re: OT website database programmer needed
... from/to a large database, even initially the database will be GBs of data ... However your problem won't be SQL server choice, ... Millions of users and TBs of data tells me you're ... The task is then to write the web app to ... (comp.sys.acorn.misc) - Re: WSS2, SSL and host headers
... I am stuck with a WSS problem and hope to find some help here. ... I managed to narrow the problem down so that it is not related to the Team Foundation Server anymore. ... Create another IIS site that listens on port 8080 and points to some other directory. ... Configure the default and the new iis site to listen on port 443, but assign different host headers. ... (microsoft.public.sharepoint.windowsservices) - Re: Connecting VS.NET 2003 to IIS6/WSS
... successful at creating a web app with the source tree on the web server. ... >> I'm posting this question here, rather than in the programming group, ... >> web apps, web parts, etc. wants to find an IIS installation (with Windows ... (microsoft.public.sharepoint.windowsservices) - Re: Using Access for web application?
... My about the server running the web app was stemming from the following ... decision of using Windows or Linux has been made. ... If you are using DreamWeaver and ASP; the fact of using Access or MySQL as ... (microsoft.public.access.dataaccess.pages) |
|