Last active
December 13, 2015 17:58
-
-
Save sebnilsson/4951441 to your computer and use it in GitHub Desktop.
User Controls vs. Custom Controls - Web.config - system.web.pages.controls
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. | |
Parser Error Message: Invalid or missing attributes found in the tagPrefix entry. For user control, you must also specify 'tagName' and 'src'. For custom control, you must also specify 'namespace', and optionally 'assembly'. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<add tagPrefix="Prefix" tagName="TagName" src="~/Controls/UserControl.ascx" assembly="AssemblyName" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment