Welcome to MSDN Blogs Sign in | Join | Help

Michael Yeager's MSDN Blog

A stigmergic trail of SharePoint, asp.net and Silverlight Solutions
Tip: Getting around a SharePoint Error Page

If you hit a default page and it throws an error and you're kind of stuck as to what to do next, try navigating to one of the system pages - of which Site Settings is probably the most useful.

So if the page throwing an error was:

http://<portal>/<teamsite>/default.aspx then try:

For Site Settings: http://<portal>/<teamsite>/_layouts/settings.aspx

For Site Content: http://<portal>/<teamsite>/_layouts/viewlsts.aspx

To Create Content: http://<portal>/<teamsite>/_layouts/create.aspx

For title, description and icon: http://<portal>/<teamsite>/_layouts/prjsetng.aspx

This works in either SharePoint v2 or v3, but in v2 you have to include the language ID which in the U.S. would be 1033 making the url: /_layouts/1033/settings.aspx.

Or if you think removing a troublesome web part will solve the problem, go directly to the web part maintenance page by adding the query string ?contents=1 like so:

http://<portal>/<teamsite>/default.aspx?contents=1

Or if you think reghosting the page (removing any customizations) will fix the problem in v3 you can go directly to:

http://<portal><teamsite>/_layouts/reghost.aspx

Or if all else fails, and you just want the site gone, then try:

http://<portal>/<teamsite>/_layouts/deleteweb.aspx

Posted: Thursday, October 18, 2007 10:48 AM by mty
Leave a Comment

(required) 

(required) 

(optional)

(required) 

Comment Notification

If you would like to receive an email when updates are made to this post, please register here

Subscribe to this post's comments using RSS

Page view tracker