Hi DW
I'm creating a program in vb.net which is an aspx but I think the solution to my problem as I'm using vb.net can be as vb.net because most of the codes in this web application I wrote it via vb.net, I have a server it a wamp server installed and running well on my computer and what the program or web application does is register the user to the server and now the problem is that once the user has registered the domain the domain won't be accessible until I restart the wamp server so my question or problem is how can I restart the wamp server or isn't there other way of doing so because by the time I restart the server the server shutdown and then restart but we all know that the websites can't be accessed when the server is down so this will make other websites to be invaluable each and every time there is a user registering the domain so I don't know if it possible to restart the server but not putting the webserver down because what if there was other site client who maybe was processing or downloading a file from that site and on the other side on the server there is a new user who is registering the domain and the system then restarts the server and while the server is down the connection to the other site client that was processing or downloading will loose the connection and will have to restart again what ever service he/she was processing. I haven't written any code for restarting the server as I have no clue on how can I start by doing so but now I want to restart the server so that it will start to handle the requests to this domain and link it with the correct web pages. My problem is only restarting the server using VB.NET.
Thank you