Check the attached log file, 1st i ran the server and then accessed demo page, i got the following error [
http://www.mydemos.com/demos/stocklistdemo]
Unable to connect
Firefox can't establish a connection to the server at www.mydemos.com.
2nd time i ran the server & .NET adapter, then default demo pages and my custom page is also working check the log file attached with this thread.
adapters.xmlwhich i haved used to run
my .NET dataadapter
code that i modified in misc.js which is located @
LS_Folder/pages/MyRnD/commons/custom"
pushPage.context.setDebugAlertsOnClientError(true);
pushPage.context.setDomain([B][COLOR=SeaGreen]"mydemos.com"[/COLOR][/B]);
lsEngine.connection.setLSHost([COLOR=SeaGreen][B]"push.mydemos.com"[/B][/COLOR]);
lsEngine.connection.setLSPort(null);
lsEngine.connection.setAdapterName([B][COLOR=SeaGreen]"MYRND"[/COLOR][/B]);
pushPage.createEngine([B][COLOR=SeaGreen]"RemoteDotNetCommonEngine",[/COLOR][/B] lsLibPath, "SHARE_SESSION", true);
} else {
pushPage.seekEngine("DemoCommonEngine", existingMasterRef);