Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Google Cloud Datastore Sample

A sample demonstrating how to use Google Cloud Datastore from ASP.NET sessions.

Links

Build and Run

  1. Follow the instructions in the root README.

  2. Enable APIs for your project. Click here to visit Cloud Platform Console and enable the Google Cloud Datastore API.

  3. Open SessionState.sln with Microsoft Visual Studio version 2015 or later.

  4. In Web.config, replace YOUR-PROJECT-ID with your Google project id.

  5. Build and run the Solution.

Contributing changes

Licensing