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

I changed the IP address of my SharePoint server. I run a 1 sharepoint site "testportal" and "mysites". The mysites site works just fine, however my "testportal" throws the following error.

All we did is change the IP, subnet, and network of the box.

Server Error in '/' Application.

Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a tag within a "web.config" configuration file located in the root directory of the current web application. This tag should then have its "mode" attribute set to "Off".

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's configuration tag to point to a custom error page URL.

share|improve this question
Did you check the IIS site to make sure an IP isn't specified for the web app? – user6666 Jan 31 '12 at 19:55
I looked in all obvious spots and didn't see any references, both IIS Sites use the same IP address. – Bryan Smith Jan 31 '12 at 21:06

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

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

Browse other questions tagged or ask your own question.