问题描述
新手求助,目前在做web开发,遇到个棘手问题:VS2005运行通过的网站发布至IIS,浏览页面出错,查了一些东西,没有找到理想的答案,希望各位不吝赐教!ServerErrorin'/'Application.--------------------------------------------------------------------------------ParserErrorDescription:Anerroroccurredduringtheparsingofaresourcerequiredtoservicethisrequest.Pleasereviewthefollowingspecificparseerrordetailsandmodifyyoursourcefileappropriately.ParserErrorMessage:Couldnotloadtheassembly'App_Web_dnswnmyd'.Makesurethatitiscompiledbeforeaccessingthepage.SourceError:Line1:<%@pagelanguage="C#"autoeventwireup="true"inherits="login,App_Web_dnswnmyd"%>Line2:<!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">Line3:<htmlxmlns="http://www.w3.org/1999/xhtml">SourceFile:/crm/login.aspxLine:1--------------------------------------------------------------------------------VersionInformation:Microsoft.NETFrameworkVersion:2.0.50727.1433;ASP.NETVersion:2.0.50727.1433
解决方案
解决方案二:
估计你代码写的问题看看是不是有空间名和后台CS代码一样了光用大小写区分没用的
解决方案三:
可能遇到错误没生成DLL,把你的解决方案重新生产看有没有错误