[ 
https://issues.apache.org/jira/browse/IGNITE-3199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15434888#comment-15434888
 ] 

Pavel Tupitsyn commented on IGNITE-3199:
----------------------------------------

How to test:
* Download sample ASP.NET project "Contoso University" from MSDN: 
https://code.msdn.microsoft.com/ASPNET-MVC-Application-b01a9fe8
* Extract files, open in Visual Studio, run (Ctrl-F5) to make sure it works
* Install Apache.Ignite.AspNet nuget package
* Modify web.config by adding the following inside <system.web> section:
{code}
      <sessionState mode="Custom" customProvider="IgniteSessionStateProvider">
          <providers>
              <add name="IgniteSessionStateProvider"
                   type="Apache.Ignite.AspNet.IgniteSessionStateStoreProvider, 
Apache.Ignite.AspNet"
                   applicationId="myApp"
                   gridName="myGrid"
                   cacheName="aspNetSessionCache" />
          </providers>
      </sessionState>
{code}
* Stop the IIS Express server (blue icon in tray) to ensure clean restart
* Start the app again, it will take more time to load (because Ignite node 
starts). Everything should work as before.

> .NET: ASP.NET Session-State Store Provider
> ------------------------------------------
>
>                 Key: IGNITE-3199
>                 URL: https://issues.apache.org/jira/browse/IGNITE-3199
>             Project: Ignite
>          Issue Type: Sub-task
>          Components: platforms
>    Affects Versions: 1.7
>            Reporter: Pavel Tupitsyn
>            Assignee: Pavel Tupitsyn
>            Priority: Critical
>              Labels: .net
>             Fix For: 1.8
>
>
> See https://msdn.microsoft.com/en-us/library/ms178587.aspx
> Code should be put to Apache.Ignite.AspNet assembly (see IGNITE-2379)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to