M
mttc
I read a lot about Interface for service with Remoting ans like.
like this link: http://msdn.microsoft.com/en-us/library/ms683502.aspx
But this solution require lot of interface and code on both side. the
more simple and nature approach is must be
Service that start from Webserver, and give ability to ASP page to
access directly to all object at run time.
I'm sure that we can build our service on top of Tomcat or some other
open webserver.
I wonder why not/or have a way to do that with ASP.NET? it's no way to
start process on IIS server start, and give ability to access it by
Server var?
like this link: http://msdn.microsoft.com/en-us/library/ms683502.aspx
But this solution require lot of interface and code on both side. the
more simple and nature approach is must be
Service that start from Webserver, and give ability to ASP page to
access directly to all object at run time.
I'm sure that we can build our service on top of Tomcat or some other
open webserver.
I wonder why not/or have a way to do that with ASP.NET? it's no way to
start process on IIS server start, and give ability to access it by
Server var?