DotNetNewsgroup.com  
web access to complete list of Microsoft.NET newsgroups
   home   |   control panel login   |   archive  |  
 
  carried group
academic
adonet
aspnet
aspnet.announcements
aspnet.buildingcontrols
aspnet.caching
aspnet.datagridcontrol
aspnet.mobile
aspnet.security
aspnet.webcontrols
aspnet.webservices
assignment_manager
datatools
dotnet.distributed_apps
dotnet.general
dotnet.myservices
dotnet.nternationalization
dotnet.scripting
dotnet.security
dotnet.vjsharp
dotnet.vsa
dotnet.xml
dotnetfaqs
framework
framework.clr
framework.compactframework
framework.component_services
framework.controls
framework.databinding
framework.drawing
framework.enhancements
framework.interop
framework.odbcnet
framework.performance
framework.remoting
framework.sdk
framework.setup
framework.webservices
framework.windowsforms
framework.wmi
frwk.windowsforms.designtime
lang.csharp
lang.jscript
lang.vb
lang.vb.controls
lang.vb.data
lang.vb.upgrade
lang.vc
lang.vc.libraries
  
 
start date: Wed, 22 Aug 2007 03:38:18 -0700,    posted on: microsoft.public.dotnet.framework.aspnet        back       

Thread Index
  1    Dan
          2    bruce barker


Single page assembly model problem   
is anyone know why and how to overcome this problem discussed on this thread.

http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1984652&SiteID=1
Date:Wed, 22 Aug 2007 03:38:18 -0700   Author:  

Re: Single page assembly model problem   
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/ShowPost.aspx?PostID=1984652&SiteID=1
> 
Date:Wed, 22 Aug 2007 12:59:59 -0700   Author:  

Google
 
Web dotnetnewsgroup.com


COPYRIGHT ?2005, EUROFRONT WORLDWIDE LTD., ALL RIGHT RESERVE  |   Contact us