Yesterday I tried to get alternating files to work. We have a 4.62B installation.
In appsettings I added EPfAlternateFiles set to true. I added a folder called "edit_" at the same "level" as to original edit folder.
I added a copy of the NewPage.aspx to the edit_ folder with . The codebehind file is a a copy of the original codebehind dumped out with reflector.
I added a text to both the original NewPage and the new one to be able to see which one is used and it's always the original one.
What have I done wrongr?
Br
Per
It should be "EPfEnableAlternateFiles", or was that a typo?
web.config settings
Im almost 100% sure it's a typo but since it's should be no problem to do this maybe it's was an attack of some afternool dyslexia.
I'll give it another try.
/Per
Yesterday I tried to get alternating files to work. We have a 4.62B installation.
In appsettings I added EPfAlternateFiles set to true. I added a folder called "edit_" at the same "level" as to original edit folder.
I added a copy of the NewPage.aspx to the edit_ folder with . The codebehind file is a a copy of the original codebehind dumped out with reflector.
I added a text to both the original NewPage and the new one to be able to see which one is used and it's always the original one.
What have I done wrongr?
Br
Per