How do I specify an output file name for a compiled ASP.NET application?
Posted
by CSharp Noob
on Stack Overflow
See other posts from Stack Overflow
or by CSharp Noob
Published on 2010-05-24T00:22:07Z
Indexed on
2010/05/24
0:31 UTC
Read the original article
Hit count: 608
ASP.NET
I have read under: Compiling Web Application Projects (http://msdn.microsoft.com/en-us/library/aa983464.aspx)
... this compilation model creates a single assembly, you can specify attributes, such as assembly name and version.
You can supply a PATH (directory name only) in the Visual Studio "Build Options".
But where can a file name be specified?
© Stack Overflow or respective owner