|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
AT&T devCentral & BlackBerry(r) Webcast Series: BlackBerry and GPS -Build Location Awareness into your BlackBerry Applications, July 10th-1:00PM EST. Register Today!
|
|
#1
|
|||
|
|||
|
Should ASP+ compiled before running them
<i><b>Originally posted by : Victor Liliwidjaja (vicllwdj@yahoo.com)</b></i><br />Should I compile the ASPX files before I run them?<br />I'm new in ASP+.<br />How to compile the ASP+ files?
|
|
#2
|
|||
|
|||
|
<i><b>Originally posted by : Doug Seven (doug.seven@codejunkies.net)</b></i><br />.aspx files (ASP.NET pages) are compiled on demand with Just-In-Time (JIT) compilers. You do not need to pre-compile these. .vb, .cs, etc. files do need to be compiled.<br /><br />Doug Seven<br />CodeJunkies.Net / ASPNextGen.com<br /><br /><br />------------<br />Victor Liliwidjaja at 11/14/2000 11:16:26 PM<br /><br />Should I compile the ASPX files before I run them?<br />I'm new in ASP+.<br />How to compile the ASP+ files?
|
|
#3
|
|||
|
|||
|
<i><b>Originally posted by : Victor Liliwidjaja (vicllwdj@yahoo.com)</b></i><br />So, my source codes still remains unprotected. I wish it's precompiled.<br /><br />------------<br />Doug Seven at 11/15/2000 1:47:46 AM<br /><br />.aspx files (ASP.NET pages) are compiled on demand with Just-In-Time (JIT) compilers. You do not need to pre-compile these. .vb, .cs, etc. files do need to be compiled.<br /><br />Doug Seven<br />CodeJunkies.Net / ASPNextGen.com<br /><br /><br />------------<br />Victor Liliwidjaja at 11/14/2000 11:16:26 PM<br /><br />Should I compile the ASPX files before I run them?<br />I'm new in ASP+.<br />How to compile the ASP+ files?
|
|
#4
|
|||
|
|||
|
<i><b>Originally posted by : Doug Seven (doug.seven@codejunkies.net)</b></i><br /><br />If you use CODE BEHIND, all your programatic code is pre-compiled into a DLL. This eliminated code in the .aspx page (just the UI code in the .aspx page). In other words, db connection strings, etc are protected.<br /><br />Doug<br /><br />------------<br />Victor Liliwidjaja at 11/15/2000 2:13:02 AM<br /><br />So, my source codes still remains unprotected. I wish it's precompiled.<br /><br />------------<br />Doug Seven at 11/15/2000 1:47:46 AM<br /><br />.aspx files (ASP.NET pages) are compiled on demand with Just-In-Time (JIT) compilers. You do not need to pre-compile these. .vb, .cs, etc. files do need to be compiled.<br /><br />Doug Seven<br />CodeJunkies.Net / ASPNextGen.com<br /><br /><br />------------<br />Victor Liliwidjaja at 11/14/2000 11:16:26 PM<br /><br />Should I compile the ASPX files before I run them?<br />I'm new in ASP+.<br />How to compile the ASP+ files?
|
![]() |
| Viewing: ASP Free Forums > Programming > .NET Development > Should ASP+ compiled before running them |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|