I am developing a multi-tenant MVC website. I have already created a Costume Azure Website which can auction several tenants.
When I try to create a multi-tenant cloud service with a web-roll, a new tenant fails with a sign-up process message:
This service can not be accessed because the service list is not properly configured by the publisher. (Error code: 1028)
I noticed that MVC TenantController's answer for service application was different (then for the blue website) and I tried to enable SSL properly but without The solution I choose is a pure code generated from the Visual Studio 2013 'New Project' wizard, where I choose: Windows Azure Cloud Service
/ 1 WebRole / MVC ( Organizational certification, multiple organizations, reading single directory Went on directory data).Is there a solution to this problem? Thanks in advance
Run your application on HTTPS with SSL. If SSL is not configured then it will erase an error
Comments
Post a Comment