Single page assembly model problem

B

bruce barker

not sure what the problem is you want to solve.

asp.net creates a dll per page. in web site mode, the code behind is a
partial class file included in the page dll. in application mode, the
code behinds are all compiled into one dll by visual studio and placed
in the bin folder, and the page (.aspx) is compiled into a dll that
inherits from the class in the common dll.

so in site mode a single page site will have one dll, a web application
site will have two.

-- bruce (sqlwork.com)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top