Hi,
I have a win application which queries the indexing server (shared folders accross local network). It is installed on the server where indexing service is started. When I start the application from the server everything is fine, but when I start it from any other computer in our network the application tries to query the indexing server on local computer and it crashes (since there is no indexing server on local computers). Why?
I suspect that something is wrong with connection string?
ConnectionString = "Provider=""MSIDXS"";Data Source=testcatalog;Integrated Security .="
I have a win application which queries the indexing server (shared folders accross local network). It is installed on the server where indexing service is started. When I start the application from the server everything is fine, but when I start it from any other computer in our network the application tries to query the indexing server on local computer and it crashes (since there is no indexing server on local computers). Why?
I suspect that something is wrong with connection string?
ConnectionString = "Provider=""MSIDXS"";Data Source=testcatalog;Integrated Security .="