无法修改 machine.config 文件

发布于 2024-09-10 05:46:22 字数 135 浏览 6 评论 0原文

我想要提高 ASP.NET Web 应用程序的性能,并且想要更改 machine.config 中的“processModel”标记。但我无法修改位于框架目录中的“machine.config”文件。尽管我已禁用该文件的“只读”权限,但它仍然无法正常工作。

I want to improve performance of my ASP.NET web application and want to change "processModel" tag in machine.config. But I am unable to modify "machine.config" file located at framework directory. Though I have disabled "readonly" permission for the file, still it is not working.

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

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

发布评论

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

评论(4

芸娘子的小脾气 2024-09-17 05:46:22

您需要以管理员身份运行用于编辑machine.config文件的文本编辑器。

You need to run the text editor that you are using to edit the machine.config file as Administrator.

鸠魁 2024-09-17 05:46:22

使用 NotePad++(或)NotePad 打开它。您必须首先在管理员更多中运行记事本(右键单击,选择以管理员身份运行),然后打开 machine.config

Ramkumar Thangavel。

Open it using NotePad++ (or) NotePad. You have to run Notepad first in Administrator more (right click, select Run as administrator), then open machine.config

Ramkumar Thangavel.

水溶 2024-09-17 05:46:22

对于 Visual Studio:

  1. 右键单击 Visual Studio 图标

(如果右键单击任务栏图标,则还需要右键单击列表中的 Visual Studio 图标)

  1. 单击以管理员身份运行
  2. 在 Visual Studio 中,单击文件->打开->文件...(快捷键是 Ctrl + O
  3. 从这里导航到您的 machine.config。对于.net 4,它可能位于:C:\Windows\Microsoft.NET\Framework\v4.0.30319\Config

For Visual Studio:

  1. Right click on Visual Studio icon

(If you are right clicking on a taskbar icon, then you'll need to right click on the Visual Studio icon in the list as well)

  1. Click Run as administrator
  2. Within Visual Studio, click File->Open->File... (shortcut is Ctrl + O)
  3. From here, navigate to your machine.config. For .net 4, it's probably here: C:\Windows\Microsoft.NET\Framework\v4.0.30319\Config
云朵有点甜 2024-09-17 05:46:22

首先保存文件的修改版本,其他地方(在桌面上),然后将其从桌面复制并粘贴到原始路径

First save the modified version of the file, some where else (on your desktop) then copy and paste it from desktop to the original path

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