Reputation: 9579
when I try to publish a web application project, I am not able to see the option "Enable strong naming on precompiled assemblies". I used to see this option on web sites. Can some one advice on this.?
Upvotes: 0
Views: 884
Reputation: 182
There is an excellent three part series on how to do this in the aspnet_compiler tool here
http://msdn.microsoft.com/en-us/library/ms228209(v=vs.100).aspx
http://msdn.microsoft.com/en-us/library/ms228040.aspx
Hope it helps.
Upvotes: 1
Reputation: 11393
According to MSDN :
In Visual Web Developer, in the Solution Explorer pane, click your Web site project name.
Click View, and then click Property Pages. Alternatively, you can right-click your Web site project name in Solution Explorer and click Property Pages.
The Property Pages window appears. Click the MSBuild Options node.
Upvotes: 1
Reputation: 6123
That option is available on Asp.net WEb Stie template. Create an asp.net web site and when you right click on the solution explorer, click publish then a popup window will appear, it contains the option for enable strong naming on precompiled assemblies.
Upvotes: 1