C:\Windows\Microsoft.NET\Framework\v4.0.30319>aspnet_compiler.exe -p D:\precompiled\project_name -v / D:\precompiled\project_dll -f -fixednames
https://msdn.microsoft.com/ko-kr/library/ms227976(v=vs.100).aspx
How to: Precompile ASP.NET Web Sites for Deployment
How to: Precompile ASP.NET Web Sites for Deployment 10/22/2014 2 minutes to read In this article --> When you precompile an ASP.NET Web site for deployment you create a layout containing assemblies and other information that you can then copy to a producti
docs.microsoft.com
https://msdn.microsoft.com/en-us/library/bb398860.aspx
ASP.NET Web Site Project Precompilation Overview
ASP.NET Web Site Project Precompilation Overview 12/04/2014 15 minutes to read In this article --> You can precompile a Web site project before it is made available to users. This provides many advantages, which include faster initial response time, error
docs.microsoft.com
http://stackoverflow.com/questions/336205/can-i-precompile-my-asp-net-mvc-application
Can I precompile my ASP.NET MVC application?
I tried to precompile my ASP.NET MVC application and deploy it to an IIS6 box (with wildcard mapping), however I am getting an error with rendering partial views (user controls). Its working fine ...
stackoverflow.com
'.NET > VS.NET' 카테고리의 다른 글
ASP.NET MVC 캐시 컨트롤 (0) | 2019.07.15 |
---|---|
MVC5 Database.Open 사용법 (0) | 2019.07.15 |
IIS MVC4 활성화 (0) | 2019.07.15 |
[C#] 문자열 암호화 - RSA, MD5, DES (0) | 2010.10.21 |
[VC++] Othello 소스 (0) | 2010.10.21 |