日期:2014-05-17  浏览次数:20651 次

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