问题描述
<?xmlversion="1.0"encoding="utf-8"?><!--注意:除了手动编辑此文件以外,您还可以使用Web管理工具来配置应用程序的设置。可以使用VisualStudio中的“网站”->“Asp.Net配置”选项。设置和注释的完整列表在machine.config.comments中,该文件通常位于WindowsMicrosoft.NetFrameworkv2.xConfig中--><configuration><appSettings><addkey="allowedFile"value=".txt,.xml,.xsl,.htm,.html,.jpg,.bmp,.gif,.png,.doc,.xsl,.ppt"/><addkey="maxFileSize"value="5120"/><appSettings/><connectionStrings><addname="MTAConnectionString"connectionString="DataSource=(local);InitialCatalog=MTA;UserID=sa;Password="providerName="System.Data.SqlClient"/></connectionStrings><system.web><!--设置compilationdebug="true"将调试符号插入已编译的页面中。但由于这会影响性能,因此只在开发过程中将此值设置为true。--><compilationdebug="true"/><!--通过<authentication>节可以配置ASP.NET使用的安全身份验证模式,以标识传入的用户。--><authenticationmode="Windows"/><!--如果在执行请求的过程中出现未处理的错误,则通过<customErrors>节可以配置相应的处理步骤。具体说来,开发人员通过该节可以配置要显示的html错误页以代替错误堆栈跟踪。<customErrorsmode="RemoteOnly"defaultRedirect="GenericErrorPage.htm"><errorstatusCode="403"redirect="NoAccess.htm"/><errorstatusCode="404"redirect="FileNotFound.htm"/></customErrors>--></system.web></configuration>
解决方案
解决方案二:
细看了一下,很难看出来,你还是贴错误提示出来吧
解决方案三:
这个要结合你的报错信息来看。。。你就算把web.config贴出来也没用。。。这个无非是个XML格式。。只要标签都有结尾。。。
解决方案四:
错误提示贴出来
解决方案五:
ServerErrorin'/'Application.--------------------------------------------------------------------------------ConfigurationErrorDescription:Anerroroccurredduringtheprocessingofaconfigurationfilerequiredtoservicethisrequest.Pleasereviewthespecificerrordetailsbelowandmodifyyourconfigurationfileappropriately.ParserErrorMessage:The'appSettings'starttagonline'11'doesn'tmatchtheendtagof'configuration'infile'file:///D:/aq/web.config'.Line46,position3.SourceError:Line44:-->Line45:</system.web>Line46:</configuration>SourceFile:D:aqweb.configLine:46这是错误信息
解决方案六:
ServerErrorin'/'Application.--------------------------------------------------------------------------------ConfigurationErrorDescription:Anerroroccurredduringtheprocessingofaconfigurationfilerequiredtoservicethisrequest.Pleasereviewthespecificerrordetailsbelowandmodifyyourconfigurationfileappropriately.ParserErrorMessage:The'appSettings'starttagonline'11'doesn'tmatchtheendtagof'configuration'infile'file:///D:/aq/web.config'.Line46,position3.SourceError:Line44:-->Line45:</system.web>Line46:</configuration>SourceFile:D:aqweb.configLine:46
解决方案七:
谢谢大家,没办法,我自己做了一个,呵呵,说实话,还是自己做的好用。大家到我的相册看看,给提提意见,因为是第一次做,没什么经验。我的相册:http://hi.csdn.net/space-album.html