Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Single page assembly model problem

Reply
Thread Tools

Single page assembly model problem

 
 
=?Utf-8?B?RGFu?=
Guest
Posts: n/a
 
      08-22-2007
is anyone know why and how to overcome this problem discussed on this thread.

http://forums.microsoft.com/MSDN/Sho...84652&SiteID=1

 
Reply With Quote
 
 
 
 
bruce barker
Guest
Posts: n/a
 
      08-22-2007
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)






Dan wrote:
> is anyone know why and how to overcome this problem discussed on this thread.
>
> http://forums.microsoft.com/MSDN/Sho...84652&SiteID=1
>

 
Reply With Quote
 
 
 
 
=?Utf-8?B?RGFu?=
Guest
Posts: n/a
 
      08-24-2007
hi bruce, have a read on the main thread
http://forums.microsoft.com/MSDN/Sho...84652&SiteID=1 I have
found a solution for it.

"bruce barker" wrote:

> 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)
>
>
>
>
>
>
> Dan wrote:
> > is anyone know why and how to overcome this problem discussed on this thread.
> >
> > http://forums.microsoft.com/MSDN/Sho...84652&SiteID=1
> >

>

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Do I still need those .aspx page if I choose "Merge all outputs toa single assembly" in Web Deployment Project? john sun ASP .Net 2 01-23-2007 10:37 AM
Custom Taglib problems - instead of a single instance per page, I have a single instance per application. chris brat Java 1 05-10-2006 11:16 AM
Problem calling assembly which references another assembly from an asp page christianhaynes@hotmail.com ASP .Net 3 03-03-2006 04:52 PM
Web Assembly in GAC, Page Inherits Strongly Named Assembly? john@johnwpowell.com ASP .Net 0 12-03-2005 01:31 PM
can a strongly named assembly reference a regular assembly? Prasanna Padmanabhan ASP .Net 1 11-19-2003 06:21 AM



Advertisments