Egbert
Thu May 10 15:23:31 CDT 2007
"Sgupta" <Sgupta@discussions.microsoft.com> schreef in bericht
news:E504EC24-67DD-402A-9052-699A2529159C@microsoft.com...
> We are migrating one ASP/VB application from IIS4 to IIS6.0.
> Applicatione uses remote objects registered from remore application
> server.
> It is registered under Remote computer under MTS on IIS 4.0.
> I don't see similar option to Add remoter computer and register component
> under it on IIS 6.0 Component Services.
>
> May be I am missing something or there is workaround to it.
What MTS on IIS 4.0 really did, was registering such components as DCOM
(remote) components.
The COM+ way is to register the VB6 components as a server Library package.
(In fact, to register a remote DCOM component, you could import a .reg file
with an appID and a ProgID to access the component on the other server).
But the -real- good way to port from MTS is to get rid of DCOM and use only
inproc COM components, and these components, can access a SQL server
remotely for instance.
--
compatible web farm Session replacement for Asp and Asp.Net
http://www.nieropwebconsult.nl/asp_session_manager.htm
> Thanks
> SGupta