Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 3 of 3

Thread: When recompilation necessary

  1. #1
    Rita is offline Senior Member
    Join Date
    Mar 2009
    Posts
    124

    Question When recompilation necessary

    I customized the code in AppCode/templatebase.cs, is recompilation necessary to move the files to another computer to reflect the changes?
    And also i created a new folder under images, and expecting this images should be displayed in hometemplate.ascx, but it is not getting displayed, So recompliation necessary for creating new folder under images?

  2. #2
    ASPAlfred is offline Senior Member
    Join Date
    Nov 2007
    Posts
    2,244

    Default

    Nope, recompilation is not necessary if the changes made were from TemplateBase.cs only. Just need the site to be stopped/restarted to force a recompilation on the .cs files.

  3. #3
    Rita is offline Senior Member
    Join Date
    Mar 2009
    Posts
    124

    Thumbs up

    Thanks for immediate reply. I tried it and its working.