0
votes
2answers
23 views
Pre-Compiled websites code security
How far pre-compiling a website or project in VWD is safe ?
I know that Reflector can retrieve the whole thing again (as it will be IL at the end of the day), and I heard that obf …
1
vote
4answers
248 views
How to run a command at compile with in Makefile generated by CMake ?
I would like to pass some options to a compiler.
The option would have to be calculated at compile time - everytime when 'make' is invoked, not when 'cmake', so execute_process com …
6
votes
12answers
601 views
Can Ruby, PHP, or Perl create a pre-compiled file for the code like Python?
For Python, it can create a pre-compiled version file.pyc so that the program can be run without interpreted again. Can Ruby, PHP, and Perl do that same on the command line?
0
votes
1answer
193 views
Global resources can’t be resolved after publishing Website in VS2008
Hi there
I have a web-project running in VS 2008. We have some global resource files (*.resx) in the App_GlobalResources folder for internationalisation. All this works like a cha …
3
votes
2answers
588 views
Why is aspnet_compiler.exe so slow (and can it be made any faster)?
During our build process we run aspnet_compiler.exe against our websites to make sure that all the late-bound stuff in ASP.NET/MVC actually builds (I know nothing about ASP.NET but …
