Well, just to make it simple: I have a web form. On it is the "Restart" button. I click on this button and IIS will restart.
Now, what will be the C # code that I will need to write behind the OnClick event of this web button? (If possible?)
Then a second button is added. It is called "Reset" and should just reset the AppDomain for the current web application. What will be the code for this?
source
share