Hi,
I am having a few issues when publishing with the precompiled updatable site option.
Basically I have a .net website which, and have some business layer type classes (in same project) that
we utilise across many pages, secuirty functions, site vars etc, I am alos using master templates to
get some site wide vars etc out to many pages.
What i want to do is publish the site to the server, with code behind and classes compiled and aspx /
ascx files updateable for HTML editors to amend content / design.
I cant get the site to work once published as precompiled updatable site, it cant find the vars and
functions used in the aspx / ascx files that are declared and working in the code behind files.
The site works, when precomplied fully, but isnt updatebale.
The site works fine if straight copied to server, dont want to do this to protect source code, and
improve performance.
I am a little confused by the statement in this MSDN article
"A precompiled updatable site does not allow multiple pages to reference the same CodeFile class."
http://msdn2.microsoft.com/en-us/library/399f057w.aspx
Is this the reason the site doesnt work now.
Any help with this would be greatefully recieved.
many thanks
Tim