asp.net - Exception Thrown at Deployment -
the following exception being thrown @ deployment. i'm running application on iis 7. i've tried cycling app pools , restarting application no success. ideas troubleshooting appreciated. i'm suspicious might have .net versioning, that's mere speculation. in advance!
fullexception=" @ system.web.ui.templateparser.processexception(exception ex) | @ system.web.ui.templateparser.parsestringinternal(string text, encoding fileencoding) | @ system.web.ui.templateparser.parsestring(string text, virtualpath virtualpath, encoding fileencoding) | @ system.web.ui.templateparser.parsefile(string physicalpath, virtualpath virtualpath) | @ system.web.ui.templateparser.parse() |
i have seen error happen when inherits
page directive 1 value in development, different when deployed.
verify source of page (pagename.aspx
see if inherits
name matches class name in other environments).
Comments
Post a Comment