Custom WSS 3.0 aspx page
-
Not sure if this is the correct board, but I'll try here. I am trying to add a custom aspx page to my Sharepoint site. Here are the steps I've taken: - Published my site with VS 2005 - Created a blank aspx page with Sharepoint Designer - Copied the published aspx page into the newly created one in Designer - Added the dll to my Sharepoint bin folder - Added the following line to my web.config: This is apparently the only way to have custom aspx pages in WSS 3.0/MOSS 2007, which is annoying. When I try to run the page I get this error: An error occurred during the processing of /contact.aspx. Value cannot be null. Parameter name: key I have no idea what that means. I thought it might have to do with not having a PublicToken parameter, but that was just a blind stab at what that might mean. Any help on this would be great! Thank you!