کد:
Hello,
This is generally caused by 1 of the following 3 -
1) You removed the wwwroot the website was pointing at. The folder the website was pointin at must always be present. IE, by default, each website in WSP is under domain.com/wwwroot . So, if you remove either wwwroot or domain.com, you'll need to recreate that structure.
2) The web.config you are using is malformed. To check this, simply move the web.config to outside of the wwwroot or remove it. If that was the cause then the websitepanel website properties will show up fine.
3) The permissions on the wwwroot or the files within (mainly web.config) are not correct. Simply go to the file manager, and click on the lock box beside wwwroot of the domain name in question and set it to have read (at least) and write for the domain.com user in question.