看看哪里错了

gyzlove 2011-10-04 11:12:06
<?xml version="1.0" encoding="utf-8"?>
<!--
注意: 除了手动编辑此文件以外,您还可以使用
Web 管理工具来配置应用程序的设置。可以使用 Visual Studio 中的
“网站”->“Asp.Net 配置”选项。
设置和注释的完整列表在
machine.config.comments 中,该文件通常位于
\Windows\Microsoft.Net\Framework\v2.x\Config 中
-->
<configuration>
<appSettings>
<add key="allowedFile" value=".txt,.xml,.xsl,.htm,.html,.jpg,.bmp,.gif,.png,.doc,.xsl,.ppt" />
<add key="maxFileSize" value="5120" />
<appSettings/>
<connectionStrings>
<add name="MTAConnectionString" connectionString="Data Source=(local);Initial Catalog=MTA;User ID=sa;Password="
providerName="System.Data.SqlClient" />
</connectionStrings>
<system.web>
<!--
设置 compilation debug="true" 将调试符号插入
已编译的页面中。但由于这会
影响性能,因此只在开发过程中将此值
设置为 true。
-->
<compilation debug="true"/>
<!--
通过 <authentication> 节可以配置 ASP.NET 使用的
安全身份验证模式,
以标识传入的用户。
-->
<authentication mode="Windows" />
<!--
如果在执行请求的过程中出现未处理的错误,
则通过 <customErrors> 节可以配置相应的处理步骤。具体说来,
开发人员通过该节可以配置
要显示的 html 错误页
以代替错误堆栈跟踪。

<customErrors mode="RemoteOnly" defaultRedirect="GenericErrorPage.htm">
<error statusCode="403" redirect="NoAccess.htm" />
<error statusCode="404" redirect="FileNotFound.htm" />
</customErrors>
-->
</system.web>
</configuration>
...全文
54 6 打赏 收藏 转发到动态 举报
写回复
用AI写文章
6 条回复
切换为时间正序
请发表友善的回复…
发表回复
gyzlove 2011-12-07
  • 打赏
  • 举报
回复
谢谢大家,没办法,我自己做了一个,呵呵,说实话,还是自己做的好用。
大家到我的相册看看,给提提意见,因为是第一次做,没什么经验。

我的相册:http://hi.csdn.net/space-album.html
porschev 2011-10-04
  • 打赏
  • 举报
回复

这个要结合你的报错信息来看。。。

你就算把web.config贴出来也没用。。。

这个无非是个XML格式。。只要标签都有结尾。。。

quifar123 2011-10-04
  • 打赏
  • 举报
回复
细看了一下,很难看出来,你还是贴错误提示出来吧
gyzlove 2011-10-04
  • 打赏
  • 举报
回复
Server Error in '/' Application.--------------------------------------------------------------------------------

Configuration Error
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: The 'appSettings' start tag on line '11' doesn't match the end tag of 'configuration' in file 'file:///D:/aq/web.config'. Line 46, position 3.

Source Error:


Line 44: -->
Line 45: </system.web>
Line 46: </configuration>


Source File: D:\aq\web.config Line: 46
gyzlove 2011-10-04
  • 打赏
  • 举报
回复
Server Error in '/' Application.
--------------------------------------------------------------------------------

Configuration Error
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: The 'appSettings' start tag on line '11' doesn't match the end tag of 'configuration' in file 'file:///D:/aq/web.config'. Line 46, position 3.

Source Error:


Line 44: -->
Line 45: </system.web>
Line 46: </configuration>



Source File: D:\aq\web.config Line: 46

这是错误信息
thewitcher~ 2011-10-04
  • 打赏
  • 举报
回复
错误提示贴出来

62,046

社区成员

发帖
与我相关
我的任务
社区描述
.NET技术交流专区
javascript云原生 企业社区
社区管理员
  • ASP.NET
  • .Net开发者社区
  • R小R
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告

.NET 社区是一个围绕开源 .NET 的开放、热情、创新、包容的技术社区。社区致力于为广大 .NET 爱好者提供一个良好的知识共享、协同互助的 .NET 技术交流环境。我们尊重不同意见,支持健康理性的辩论和互动,反对歧视和攻击。

希望和大家一起共同营造一个活跃、友好的社区氛围。

试试用AI创作助手写篇文章吧