Click here to Skip to main content
16,011,804 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello Friend

When i publish a web application project singal dll came for all pages. but i want every pages has single dll means when i publish web application project then every pages has its own dll.
Publish the application in vs 2010
Posted
Updated 14-Dec-15 23:14pm
Comments
Sergey Alexandrovich Kryukov 15-Dec-15 2:55am    
And what makes you considering it as a problem?
—SA

1 solution

That can be customized in the Advanced Precompile Settings Dialog Box.
Choose the right "Merge Options" - "Do not merge. Create a separate assembly for each page and control"
Check this -
Advanced Precompile Settings Dialog Box[^]

Hope, it helps :)
 
Share this answer
 
Comments
Rohit Sharma706 15-Dec-15 5:13am    
thank you very much 4 your reply, but as per you link, that type of dialog box is not appear when i publish the app.
i am working on web application not in website

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900