Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
4.33/5 (2 votes)
Hello all,

I am working on a web site which is on Umbraco CMS. I have three environments: testing, staging and Live. There are some Wcf services for backend. So for testing, I have to update the service references of services hosted on testing and update the Dlls of web site on testing. Rest of the code is same for all the three environments. For staging the Dlls are updated for staging wcf services references, and for Live the Dlls are updated for live wcf services references.

The web site has some common pages like registration, Login, and main account page.

It all works for testing environment, on these browsers : Chrome, Mozilla Firefox and IE.

But stage web site or portal works on Chrome and Mozilla Firefox, but not on IE.

And for Live the web site or portal does not works on all the three browsers.

When a user login it is redirected to a main account page where given the links for updating account info, change password pages etc.
The issue is when a user login in IE (for stage) or in any browser (for Live) the url changes for the main account page, but the page is not shown.

The umbraco saves page details and ui details in database. I tried pointing testing portal to live database, and its working fine. So i think no problem with database.

When i tried taking live portal code to testing server, the issue remains. It seems that the problem is with code or the whole umbraco structure used to host umbraco site.

What can be possible reasons for this kind of issue?
Please help.

Thanks,
Deeps
Posted

1 solution

Hi,

The issue is resolved by just changing the time of Server.
But i didn't understand the reason.
Also, why the portal was not working on Stage on only IE,
and for Live on all above three browsers.

If the datetime was a problem, then it must be on all browsers for stage server.

Is there anything related to SSL certificate.

Thanks.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900