Developer forum

Forum » Development » Exe time comment

Exe time comment


Reply
Hi,

I need to remove the exe time comment from the end of the frontend output.

The supporters told me that it has to be custom coded. Any ideas how to do that?

Best regards,
Jonas

Replies

 
Nicolai Høeg Pedersen
Reply
In Default.aspx change

<asp:literal id="Status" runat="server"></asp:literal>

to

<asp:literal id="Status" runat="server" visible="false"></asp:literal>

Or remove the code in Default.aspx.vb/cs that outputs the status information.

 

You must be logged in to post in the forum