compile a single ASP.NET (.aspx) page from the command line
Posted
by JoelFan
on Stack Overflow
See other posts from Stack Overflow
or by JoelFan
Published on 2010-04-09T14:35:09Z
Indexed on
2010/04/09
14:43 UTC
Read the original article
Hit count: 209
I have a Perl script that calls aspnet_compiler.exe to compile a large ASP.NET website. The problem is that it takes very long to run. Is there any way to compile just a single .aspx file from the command line? (I think that would suit the needs of my script) It seems that all aspnet_compiler.exe can do is compile at a directory level.
© Stack Overflow or respective owner