I have been asked several times how to get to that page that displays
the web parts that are active on a WSS page.
Usually, you only see this page if one of the web parts loaded on the
page is giving an error when loading.
What we are looking for is called the Manage Web Part Page.
To get to it, use the following url:
http://VIRTUALSERVERNAME/_layouts/1033/spcontnt.aspx?&url=default.aspx
This will give you the web parts loaded on the default.aspx page.
If you have a top-level site or subsite underneath that name space,
you need to use the following syntax:
http://VIRTUALSERVERNAME/SUBSITE/_layouts/1033/spcontnt.aspx?&url=/SUBSITE/default.aspx
(notice the /SUBSITE/ before the webpage name)
One Comment
Anonymous
Thanks this is what I needed.