MonoX support board

Start the conversation, ask questions and share tips and solutions with fellow developers.

Non-registered users can only browse through our support boards. Please register now if you want to post your questions. It takes a second and it is completely free. Alternatively, you can log in without registration using your credentials at major sites such as Google, Microsoft Live, OpenId, Facebook, LinkedIn or Yahoo.

How to remove this from footer "This is a demo site for ..." (Zatvorena) (Mono Support )

21659 put(a) pogledan, 5 odgovor(a) 15.1.2013. 19:06:02Kreirao(la) super

Povezane teme

super

super

16.1.2013. 12:42:35
How to remove this from footer "his is a demo site for MonoX. Please visit Mono Software for more info."

What is the location ? which page or code should I look ?
Ovaj sadržaj još nije ocijenjen. 
6018 Reputacija 709 Ukupno objava
khorvat

khorvat

17.1.2013. 8:21:35
Hi,

go to the "~\Portal\MonoX\MasterPages\PageFooter.ascx" and remove the following:

<%@ Register TagPrefix="MonoX" TagName="DemoIndicator" Src="/MonoX/MasterPages/DemoIndicator.ascx" %>
...
<MonoX:DemoIndicator ID="ctlDemo" runat="server"></MonoX:DemoIndicator>
Regards
Ocjena 5,00, 1 glas(ova). 
15993 Reputacija 2214 Ukupno objava
aaronsquire

aaronsquire

17.12.2013. 15:51:34
When I do that it yields an error message.

This event has been logged and will be addressed by the maintenance department. We appreciate your patience.

Unknown server tag 'monox:SeoLoginStatus'.
at System.Web.UI.TemplateParser.ProcessException(Exception ex) at System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding) at System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding) at System.Web.UI.TemplateParser.ParseReader(StreamReader reader, VirtualPath virtualPath) at System.Web.UI.TemplateParser.ParseFile(String physicalPath, VirtualPath virtualPath) at System.Web.UI.TemplateParser.ParseInternal() at System.Web.UI.TemplateParser.Parse() at System.Web.Compilation.BaseTemplateBuildProvider.get_CodeCompilerType() at System.Web.Compilation.BuildProvider.GetCompilerTypeFromBuildProvider(BuildProvider buildProvider) at System.Web.Compilation.BuildProvidersCompiler.ProcessBuildProviders() at System.Web.Compilation.BuildProvidersCompiler.PerformBuild() at System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate) at System.Web.Compilation.BuildManager.GetVirtualPathObjectFactory(VirtualPath virtualPath, HttpContext context, Boolean allowCrossApp, Boolean throwIfNotFound) at System.Web.Compilation.BuildManager.CreateInstanceFromVirtualPath(VirtualPath virtualPath, Type requiredBaseType, HttpContext context, Boolean allowCrossApp) at System.Web.UI.PageHandlerFactory.GetHandlerHelper(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath) at System.Web.UI.PageHandlerFactory.GetHandler(HttpContext context, String requestType, String virtualPath, String path) at System.Web.HttpApplication.MaterializeHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

Unknown server tag 'monox:SeoLoginStatus'.
at System.Web.UI.TemplateParser.ProcessException(Exception ex) at System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding) at System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding)

Unknown server tag 'monox:SeoLoginStatus'.
at System.Web.UI.TemplateParser.ProcessError(String message) at System.Web.UI.TemplateParser.ProcessBeginTag(Match match, String inputText) at System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding)
Ovaj sadržaj još nije ocijenjen. 
61 Reputacija 8 Ukupno objava
aaronsquire

aaronsquire

17.12.2013. 15:55:18
Ahh I see. Only remove those lines and not the lines in between at the ...

<%@ Register TagPrefix="MonoX" TagName="DemoIndicator" Src="/MonoX/MasterPages/DemoIndicator.ascx" %>
<MonoX:DemoIndicator ID="ctlDemo" runat="server"></MonoX:DemoIndicator>
Ovaj sadržaj još nije ocijenjen. 
61 Reputacija 8 Ukupno objava
khorvat

khorvat

18.12.2013. 7:32:15
Yes that is correct. In the future please open a separate topic so that we don't steal 11 months old topics.

Regards
Ovaj sadržaj još nije ocijenjen. 
15993 Reputacija 2214 Ukupno objava