|
-
Oct 31st, 2006, 01:59 PM
#1
Thread Starter
Lively Member
Deploying in VB2005? Whooah
Hello - I have made an application in VB.NET 2005 which uses a DNS less connection to SQL Server. I now need the best way to deploy this for multi users.
In the past on VB6, I could create a .EXE file and copy this to a server share.
I could then package and deploy the project and install on a client.
I could then point a shortcut from the client PC to the .EXE on the server and the program would run fine...If I ever changed the code, I create a new .EXE and replace the one on the server (instantly updating ALL clients)
...Now how to do this in VB.NET 2005 ?
(Any advice here would be much appreciated)
There seems to be no option to create an EXE file?
I do see one in the projects BIN folder...Is this it ?
If I copy this .exe to a server share and run it from my own PC where the app was made it seems to error with security (I think at the SQL connection part)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|