Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Runtime .cs
Message
De
29/06/2010 11:46:45
 
Information générale
Forum:
ASP.NET
Catégorie:
Formulaires Web
Titre:
Divers
Thread ID:
01470926
Message ID:
01470963
Vues:
53
>I have a web app , which includes some MyForm.Aspx.Cs files on the server. Are these .CS files executed directly when the web app is running. If I change one of the .CS files on the server, should the WEB app refelct this immediately, or is there a complied program running ?

We usually do not store those source code files on the server. In fact, you usually do not require to have to App_Code directly on the server. Simply compile that into a DLL and put the DLL in the Bin directory. So, basically, the DLL will already be pre-compiled. Then, the server will only need to load it into the memory and that takes about 8 to 10 seconds.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform