Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Runtime .cs
Message
From
29/06/2010 11:46:45
 
General information
Forum:
ASP.NET
Category:
Web forms
Title:
Miscellaneous
Thread ID:
01470926
Message ID:
01470963
Views:
52
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform