Tell me more ×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.

If I want to browse to my site address i get this message: 500 INTERNAL SERVER ERROR

this is what i see in event viewer:

The World Wide Web Publishing Service (WWW Service) did not register the URL prefix http://*:80/ for site 1. The necessary network binding may already be in use. The site has been disabled. The data field contains the error number.

share|improve this question
There is no restore point, so what do i have to do now? – bawo Jan 10 at 12:49

3 Answers

Sounds like your IIS bindings are screwed.

Run the SharePoint Configuration Wizard - it'll reconfigure the IIS web application for your to the SharePoint Web App configuration that it knows about.

share|improve this answer

Check here in your file server location

C:\inetpub\wwwroot\wss\VirtualDirectories\webapplication

restore previous web.config file and iis reset then check...........

share|improve this answer

Invalid IIS configuration for your Web.

Go to IIS, select your Site at the left part of window, double click Authentication under Features View and check your configuration.

Anonymous Authentication - Disabled    
ASP.NET Impersonation    - Enabled 
Basic Authentication     - Disabled 
Digest Authentication    - Disabled
Forms Authentication     - Enabled
Windows Authentication   - Enabled
share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.