December 02, 2023, 09:34:59 PM
Welcome, Guest. Please login or register
News: Stay up to date with everything that's happening at http://twitter.digitalsignage.com

MediaSignage support forum



Author Topic: Mobile Signage Controller  (Read 11272 times)

unununium

  • Jr. Member
  • **
  • Posts: 16
  • Karma: +0/-0
Mobile Signage Controller
« on: August 08, 2011, 10:15:02 AM »
I have noticed that browsing to newbielink:http://master.my-domain.com [nonactive] on my MediaSERVER redirects me to newbielink:https://master.signage.me/MasterServer/MobileLogin.aspx [nonactive]. Further, I can access my local version of the Mobile Signage Controller by browsing to newbielink:http://master.my-domain.com/WebService/MobileLogin.aspx [nonactive], but attempting to enter credentials in the username and password boxes on that site results in errors.

Three questions:
-Why does newbielink:http://master.my-domain.com [nonactive] redirect to the signage.me site?
-How do I prevent this redirection? It is confusing to users and does not seem to serve any purpose.
-What is the Mobile Signage Controller and should I be concerned that it is not working on my MediaSERVER?

admin

  • Administrator
  • Hero Member
  • *****
  • Posts: 5185
  • Karma: +36/-8
Re: Mobile Signage Controller
« Reply #1 on: August 08, 2011, 09:53:40 PM »
You must gave mis-configured the domain as it should not point to us
And as for the MobileController, it will be supported on the private mediaSERVER later this year.

Regards

unununium

  • Jr. Member
  • **
  • Posts: 16
  • Karma: +0/-0
Re: Mobile Signage Controller
« Reply #2 on: August 09, 2011, 07:38:06 AM »
Thanks for the info about the Mobile Controller. It seems like it will be a great feature when it is available.

Regarding the redirect issue, I don't believe it is misconfigured DNS... that would not cause a browser redirect. After some digging in your application's code, it seems the redirect is called in the Default.aspx.cs file located at C:\WebServers\Master\HomeDirectory\Default.aspx.cs

The code is as follows:
--------------------------------------
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;

public partial class _Default : System.Web.UI.Page
{
    protected void Page_Load(object sender, EventArgs e)
    {
        Response.Redirect(" newbielink:https://master.signage.me/MasterServer/MobileLogin.aspx [nonactive]");
    }
}
--------------------------------------

The relevant portion being "Response.Redirect(" newbielink:https://master.signage.me/MasterServer/MobileLogin.aspx [nonactive]")". Further investigation revealed that this is also the case (virtually identical code) for the Business site as well. Can I assume that this is a holdover from your cloud offering? I would like to remove this redirect rule if possible or point it to my own domain.

admin

  • Administrator
  • Hero Member
  • *****
  • Posts: 5185
  • Karma: +36/-8
Re: Mobile Signage Controller
« Reply #3 on: August 09, 2011, 08:28:40 AM »
ok thx for the heads up, I will open a bug for this, and i think you should be able to modify the code manually for now no?

unununium

  • Jr. Member
  • **
  • Posts: 16
  • Karma: +0/-0
Re: Mobile Signage Controller
« Reply #4 on: August 09, 2011, 09:27:37 AM »
Yes, I've already changed it. I just wanted to be sure it wasn't going to cause problems elsewhere. Thanks!

 

Carbonate design by Bloc
variant: carbon
SMF 2.0.12 | SMF © 2016, Simple Machines