Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to UnDo Pre-compiling?
Message
 
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
C# 2.0
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01345171
Message ID:
01345188
Views:
14
>Hi everybody,
>
>Some time ago, in order to speed up initial loading of my ASP.NET application, I sent customer the following instructions on how to pre-compile the application:
>
>
>Execute the following command from the C:\Windows\Microsoft.net\Framework\v2.0.50727 folder:
>
>ASPNET_COMPILER -v /MyApplicationName  <Enter>
>
>
>He did it and all worked well. Until now. Now when I updated the application, a couple of small changes to .ASCX files and new .DLL (in BIN folder), the application still shows old version and does not seem to take the changes. I even went to making customer delete the new .DLL file but the application still works.
>
>Then I asked him to go to the C:\Windows\Microsoft.net\Framework\v2.0.50727\Temporary ASP.NET file and delete folder MyApplicationName. Nothing helps. I cannot reset the IIS because there is another important ASP.NET app running on the server.
>
>What can we do to UnDo the precompiling?
>
>Thank you in advance for any suggestions.

Try updating the aspx pages that use the ascx controls. The compiler does not know it needs to rebuild the page(s) to use the new control.
Michael McLain
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform