这些错误是什么意思

Gongqingshuai 2010-06-13 08:15:23
我在网上下了一个留言板的源码,然后新建了一个解决方法,执行后就出现了这样的错误!这些错误是什么意思

下面是web.config文件的内容
<?xml version="1.0"?>
<!--
Note: As an alternative to hand editing this file you can use the
web admin tool to configure settings for your application. Use
the Website->Asp.Net Configuration option in Visual Studio.
A full list of settings and comments can be found in
machine.config.comments usually located in
\Windows\Microsoft.Net\Framework\v2.x\Config
-->
<configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">

<connectionStrings>
<add name="wormbookConnectionString" connectionString="Server=(local);Database=wormbook;uid=sa;pwd=sa;"
providerName="System.Data.SqlClient" />
<add name="killConnectionString" connectionString="Server=(local);Database=master;uid=sa;pwd=sa;"
providerName="System.Data.SqlClient" />
</connectionStrings>
<system.web>

<!--
Set compilation debug="true" to insert debugging
symbols into the compiled page. Because this
affects performance, set this value to true only
during development.
-->
<compilation debug="true" defaultLanguage="c#">
<assemblies>
<add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/></assemblies></compilation>
<!--
The <authentication> section enables configuration
of the security authentication mode used by
ASP.NET to identify an incoming user.
-->
<authentication mode="Windows"/>
<!--
The <customErrors> section enables configuration
of what to do if/when an unhandled error occurs
during the execution of a request. Specifically,
it enables developers to configure html error pages
to be displayed in place of a error stack trace.

<customErrors mode="RemoteOnly" defaultRedirect="GenericErrorPage.htm">
<error statusCode="403" redirect="NoAccess.htm" />
<error statusCode="404" redirect="FileNotFound.htm" />
</customErrors>
-->
<sessionState mode="InProc" cookieless="false" timeout="30"/>

<!-- 设置iis的上传限制为4M-->
<httpRuntime useFullyQualifiedRedirectUrl="true" maxRequestLength="409600" executionTimeout="900"/>
</system.web>
</configuration>

...全文
51 6 打赏 收藏 转发到动态 举报
写回复
用AI写文章
6 条回复
切换为时间正序
请发表友善的回复…
发表回复
Gongqingshuai 2010-06-13
  • 打赏
  • 举报
回复
就是找不到name属性的架构之信息,未能找到属性的connecstring的架构信息之类的错误。
我明明是穿上图片了呢。而且我也能看见,怎么在别的电脑上就看不见呢
Gongqingshuai 2010-06-13
  • 打赏
  • 举报
回复



就是找不到name属性的架构之信息,未能找到属性的connecstring的架构信息之类的错误。
我明明是穿上图片了呢。而且我也能看见,怎么在别的电脑上就看不见呢
Gongqingshuai 2010-06-13
  • 打赏
  • 举报
回复
[Quote=引用 2 楼 wuyq11 的回复:]
看不见图片
aspnet_regiis -i
[/Quote]
就是找不到name属性的架构之信息,未能找到属性的connecstring的架构信息之类的错误。
我明明是穿上图片了呢。而且我也能看见,怎么在别的电脑上就看不见呢
wuwenyong 2010-06-13
  • 打赏
  • 举报
回复
看不出来
wuyq11 2010-06-13
  • 打赏
  • 举报
回复
看不见图片
aspnet_regiis -i
xray2005 2010-06-13
  • 打赏
  • 举报
回复
这些错误是什么意思
--------------------------
错误在哪里呢?

62,046

社区成员

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

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

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

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