ServiceStack licensing changes

Posted by Community Admin on 03-Aug-2018 22:08

ServiceStack licensing changes

All Replies

Posted by Community Admin on 25-Feb-2014 00:00

It looks like ServiceStack has switched to an annual subscription model.

Can someone from Telerik shed some light on what the licensing changes means for Sitefinity and for those of us who are using it within controls?

servicestack.net/pricing

Posted by Community Admin on 04-Mar-2014 00:00

Hi Mark,

We have purchased a license and you can use it as you did before in your project.

Regards,
Atanas Valchev
Telerik

Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Sitefinity CMS Ideas&Feedback Portal and vote to affect the priority of the items

Posted by Community Admin on 02-Feb-2016 00:00

Hi Atanas,

We are using the Sitefinity 8.2.5910.0 and ServiceStack 4.0.44 and we got the following error:

The free-quota limit on '10 ServiceStack Operations' has been reached. 
Please see https://servicestack.net to upgrade to a commercial license or visit github.com/.../ServiceStackV3 to revert back to the free ServiceStack v3.

Do we need buy license for ServiceStack separately or it is included to the Sitefinity license?

Posted by Community Admin on 05-May-2016 00:00

Any update on this?  As the last post in the thread is what I am seeing as well.

Posted by Community Admin on 06-May-2016 00:00

Hello Clarence,

Please, check this KB article:
http://www.sitefinity.com/developer-network/knowledge-base/details/service-stack-license-error-after-upgrade-to-version-8.1

Regards,
Nikola Zagorchev
Telerik

 
Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Sitefinity CMS Ideas&Feedback Portal and vote to affect the priority of the items
 

Posted by Community Admin on 06-May-2016 00:00

I have no such setting.

To be clear I am using the module code in an EXE that eventually calls some web services so its a little out of the normal path of use.

Here is all my web.config has for ServiceStack

    <!-- SERVICE STACK-->
    <location path="RestApi">
        <system.web>
            <httpHandlers>
                <add path="*" type="ServiceStack.HttpHandlerFactory, ServiceStack" verb="*" />
            </httpHandlers>
        </system.web>
        <!--Required for IIS7-->
        <system.webServer>
            <modules runAllManagedModulesForAllRequests="true" />
            <validation validateIntegratedModeConfiguration="false" />
            <handlers>
                <remove name="ServiceStack.Factory" />
                <add path="*" name="ServiceStack.Factory" type="ServiceStack.HttpHandlerFactory, ServiceStack" verb="*" preCondition="integratedMode" resourceType="Unspecified" allowPathInfo="true" />
            </handlers>
        </system.webServer>
    </location>
    <!-- END SERVICE STACK-->

Posted by Community Admin on 06-May-2016 00:00

Hello Clarence,

I have replied in the support thread for the same issue. Once it is resolved, feel free to share the solution with the community.

Regards,
Nikola Zagorchev
Telerik

 
Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Sitefinity CMS Ideas&Feedback Portal and vote to affect the priority of the items
 

This thread is closed