博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
project ASP.NET
阅读量:4076 次
发布时间:2019-05-25

本文共 2579 字,大约阅读时间需要 8 分钟。

http://topic.csdn.net/u/20091228/17/3a7ffac9-d832-4cf3-82b9-6a27eab98779.html?

问题:

空间是2.0的。所以要改。

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: Child nodes not allowed.
Source Error:
Line 69: <compilers>
Line 70: <compiler language="c#;cs;csharp" extension=".cs" type="Microsoft.CSharp.CSharpCodeProvider,System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" warningLevel="4">
Line 71: <providerOption name="CompilerVersion" value="v3.5"/>
Line 72: <providerOption name="WarnAsError" value="false"/> </compiler>
Line 73: <compiler language="vb;vbs;visualbasic;vbscript" extension=".vb" type="Microsoft.VisualBasic.VBCodeProvider, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" warningLevel="4">
Source File: D:\hosting\wwwroot\bvbuy_cn\htdocs\web.config    Line: 71

 

解决:

升级版本是3.5的

类似Version Version=3.5.0.0,

192.168.121.190

project name:songqiao

 

 

 

end

转载地址:http://srjni.baihongyu.com/

你可能感兴趣的文章
[转]javascript with延伸的作用域是只读的吗?
查看>>
php的autoload与global
查看>>
IE不支持option的display:none属性
查看>>
[分享]mysql内置用于字符串型ip地址和整数型ip地址转换函数
查看>>
TableDnd(JQuery表格拖拽控件)应用进阶
查看>>
[转]开源中最好的Web开发的资源
查看>>
Docker上部署SpringBoot项目并推送镜像到Docker Hub上---以MacOS为例
查看>>
bibtex I was expecting a `,‘ or a `}‘ 问题解决
查看>>
sql server中各类范式的理解
查看>>
Python中列表元素删除
查看>>
二分查找与递归式二分查找
查看>>
在Navicat for MySQL中修改表的编码格式
查看>>
补充另一版ArrayList的初始化过程
查看>>
java接口不能实例化原因浅谈
查看>>
Https加密及攻防
查看>>
Java生成随机不重复推广码邀请码
查看>>
Java8 Lambda表达式介绍
查看>>
Java NIO源码剖析及使用实例(一):Buffer
查看>>
【JAVA数据结构】双向链表
查看>>
【JAVA数据结构】先进先出队列
查看>>