my name is sumeetha i am using google gears in .net.what's
the problem is my server is in another place. i am working
here when i entered the values in textboxes and press enter
then it should store in database(sql server) which is in
another system.when that sever system is shutdown then the
values which i submit should store in my system and after
system opened it should automatically store the values in
the system can any one plz urgent suggest answer for this
question?
Answer Posted / prashant ahire
You have to use MSMQ in this case as it store the message
in Queue when server is offline and whenver server comes
online it gets the message from Message queue.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to you can limit Access to Web API to Specific HTTP Verb?
What is the concept of view state in asp.net?
What are the built-in objects in asp.net?
How can you enable impersonation in the web.config file?
Is there any alternative to avoid name collisions other then Namespaces?
What is the difference between the asp and asp.net?
What is owin authentication?
What is custom events?
What are the difference between overriding and overloading?
What is the difference between client-side and server-side validations in webpages?
What is the difference between rest and restful?
Where is session data stored in asp net?
What is data reader in asp.net?
What are the major built-in objects in ASP.NET?
What is validation in asp.net?