Click here to Skip to main content
15,889,216 members

Comments by BubunDash (Top 7 by date)

BubunDash 26-Aug-19 0:20am View    
Dear MadMyche,

I need help for your point-3.
I need to know that,what mechanism can be simplest way to update that encrypted field. (Web service,WCF, WCF REST or WEB API etc etc) or please guide/suggest me if you have any other way to do this ?

3. Upgrade can be done with simple HTTP call, with a mechanism to update that encrypted field
BubunDash 25-Aug-19 7:32am View    
Hi Macie Los,

I want to implement your last part suggestion.

- the workstation where the application is installed, has got an access to the internet,
- the software owner has got a WebAPI server which returns information about a license details

Or could you please guide how to implement SignalR mechanism
BubunDash 25-Aug-19 7:30am View    
Dear Maciej,
A Good Day to you.
Right now , the application is hosted in our server.so we have a table in database which has some hard code value for a particular client.Suppose, you assume, client has taken license that only n number of users can access the site concurrently ,When N+1 user is trying to access the site, we are restricting it by displaying a message "Maximum number of concurrent user reached the limit. Please contact Administrator" that But now , client is telling, they will host this application to their own server and they will also maintain their own database. Which means, they want to buy the complete product from us. So problem is, we are ready to handover but only thing is, our application should not allow them to use more than the number of license they have bought from us. That is why I talking about WEB API or SignalR concept . But I am not able to implement.
BubunDash 25-Aug-19 7:29am View    
Deleted
Dear MadNyche,
A Good Day to you.
Right now , the application is hosted in our server.so we have a table in database which has some hard code value for a particular client.Suppose, you assume, client has taken license that only n number of users can access the site concurrently ,When N+1 user is trying to access the site, we are restricting it by displaying a message "Maximum number of concurrent user reached the limit. Please contact Administrator" that But now , client is telling, they will host this application to their own server and they will also maintain their own database. Which means, they want to buy the complete product from us. So problem is, we are ready to handover but only thing is, our application should not allow them to use more than the number of license they have bought from us. That is why I talking about WEB API or SignalR concept . But I am not able to implement.
BubunDash 25-Aug-19 7:28am View    
Dear MadNyche,
A Good Day to you.
Right now , the application is hosted in our server.so we have a table in database which has some hard code value for a particular client.Suppose, you assume, client has taken license that only n number of users can access the site concurrently ,When N+1 user is trying to access the site, we are restricting it by displaying a message "Maximum number of concurrent user reached the limit. Please contact Administrator" that But now , client is telling, they will host this application to their own server and they will also maintain their own database. Which means, they want to buy the complete product from us. So problem is, we are ready to handover but only thing is, our application should not allow them to use more than the number of license they have bought from us. That is why I talking about WEB API or SignalR concept . But I am not able to implement.