Answered by:
Azure hosted service Instance count Issue.

Question
-
Hello Experts,
I am working on Project built on ASP.NET MVC 2.0 and hosted environment as Azure. Also I have used third party BI Tools like Syncfusion. This Product uses HTTPHandlers to provide charting/Gauge kind of solutions.
I am further maintaining Session state using Azure Appfabric.
Now i drawn into problem when I increase instance count to 2. When i increase instance count to 2 it gives me errors on registering components like Sync Fusion. also sessions gets expired randomly.
This things disappeared when i keep instance count to 1.
Please give me some guideline what extra should be done to resolve this issue.
Regards,
Bharat
Wednesday, January 4, 2012 4:38 AM
Answers
-
Hi Bharat,
Could you please post detail error message in this thread, and as far as i know, if you try to test the application in local, it may cause session sharing issues, so i suggest you run your applicaiton on the cloud. Please refer to this similar thread:
Hope it can help you.
Please mark the replies as answers if they help or unmark if not. If you have any feedback about my replies, please contact msdnmg@microsoft.com Microsoft One Code Framework
- Edited by Arwind - MSFT Thursday, January 5, 2012 9:22 AM
- Proposed as answer by Arwind - MSFT Monday, January 9, 2012 10:12 AM
- Marked as answer by Arwind - MSFT Tuesday, January 10, 2012 2:09 AM
Wednesday, January 4, 2012 3:21 PM
All replies
-
Hi
it looks that your component referenced to GAC which is not available in 2nd VM, suggestion to copy local and refer the local component.
Hope it will help.....
Regards Dinesh SharmaWednesday, January 4, 2012 11:40 AM -
Hello Dinesh,
Yes I agree, But i have all the DLLs marked Copy Local = true.
Any guess...
Regards,
Bharat
Wednesday, January 4, 2012 12:12 PM -
Hi Bharat,
Could you please post detail error message in this thread, and as far as i know, if you try to test the application in local, it may cause session sharing issues, so i suggest you run your applicaiton on the cloud. Please refer to this similar thread:
Hope it can help you.
Please mark the replies as answers if they help or unmark if not. If you have any feedback about my replies, please contact msdnmg@microsoft.com Microsoft One Code Framework
- Edited by Arwind - MSFT Thursday, January 5, 2012 9:22 AM
- Proposed as answer by Arwind - MSFT Monday, January 9, 2012 10:12 AM
- Marked as answer by Arwind - MSFT Tuesday, January 10, 2012 2:09 AM
Wednesday, January 4, 2012 3:21 PM