This software is a tool for managing SQL Server, and its characteristic is that it is web-based.
The reason why this tool was developed is because our customer is in a very special network environment. Except for access through port 80 and the http protocol, any access to the external network is denied. Faced with this situation, When we were maintaining their database, we had to go to the customer to solve the problem (the customer was not in the same city), which made us miserable. That's what led me to develop this tool.
I know that there is a component for managing sqlserver called sql dmo, but dmo is not used here. If I have a chance, I'll try to make another one using dmo.
Oh, just to add, it’s normal that our company’s website cannot be accessed because the boss didn’t pay.
"Thread aborted", I don't know if you have encountered this problem when using Response.Redirect. Oh my, my headache is dead.
Next, we need to do the function of backing up/restoring the database. Anyone who has maintained the database knows that this function is very important. Otherwise, if you accidentally operate it by mistake, it will be over. The customer's data will be gone, and you will be waiting for heroes from all walks of life to come and do it. You collect the body.
Let me ask you again, is there any way to perform remote desktop operations on the remote server through port 80 using the http protocol? And it does not affect the server's web application (note: the web application must also wait on port 80 at the same time).
Expand