I have an ASP.NET WebApplication (not Website) that was written with C#.
I want to publish and deploy this application for more than 50 sites in my server. I would prefer to make some dlls and put them in GAC of my server so all sites will use dlls from GAC and then I can update all my sites just with replacing some dlls in GAC.
When I publish my application I get a single dll for all .cs files but all .aspx files remain. I want to merge .aspx files to single assembly too.
petercory
Member
1 Points
13 Posts
publish webapplication in single files
Nov 04, 2012 10:59 AM|LINK
I have an ASP.NET WebApplication (not Website) that was written with C#.
I want to publish and deploy this application for more than 50 sites in my server. I would prefer to make some dlls and put them in GAC of my server so all sites will use dlls from GAC and then I can update all my sites just with replacing some dlls in GAC.
When I publish my application I get a single dll for all .cs files but all .aspx files remain. I want to merge .aspx files to single assembly too.
Is there any way?or any other idea for my case?
Angie xu - M...
All-Star
18654 Points
1589 Posts
Microsoft
Re: publish webapplication in single files
Nov 12, 2012 07:00 AM|LINK
Hi
in your web project properties:
package/publish web
check - precompile this application before publishing
advanced - merge all output to a single assembly.
Note: This refer Stackoverflow.
Regards
Feedback to us
Develop and promote your apps in Windows Store