Hi,
There is a possibility that the server reset and there is nobody that can log in to system. I dont want my webpage stop working at this state.so I want it do its main job.
The main job of this webpage(ASP.NET) is sending request to a client (via TCP socket) and receiving data from that client and save them into local sql server database.
how can I create this webpage? what technology can I use to do this?
Regards