How to Publish/Deploy the Orubase Created project to IIS 7?

Hi,
     I have created a sample project using Orubase Dashboard. and Now I want to publish this project to IIS 7.
When I published the project to IIS and try to open the view in my Mobile phone (Android Galaxy S2), it didn't display anything, it displays only a white screen on my mobile. BUT it display the list or items on my Computer Browser.

Can you please guide me that how to deploy the project???

1 Reply

SS Sahaya Sweetlin Ponmalar P Syncfusion Team December 12, 2012 01:52 PM UTC

Hi Usman,

 

Thanks for your interest in Syncfusion products.

 

In Orubase Project Wizard, a utility called SharpProxy will be invoked automatically while running the MVC application. SharpProxy will allow the web URL to be accessed in the local network by keeping the projects in debugging. So the generated app contains the port number generated with respect to SharpProxy utility, since you have hosted MVC application in the IIS, the Port Number in the app has to be edited. Please edit the Port Number value to “80” in .java file found in src folder for Android.

 

<code>

public class OrubaseProject2Android extends OrubaseAppManager {

            String ipaddress="<your machine ip address>";

            //default port number for IIS

            String portnumber= "80";

<code>

 

Please let us know if any clarifications.

 

Regards,

Ponmalar P


Loader.
Up arrow icon