IIS problem? The site does not come up suddenly

So, I have a site setup on a server. It works forever. Suddenly it stops working. I tried to approach it even by IP. He simply says: "Under construction ..

Under construction

The site you are trying to browse does not currently have a default page. It may be in the process of being updated and configured ... "

I check to make sure it points to the correct virtual directory and that the default page has been set in the list of documents. The default page also exists in the directory ...

Nothing has changed with the code. Nothing has changed on the server. I have tons of other sites running on the same server and they all fit. Just wondering if there is anything that could have happened or missed. Any thoughts or ideas?

Thanks a million.

0


a source to share


3 answers


Well, we rebooted the server and now it works again. I guess I should have tried this first. It was weird that all the other sites worked. Anyway thanks for the suggestions to everyone.



0


a source


Double check that the binding settings are correct. Perhaps a new site has been created that conflicts with your site's anchors?

Edit



Make sure .net is installed to the correct version. I've seen where pages are not served when the internet is set to 1.1 on site 2.0.

Also the site is running locally on the box? You have ruled out firewall issues / changes or other network related items.

0


a source


It looks like your request is being processed by another IIS site. Make sure the host header is set correctly.


With your comment, a "Bad Request" error means the website was processing the request by default. There are several things you can check:

  • If this is not the site that you expected your application to be, you still have a website identification issue.
  • If your application is hosted on the default website, make sure the default document is set correctly.
  • Also make sure you don't have a file named "app_offline.htm" in the root of your application.
0


a source







All Articles