Problem in viewing Umbraco pages installed on Windows Azure
I have installed umbraco on Windows Azure Server but my umbraco pages are not showing up when i try to access them though web browser neither giving me any error.
I've had same problem as Muhammad, unable to see any Umbraco page albeit I was sucessfull to upload virtual drive, migrate SQL DB, compile accelerator and have it published and started.
Your Sql connection string is incorrect, if your deployment is sucessful than you would be seeing white blank page. This is due to Sql connection string, it took a week to sort out that time it was a connection string problem.
I think that one is ok because if I open the site from localhost I'm able to open the site. I'm sure is looking at the DB in Azure because when I'm working from a place with an Internet connection with an IP address different to those IP addresses I have included at Azure firewall, I got an error which solves when I add it to the authorized IP addrs list.
Problem in viewing Umbraco pages installed on Windows Azure
I have installed umbraco on Windows Azure Server but my umbraco pages are not showing up when i try to access them though web browser neither giving me any error.
Is the database on SQL Azure?
Hi Muhammad
Morten Christensen have written some good blog posts about Umbraco and Azure. I think you can find some very good pointers in those.
http://blog.sitereactor.dk/2011/01/11/umbraco-on-azure-series-sql-azure/
http://blog.sitereactor.dk/2011/01/12/umbraco-on-azure-series-deploying-to-azure-with-accelerator/
Hope this can help.
/Jan
Umbraco database is migrated on Sql Azure successfully
Yes i have done this by reading Morten Christensen blog but i am unable to view my umbraco pages when i hit this address http://wacomumbracohostingservice.cloudapp.net/
Hi all,
I've had same problem as Muhammad, unable to see any Umbraco page albeit I was sucessfull to upload virtual drive, migrate SQL DB, compile accelerator and have it published and started.
I downloaded application from http://azureaccelerators.codeplex.com/releases.
Any help will be appreciated.
Best regards.
Hi Danfer Habed
Your Sql connection string is incorrect, if your deployment is sucessful than you would be seeing white blank page. This is due to Sql connection string, it took a week to sort out that time it was a connection string problem.
Regard,
Yasir
Hi Yasir,
Do you mean the connection string at
<appSettings>
<add key="umbracoDbDSN" value="MyConnectionString" />
I think that one is ok because if I open the site from localhost I'm able to open the site. I'm sure is looking at the DB in Azure because when I'm working from a place with an Internet connection with an IP address different to those IP addresses I have included at Azure firewall, I got an error which solves when I add it to the authorized IP addrs list.
Cheers.
is working on a reply...