I have a dll that returns a data table that is stored in the user's session so it only has to be loaded once. The dll used to use a tcpip connection to access the sql database and everything worked great then we wanted to eliminate direct calls to increase
our security so we created a web service but now when the call is made to return the data table the web server never returnes the page. This only occurs in the web application, the calls from the desktop apps work fine. Any ideas why this happens and how
it can be fixed?
Thanks,
Go to the complete details ...