I have an Umbraco V4.0.3 website and for some reason one user (so far, there could be others) gets the following error when visiting the site. I can't understand what is different for them because they are running the same browser (Internet Explorer 8) as other users that have no problems. Does anyone know what this means and what it could be related to?
Server Error in '/' Application.
The Controls collection cannot be modified because the control contains code blocks (i.e. <% ... %>).
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.Web.HttpException: The Controls collection cannot be modified because the control contains code blocks (i.e. <% ... %>).
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Thanks for the response, it turns out the user was trying to edit the page in canvas. I assume there must be an issue with this because of the code I have on my page??
Strange ASP.net error for one user
Hi all,
I have an Umbraco V4.0.3 website and for some reason one user (so far, there could be others) gets the following error when visiting the site. I can't understand what is different for them because they are running the same browser (Internet Explorer 8) as other users that have no problems. Does anyone know what this means and what it could be related to?
I Think this is because this user is logged in using Canvas. Things to check:
- Close all browsers and try again
- Let that user login to umbraco and let hiom cick the Logout user button (Right top of the screen)
- Check the user settings and make sure "Redirect to canvas on login" is not checked.
Hope this helps you,
Richard
Hi Richard,
Thanks for the response, it turns out the user was trying to edit the page in canvas. I assume there must be an issue with this because of the code I have on my page??
is working on a reply...