I'm creating a web site project in VS2010. when it is published to IIS it does not contain any version informations for the compiled aspx page dll. so i followed the steps in the below url to create versions for each compiled aspx page.
It is creating a common version number because it is compiled together as one project and generating one complete dll. For an individual page its not possible...
Marked as answer by Dino He - MSFT on Jul 05, 2012 06:03 AM
anandhan
Member
1 Points
44 Posts
Separate Versions for each aspx page compiled dll
Jun 28, 2012 11:41 AM|LINK
Hi,
I'm creating a web site project in VS2010. when it is published to IIS it does not contain any version informations for the compiled aspx page dll. so i followed the steps in the below url to create versions for each compiled aspx page.
How to: Create Versioned Assemblies for Precompiled Web Site Projects
Problem: It is creating common version number for all aspx page compiled dll.
But my requirement is to show the various version number in each aspx page compiled dll.
How can i achieve it?
assembly
abbas24
Member
50 Points
40 Posts
Re: Separate Versions for each aspx page compiled dll
Jun 28, 2012 12:25 PM|LINK
It is creating a common version number because it is compiled together as one project and generating one complete dll. For an individual page its not possible...