473,396 Members | 1,827 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Are aspx pages compiled?

Are aspx pages compiled or interpative (like asp) or some of combination of
the two?

Thanks In Advance
May 5 '06 #1
4 1163
They are compiled when they are first requested and the runtime does things
with them for you, serving the results of a page request from the compiled
dll's.

--
Regards

John Timney
Microsoft MVP

"Terry Jolly" <te***@ipmas.com> wrote in message
news:44**********************@news.twtelecom.net.. .
Are aspx pages compiled or interpative (like asp) or some of combination
of the two?

Thanks In Advance

May 5 '06 #2
On Fri, 5 May 2006 22:45:37 +0100, John Timney ( MVP ) wrote:
They are compiled when they are first requested and the runtime does things
with them for you, serving the results of a page request from the compiled
dll's.


Not entirely accurate. The actual ASPX page itself is not compiled, but
the code behind (and any embedded code in the ASPX page) are.
May 5 '06 #3
Yes, to MSIL which is not native machinelanguage (and decompileable).
Just to make it more clear..
"Erik Funkenbusch" <er**@despam-funkenbusch.com> schreef in bericht
news:l6**************@funkenbusch.com...
On Fri, 5 May 2006 22:45:37 +0100, John Timney ( MVP ) wrote:
They are compiled when they are first requested and the runtime does
things
with them for you, serving the results of a page request from the
compiled
dll's.


Not entirely accurate. The actual ASPX page itself is not compiled, but
the code behind (and any embedded code in the ASPX page) are.

May 6 '06 #4
"Terry Jolly" <te***@ipmas.com> wrote in message
news:44**********************@news.twtelecom.net.. .
Are aspx pages compiled or interpative (like asp) or some of combination
of the two?


This pretty much explains it for v2:
http://msdn.microsoft.com/msdnmag/is...ExtremeASPNET/
May 6 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Paul | last post by:
Title: What are the Consequences of Aspx page separate from app DLL Hi JL; I am working on a big asp.net application. When we migrate the dll (or dlls) to the production server, all users who are...
2
by: Glen | last post by:
As I understand it, when the first page of an application is accessed, all ASPX/ASCX/etc. files in the same folder are compiled using the JIT compiler. Is there a way to turn this feature off? ...
3
by: Göran Carlefyr | last post by:
Hi everyone, i've heard that aspx-files can be compiled code so that the webserver just have to deal with the code once, is that true? I'm a complete newbie to .NET, i've never made anything in...
3
by: Jon Paugh | last post by:
Hi, If I have several aspx pages that I want to share across multiple web applications, how would I organize them? Basically, a subset of the pages on a given site will be on several sites....
21
by: Brett | last post by:
Say I develop an application that has an SQL Server 2000 back end with ASP.NET front end. All the business logic is in the aspx pages. I want to sell this as a package that some one can install...
21
by: matvdl | last post by:
I have a system that was originally developed in asp - the pages are saved in SQL (there are over 10,000 pages) and saved to a temp directory in the server when requested by a client. I have...
29
by: John Rivers | last post by:
Hello, What good reason there is for not allowing methods in ASPX pages I can't imagine, but here is how to get around that limitation: (START) <body MS_POSITIONING="FlowLayout"> <form...
10
by: ptass | last post by:
Hi In asp.net 2.0 an aspx files .cs file is a partial class and all works fine, however, I thought I’d be able to create another class file, call it a partial class and have that compile and...
3
by: Purti Malhotra | last post by:
Hi All, In our Web hosting environment we are using Virtual hosting i.e. multiple websites are on one server and multiple domains are pointing to a single website. Issue: We have two domains...
13
by: Bob Jones | last post by:
Here is my situation: I have an aspx file stored in a resource file. All of the C# code is written inline via <script runat="server"tags. Let's call this page B. I also have page A that contains...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.