473,397 Members | 1,985 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,397 software developers and data experts.

Update App while users lock it?

My app run in Terminal server. The problem is, that
When one user open App, the EXE and DLL locked up.
And not have a way to update new version for other users.
So, in traditional way I must give to each user his own copy of App.
The q is, If have a way in DOT.NET to keep old version beside new one, and
OS take the Latest
When user open it?
Nov 16 '05 #1
4 1168
Yes. Zero level deployment.
The idea is that you open a folder where you put all files necessary to run
your application. share this forder in IIS. The user need to open the link:
http://localhost/websharedfoldername/app.exe
When he does that, IE is opened for a second and closed, and .NET framework
goes to this url and get all files from there to a cache and opens the
program. If the user do it for the second time, it just checks if the cache
has the latest version of the exe and dll's. Your web folder files are not
locked at all. If you update the files, the users just have to close the
application and open it to get the latest version.
The user can work like that even if he is not logged into the terminal if he
replaces the "localhost".
You have to adjust the security level in "Microsoft .NET Framework 1.1
Configuration".
More details:
http://msdn.microsoft.com/msdnmag/is...s/default.aspx
"Mttc" wrote:
My app run in Terminal server. The problem is, that
When one user open App, the EXE and DLL locked up.
And not have a way to update new version for other users.
So, in traditional way I must give to each user his own copy of App.
The q is, If have a way in DOT.NET to keep old version beside new one, and
OS take the Latest
When user open it?

Nov 16 '05 #2
in my ofice not have IIS, the thin client work on TS with RDP protocol.
Nov 16 '05 #3
Today I set up zero level deployment with apache server.

"Mttc" wrote:
in my ofice not have IIS, the thin client work on TS with RDP protocol.

Nov 16 '05 #4
You can install IIS on the terminal server for internal use only.
You can also simulate the zero level deployment action.
Make a batch that copies all files in your exe folder to a user directory
and opens the exe from the user folder.

"Mttc" wrote:
in my ofice not have IIS, the thin client work on TS with RDP protocol.

Nov 16 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Fred | last post by:
Hi out there, I have problems finding a way to warn a user that another user intends soon to update the same specific row. Let me explain. User 1 get to a JSP "update customer record" page....
1
by: M Wells | last post by:
Hi All, I have a database that is serving a web site with reasonably high traffiic. We're getting errors at certain points where processes are being locked. In particular, one of our people...
2
by: MAS | last post by:
Below is a simple UPDATE that I have to perform on a table that has about 2.5 million rows (about 4 million in production) This query runs for an enourmous amount of time (over 1 hour). Both the...
3
by: Ray | last post by:
I am having my first experience using BLOB as a row in a table. I am using it to insert graphics for labels we print. I have no problem inserting into and select from the table. The graphic is...
4
by: pike | last post by:
DB2 UDB 8.1 FP7 We are getting intermittent deadlocks (911 RC 2) even when U row-lock has been secured. The transaction is as follows: 1) Select current application number value from table....
19
by: Steve | last post by:
ASP error number 13 - Type mismatch with SELECT...FOR UPDATE statement I got ASP error number 13 when I use the SELECT...FOR UPDATE statement as below. However, if I use SELECT statement without...
0
by: PeterC | last post by:
We're getting numerous deadlocks in a multi-user system where users are coming in and updating their own data. In our troubleshooting/traces, the deadlocks seem to be coming from lock contention...
5
by: sticky | last post by:
Hi I need to be able to lock a table against INSERT and UPDATE, but not SELECT, for the duration of a transaction. The transaction will be defined at the application level in c#, and then use...
13
by: Neil | last post by:
I'm running an update query in SQL 7 from QA, and it runs forever. Has been running for 20 minutes so far! The query is quite simple: update a single field in a table, based on a join with another...
3
by: Michel Esber | last post by:
Hi all, DB2 V8 LUW FP 15 There is a table T (ID varchar (24), ABC timestamp). ID is PK. Our application needs to frequently update T with a new value for ABC. update T set ABC=? where ID...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.