The logs are indicating only one POST, no GETS. In other words, it
appears that when the Server.Transfer call is made, it goes back to the
server, but never comes back. Also, we are transferring back to the
same page, which works without SP1.
Thanks for the feedback!
Christopher Reed
Web Applic
These two links might provide some help.
http://blogs.msdn.com/adioltean/archive/2004/06/18/159479.aspx
http://blogs.msdn.com/adioltean/archive/2004/06/21/161654.aspx
John
-Original Message-
From: Unmoderated discussion of advanced .NET topics.
[mailto:[EMAIL PROTECTED] On Behalf Of Bil
When deploying .Net Serviced Components on W2K, the dllhost surrogate
process is the only option for hosting out of proc components.
So if:
1. You're running on W2K.
2. You need to use Serviced components.
3. You want to run them out-of-process.
You have to GAC them. (I believe there is a way to d
--- Christopher Reed <[EMAIL PROTECTED]> wrote:
> We have come across a very bizarre issue and I wanted to see if anyone
> else has experienced it.
>
> We have two separate applications that use a submit button to process
> the data entered on the page and then uses Server.Transfer on itself.
> Th
We have come across a very bizarre issue and I wanted to see if anyone
else has experienced it.
We have two separate applications that use a submit button to process
the data entered on the page and then uses Server.Transfer on itself.
This was working fine until we installed SP1 for Framework 1.1