Re: [ADVANCED-DOTNET] Server.Transfer and Service Pack 1 (1.1)

2004-09-17 Thread Christopher Reed
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

Re: [ADVANCED-DOTNET] Serviced Components/Windows 2003/COM 1.5 & non-GAC'd components

2004-09-17 Thread John Bergman
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

[ADVANCED-DOTNET] Serviced Components/Windows 2003/COM 1.5 & non-GAC'd components

2004-09-17 Thread Bill Bassler
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

Re: [ADVANCED-DOTNET] Server.Transfer and Service Pack 1 (1.1)

2004-09-17 Thread Philip Nelson
--- 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

[ADVANCED-DOTNET] Server.Transfer and Service Pack 1 (1.1)

2004-09-17 Thread Christopher Reed
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