首页 > Web开发 > 详细

为web.config创建web.xsd

时间:2014-09-20 03:32:36      阅读:407      评论:0      收藏:0      [点我收藏+]

Give this a shot. In Visual Studio 2010, open your app.config or web.config file. Go to the XML menu and select Create Schema. This action should create a new file called "app.xsd" or "web.xsd". Save that file to disk. Go back to your app.config or web.config and in the edit window, right click and select properties. From there, make sure the xsd you just generated is referenced in the Schemas property. If it‘s not there then add it. That should cause those messages to disappear.

为web.config创建web.xsd

原文:http://www.cnblogs.com/sungang3225/p/3982797.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!