Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Runtime .cs
Message
 
À
29/06/2010 11:46:45
Information générale
Forum:
ASP.NET
Catégorie:
Formulaires Web
Titre:
Divers
Thread ID:
01470926
Message ID:
01471285
Vues:
51
Thanks for yuour replies.
I went ahead and changed a .cs file , did an IISRESET, and changes seemed to take effect.
So the .cs file must be run in real time ?
I realise thai is not the most ideal way but I was just curious !!

Regards,
Gerard


>>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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform