Windows Azure Platform Developer Center >
Azure Forums
>
Live Framework
>
after deploying bidnow in azure, cant use live services
after deploying bidnow in azure, cant use live services
After deploying project bidnow, I want to login or register with my live account. But after a couple a seconds it returns to the homepage, without showing the live login windows. Is there something wrong in my configuration file or is it a bug in bidnow application?
http://rwservices1.cloudapp.netSubscription ID: 5DBFEE7F-8E0C-4BA9-A7E5-0A4E6AA5BE83
Here is my configuration file:
<?xml version="1.0" encoding="utf-16"?>
<ServiceConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" serviceName="" xmlns="http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceConfiguration">
<Role name="BidNow.Web">
<ConfigurationSettings>
<Setting name="AccountName" value="rwstorage1" />
<Setting name="AccountSharedKey" value="hidden" />
<Setting name="BlobStorageEndpoint" value="http://blob.core.windows.net" />
<Setting name="QueueStorageEndpoint" value="http://queue.core.windows.net" />
<Setting name="TableStorageEndpoint" value="http://table.core.windows.net" />
<Setting name="wll_appid" value="hidden" />
<Setting name="wll_secret" value="hidden" />
<Setting name="wll_securityalgorithm" value="wsignin1.0" />
<Setting name="wll_returnurl" value="http://rwservices1.cloudapp.net/LiveIdHandler.aspx" />
<Setting name="wll_policyurl" value="http://rwservices1.cloudapp.net/policy.html" />
<Setting name="wll_appurl" value="Mesh/Applications/HUEEJABAWI4UBPM4NUDT5FJDJ4" />
<Setting name="bidnow_url" value="http://rwservices1.cloudapp.net"/>
</ConfigurationSettings>
<Instances count="1" />
<Certificates />
</Role>
<Role name="BidNow.Worker">
<ConfigurationSettings>
<Setting name="AccountName" value="rwstorage1" />
<Setting name="AccountSharedKey" value="hidden" />
<Setting name="BlobStorageEndpoint" value="http://blob.core.windows.net" />
<Setting name="QueueStorageEndpoint" value="http://queue.core.windows.net" />
<Setting name="TableStorageEndpoint" value="http://table.core.windows.net" />
<Setting name="bidnow_url" value=http://rwservices1.cloudapp.net />
</ConfigurationSettings>
<Instances count="2" />
<Certificates />
</Role>
</ServiceConfiguration>
Answers
- The configuration file contains the following:
<Setting name="wll_appurl" value="Mesh/Applications/HUEEJABAWI4UBPM4NUDT5FJDJ4" />
You should note that the Live Framework CTP has been cancelled.- Marked As Answer byYi-Lun LuoMSFT, ModeratorFriday, September 18, 2009 10:54 AM
All Replies
- The configuration file contains the following:
<Setting name="wll_appurl" value="Mesh/Applications/HUEEJABAWI4UBPM4NUDT5FJDJ4" />
You should note that the Live Framework CTP has been cancelled.- Marked As Answer byYi-Lun LuoMSFT, ModeratorFriday, September 18, 2009 10:54 AM
- Oke, thank you for the answer.


