I am publishing my website as precompiled deployment folder.
In my website, we have usercontrols.(ascx and ascx.cs)
While publishing using "rightclick on website and publish", we want to add ascx controls as it is in deployment folder without any change.
But cs file of usercontrol(test.ascx.cs)could be as dll in bin folder(precompiled) as appcode dll in bin folder.
We need ascx control as it is without precompiled format because we are loading usercontrol dynamically at runtime.
Is there anyway to publish so that "cs" usercontrols are compiled as dlls and usercontrols that are "ascx" are published as uncompiled source?