RE: Using IIS As an Activation Agent
From: JackD (JackD_at_discussions.microsoft.com)
Date: 12/22/04
- Next message: kmacintyre: ".NET Remoting"
- Previous message: JackD: "Using IIS As an Activation Agent"
- In reply to: JackD: "Using IIS As an Activation Agent"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 22 Dec 2004 05:31:03 -0800
I got it to work! I reloaded SQL Server and changed the Authentication mode
from Windows Authentication Mode to Mixed Mode (Windows Authentication and
SQL Server Authentication). The application now works.
Thanks
JackD
"JackD" wrote:
> I have programmed a distributed app configured as follows:
> -- an MBR Remotable class exposes a method that connects to a SQL Server
> database and returns a result set in a dataset.
> -- for my first version of the host server I implemented a console
> application that uses the SingleCall Activation Mode to Register a
> Server-Activated Object
> -- my client is a windows based application that simply displays the results.
>
> Everything works fine. However, when I change my host server to use IIS as
> the activation agent everything works except the result set is empty. The
> IIS server seems to be having trouble accessing the database. I think it is
> an authentication issue but I can't figure it out. Any help would be
> appreciated.
> thanks, JackD
- Next message: kmacintyre: ".NET Remoting"
- Previous message: JackD: "Using IIS As an Activation Agent"
- In reply to: JackD: "Using IIS As an Activation Agent"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|