首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 操作系统 > windows >

iis7上怎么部署webservice

2012-12-17 
iis7下如何部署webservice?本帖最后由 wuwenzhe 于 2012-11-09 11:32:45 编辑建好一个网站后,访问http://l

iis7下如何部署webservice?
本帖最后由 wuwenzhe 于 2012-11-09 11:32:45 编辑 建好一个网站后,访问http://localhost/WebService1.asmx,出错页面如下:
无法识别的属性“targetFramework”。请注意属性名称区分大小写。


行 8:  <configuration>
行 9:      <system.web>
行 10:         <compilation debug="true" targetFramework="4.0" />
行 11:       <webServices>
行 12:         <protocols>

[解决办法]
试下http://www.haogongju.net/art/1391402
[解决办法]
引用:
试下http://www.haogongju.net/art/1391402


按照你给的方法,现在不报那个错误了,变成了这个错误:


HTTP 错误 500.0 - Internal Server Error
An error message detailing the cause of this specific request failure can be found in the application event log of the web server. Please review this log entry to discover what caused this error to occur. 

[解决办法]
把错误的详细信息贴上来看看
[解决办法]
null

热点排行