Design a web site control panel/service
- by HasanGursoy
Hi,
I'm a web designer and I've designed many web sites. Most of the web sites are coded with asp.net. I want to control this web sites from my database and even if ftp account and server is changed I want to be able to close, deactivate site. Which method do you suggest. Simple ajax control on page loads or service control from my web site on application_start.
Also I mostly pre-compile web sites. Any suggestions are welcome.