hello,
I am running my servlet on IIS 5.0.Servlet consists of connections with different databases(Oracle,foxpro,Ms-access,SQL Server).I have made them in service method so not all are initialised.Further I have closed the connection.
When I run it on 1 machine it sometimes gives : InetInfo error : Performed Illegal operation.
When run simultaneously on 2 machines and made connection to same database IIS fails and is to be restarted.
Please suggest some solutions as soon as possible.
I am running my servlet on IIS 5.0.Servlet consists of connections with different databases(Oracle,foxpro,Ms-access,SQL Server).I have made them in service method so not all are initialised.Further I have closed the connection.
When I run it on 1 machine it sometimes gives : InetInfo error : Performed Illegal operation.
When run simultaneously on 2 machines and made connection to same database IIS fails and is to be restarted.
Please suggest some solutions as soon as possible.