Go Back   Wiki NewForum | Latest Entertainment News > Career Forum & Tips > Tech Forum & Tutorial > ASP.NET Forum & Tutorial


Difference between src and Code-Behind


Reply
Views: 3382  
Thread Tools Rate Thread
  #1  
Old 05-31-2009, 07:55 AM
bholus7
Guest
 
Posts: n/a
Default Difference between src and Code-Behind

Difference between src and Code-Behind


With the ‘src’ attribute, the source code files are deployed and are compiled by the JIT as needed.

Though the code is available to everyone with an access to the server (NOT anyone on the web), this method is preferred as it does away with the compilation of the DLLs.


‘CodeBehind’ attribute just has the VS.NET associate the code file with the aspx file. This is necessary since VS.NET automates the pre-compiling that is harder by hand.


Due to this the ‘Src’ attribute is done away with having only a DLL to be deployed enhancing the protection level even though it can be decompiled.

Reply With Quote
Reply

New topics in ASP.NET Forum & Tutorial





Powered by vBulletin® Version 3.8.10
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
WikiNewForum)