How do I specify an assembly 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
            1:00 UTC
        
        
        Read the original article
        Hit count: 358
        
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 the file name for the assembly be specified?
© Stack Overflow or respective owner