Re: ASP .NET 2.0 Unanswered questions...
- From: "Juan T. Llibre" <nomailreplies@xxxxxxxxxxx>
- Date: Mon, 15 Oct 2007 14:04:18 -0400
re:
!> What happens if you build an app. using all code-behind pages and no inline
!> pages AND you deploy the single IL assembly in the project/bin folder?
I don't know because I seldom use codebehind.
I had to be dragged into using codebehind in the admin pages
for the app while using inline code for most of the pages.
I think that using codebehind is a waste of time, given that the code
in codebehind files has to be compiled twice before it can be used.
AFAIK, there's nothing which can be done in codebehind which
can't be done inline, so why add unnecessary complexity to apps ?
Btw, we have really gone very far OT for this thread.
But, I suppose that's normal for programmers... :-)
The thread originally concerned ASP.NET 2.0,
and we've been discussing ASP.NET 1.1 for quite a while.
Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
"Scott M." <s-mar@xxxxxxxxxxxxx> wrote in message news:OLwplO1DIHA.4684@xxxxxxxxxxxxxxxxxxxxxxx
"Juan T. Llibre" <nomailreplies@xxxxxxxxxxx> wrote in message news:uva%23T$0DIHA.5976@xxxxxxxxxxxxxxxxxxxxxxx
re:
!> this clears things up nicely
It doesn't for me. :-(
See my just sent-in reply, where I state that
the app uses both inline and codebehind pages.
I *still* wind up with an assembly for each page, in the ASP.NET temp files dir,
even though the app uses the single-assembly per project model.
What happens if you build an app. using all code-behind pages and no inline pages AND you deploy the single IL
assembly in the project/bin folder?
.
- Follow-Ups:
- Re: ASP .NET 2.0 Unanswered questions...
- From: Scott M.
- Re: ASP .NET 2.0 Unanswered questions...
- From: Rory Becker
- Re: ASP .NET 2.0 Unanswered questions...
- References:
- Re: ASP .NET 2.0 Unanswered questions...
- From: Scott M.
- Re: ASP .NET 2.0 Unanswered questions...
- From: Rory Becker
- Re: ASP .NET 2.0 Unanswered questions...
- From: Juan T. Llibre
- Re: ASP .NET 2.0 Unanswered questions...
- From: Scott M.
- Re: ASP .NET 2.0 Unanswered questions...
- Prev by Date: Re: ASP .NET 2.0 Unanswered questions...
- Next by Date: Re: ASP .NET 2.0 Unanswered questions...
- Previous by thread: Re: ASP .NET 2.0 Unanswered questions...
- Next by thread: Re: ASP .NET 2.0 Unanswered questions...
- Index(es):
Relevant Pages
|