简体   繁体   English

.Net 4.0文件夹大小在2008 R2服务器上增加

[英].Net 4.0 folder size increasing on 2008 R2 Server

I have installed .Net 4.0 full on my server as the client version is not working when I install MVC4 framework. 我已经在服务器上安装了.Net 4.0完整版,因为安装MVC4框架时客户端版本无法正常工作。 But now this folder dosen't seem to stop growing. 但是现在这个文件夹似乎并没有停止增长。

C:\Windows\Microsoft.NET\Framework64\v4.0.30319 

As of this post it was at 64 GB. 截至本文发布时,它的大小为64 GB。 What could be the issue. 可能是什么问题。 I am running out of space. 我的空间不足。

Here is a screenshot from WinDirStat 这是WinDirStat的屏幕截图

When your code is compiled, the resulting assemblies are cached in a folder on the server. 编译代码时,生成的程序集将缓存在服务器上的文件夹中。 I think your ASP.net web sites are compiling and storing the result is storing in temp folder 我认为您的ASP.net网站正在编译并将结果存储在temp文件夹中

Compilation Folder Location (Temp folder) 编译文件夹位置(临时文件夹)

By default, when you compile a Web application the compiled code is placed in the Temporary ASP.NET Files folder. 默认情况下,在编译Web应用程序时,已编译的代码位于“临时ASP.NET文件”文件夹中。 This folder is a subdirectory of the location where you installed the .NET framework. 此文件夹是.NET Framework安装位置的子目录。 Typically, the location is the following: %SystemRoot%\\Microsoft.NET\\Framework\\versionNumber\\Temporary ASP.NET Files 通常,该位置是以下位置:%SystemRoot%\\ Microsoft.NET \\ Framework \\ versionNumber \\ Temporary ASP.NET文件

Understanding ASP.NET Dynamic Compilation 了解ASP.NET动态编译

compilation Element (ASP.NET Settings Schema) 编译元素(ASP.NET设置架构)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 WCF和套接字数据处理-异常数据通知模块(ASP.NET MVC 3 + EF 4.0 + LINQ + WCF 4.0 +套接字+ SQL Server 2008 R2 + Azure) - WCF and Socket Data Processing - Anomaly Data Notification Module (ASP.NET MVC 3 + EF 4.0 + LINQ + WCF 4.0 + Sockets + SQL Server 2008 R2 + Azure) .NET Core未在Windows 2008 Server R2中运行 - .NET Core is not running in Windows 2008 Server R2 Windows Server 2008 R2上的WCF .NET 4.5 - WCF .NET 4.5 on Windows Server 2008 R2 如何在sql server 2008 R2中存储.net的DateTime - How to store DateTime of .net in sql server 2008 R2 Windows Server 2008 R2上的.NET Framework 4 RTM - .NET Framework 4 RTM on Windows server 2008 R2 SQL Server 2008 R2 - .NET Framework未处理的异常 - SQL Server 2008 R2 - .NET Framework unhandled exception 在Windows Server 2008 R2上将.Net Framework与IIS集成 - integrating .Net Framework with IIS on windows server 2008 r2 Windows 2008 R2 上的 TLS 1.2、.NET Framework 4.0 和 IIS 7.0 - TLS 1.2, .NET Framework 4.0, and IIS 7.0 on Windows 2008 R2 将EF模型从SSCE 4.0切换到SQL Server 2008 R2 - Switching EF Model from SSCE 4.0 to SQL Server 2008 R2 Microsoft Jet oledb 4.0提供程序未在本地计算机上注册Windows Server 2008 R2 Standard - microsoft jet oledb 4.0 provider is not registered on the local machine Windows Server 2008 R2 Standard
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM