如何禁用“验证网站”构建 ASP.NET 网站项目时的步骤?

发布于 2024-11-15 19:02:39 字数 76 浏览 3 评论 0原文

有时,我想在构建 ASP.NET 网站项目时跳过网站验证以节省时间。是否有 Visual Studio 选项或任何其他方法可以关闭此行为?

Sometimes, I want to skip validation of the web site to save time when I build an ASP.NET Web Site project. Is there a Visual Studio option or any other means to turn off this behaviour?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

久光 2024-11-22 19:02:39

回复:如何关闭“验证网络”
页”。 2008 年 5 月 21 日 02:52 上午

嗨,

验证网站很重要。它
执行以下任务:

验证 web.config 以确保
所有设置都是合法的。验证 aspx
页面的标记。错误中列出错误
列表。 如果您不想验证,
您可以将项目设置为“无构建”
或在运行启动之前“构建页面”
页面。

更多信息请参阅
http://forums.asp.net/t/939998.aspx

我希望这会有所帮助。

Thomas Sun 微软在线社区
支持

- http://forums.asp.net/t/1262277.aspx

网站项目,属性页(在 VS 2010 中):

在此处输入图像描述

Re: How do I turn off 'validating web
pages'. May 21, 2008 02:52 AM

Hi,

Validating Web Site is important. It
does the following tasks:

Validate web.config to make sure that
all settings are legal. Validate aspx
page's markup. List error in the Error
List. If you don't want to validate,
you can set your project to "No Build"
or "Build Page" before running startup
page.

For more information, please refer to
http://forums.asp.net/t/939998.aspx.

I hope this helps.

Thomas Sun Microsoft Online Community
Support

-- http://forums.asp.net/t/1262277.aspx

Website project, Property Pages (in VS 2010):

enter image description here

杀手六號 2024-11-22 19:02:39

一些早期的服务包存在验证需要一段时间(在某些情况下需要几天)的问题。检查并查看是否可以更新 Visual Studio,并查看是否可以解决问题。

Some of the earlier service packs had issues with Validating taking a while (days in some cases). Check and see if you can update Visual Studio and seem if that resolves the issue.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文