I'm trying to get .NET Remoting to work on Windows Azure, with a web role. I get a 500 internal server error when trying to access the URL. I've tried using Azure MMC (http://code.msdn.microsoft.com/windowsazuremmc), but I'm only able to get Infrastructure Logs. No Event Logs, Azure Logs or similar. What am I doing wrong? I've tried setting the log level filter to critical, error, warning and even undefined, without any luck.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
You have to configure, that you want to collect the Event Log information, see http://blog.toddysm.com/2010/05/collecting-event-logs-in-windows-azure.html It is not automatic since you will get charged for the storage that the event log uses. On getting remoting to work on Azure have a look at: http://blogs.msdn.com/b/cdnisv/archive/2010/05/31/net-remoting-on-windows-azure.aspx Your problem could be a port issue. |
|||
|
|
|
Did you change the connection string in your deployment file ? In the ServiceConfiguration.cscfg file from
to
First you need to create a storage account. |
|||
|
|