Take the 2-minute tour ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I created a subsite in SharePoint. The page is a customer service site for employees from 3 different business units. I created this site below one of the business units homepage, but then copied it under the other two using the "Manage site content and structure" menu.

Now, whenever you access the site from one of those new links that were created during the copy, my HTML picture map(which is supposed to lead to a custom list form) give me

    Server Error in '/' Application.
--------------------------------------------------------------------------------

Value does not fall within the expected range. 
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 

Exception Details: System.ArgumentException: Value does not fall within the expected range.

I'm on MOSS 2007. The linking/map work fine when I access the site any way besides from those two new links, so obviously the problem lies there. I haven't been able to find any Microsoft documentation on HTML functionality being negatively affected by this 'copy site' process. I greatly appreciate any suggestions.

share|improve this question
    
Check your ULS logs and get a more detailed stack trace. Your error could literally be almost anything. –  CBono Aug 22 '13 at 18:39
add comment

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.