jueves, marzo 30, 2006

ASP.NET PreCompilation

Prometo que este post será breve.
Abran VS 2005 Command Prompt y escriban lo siguiente:
aspnet_compiler -?

Voila ahí tienen todo lo que necesitan para poder pre-compilar todo su sitio web y te empaqueta todo: assemblies, archivos estátios y archivos de configuración.

Muy útil si quieres hacer el deployment en algún servidor donde quieras proteger tu código.

3 comentarios:

Miguel Madero dijo...

Con mi afan de ser breve olvide dar crédito a Dino Esposito y su libre ASP.NET 2.0....

Anónimo dijo...

Re: Source Code for the Built-in ASP.NET 2.0 Providers Now Available for Download

This is what I wrote to Scott:
“As you mentioned “I can send you a sample set of providers that implement Web Service remoting for the providers for multi-tier deployment”
I am interested in obtaining this sample set of providers. Do you by chance have Miguel Madero’s code (he mentioned that he has some implementation in his comment)”
Do you still have his source code and can I get yours?
Thank you.
Rad

Miguel Madero dijo...

I am sure I have that at the office I will try to upload it tomorrow.
I have it somewhere in source control, I hope I can find that example....