Exec distribution issue....

  • Thread starter Thread starter stepanokim
  • Start date Start date
S

stepanokim

I developed a exe application written in C#, using remote SqlServer2000.
I have three users (three workstations) need to use this application. All
are in the same network domain.
I want to install this application on the file server, so to speak, on the
shared drive of network such as h:\application\exe folder and then make a
shortcut on three workstation pointing to the shared drive.
The users click on shortcut on their desktop to run this application on the
server. I tried this way, but not working.
Is it possible? If so, could anybody explain how to do?
 
Hello,

See if this helps:

How to deploy a .NET Framework application to run from a network location
http://support.microsoft.com/kb/832742/EN-US/

I developed a exe application written in C#, using remote SqlServer2000.
I have three users (three workstations) need to use this application. All
are in the same network domain.
I want to install this application on the file server, so to speak, on the
shared drive of network such as h:\application\exe folder and then make a
shortcut on three workstation pointing to the shared drive.
The users click on shortcut on their desktop to run this application on the
server. I tried this way, but not working.
Is it possible? If so, could anybody explain how to do?
 
Thanks for your quick response.....
Actually i am trying to understand the things like this...
Three workstations has SQLServer2000 client modules installed. But the
shared network server that the EXE application is located does not have SQL
client installed. In this case, do I have to install SQLServer client tool
on the shared network server? I am wondering which sql server clients are
the exec applicaion using? (local workstations or shared network server?)
 
It is using local workstation's SQL Server client components...

Thanks for your quick response.....
Actually i am trying to understand the things like this...
Three workstations has SQLServer2000 client modules installed. But the
shared network server that the EXE application is located does not have SQL
client installed. In this case, do I have to install SQLServer client tool
on the shared network server? I am wondering which sql server clients are
the exec applicaion using? (local workstations or shared network server?)
 
Back
Top