Web Connection 5.0
Re: Web Control Page in compile mode (production)
10/06/2008
08:54:54 AM
2HC0J3X8D Show this entire thread in new window
From:
Jim Day
To:
Richard Norris
Attachments:
None
If the server is running as a complied EXE, the pages at the time of the complile will be executed.

The files must be on the server but they are not executed and do not need to be updated.

You must set your status as "Precompiled FXP Files" and "Run Only" if you are running in File Mode.

Jim


Hi all,

I'm trying to work out the dependency of the web control pages when the server is set in compiled mode. The server always refers to the compiled version of the page and ignores any changed markup in the external pages.

If I remove the pages from the virtual the application fails? Is there a way to avoid the need to include these pages when the server references them internally? If not, can the markup be removed from the file and the ASP.NET header code left in?

I want to avoid publishing the markup when the pages are read from the compiled versions. I see no need for the markup to exist externally in production. Any tips on this?

Thanks

Richard