Manually store ASP.NET session object in database

  • I have an ASP.NET application where I need to allow users to save GIS map buffers for future use. These buffers are non-serializable objects, so I can't store them as XML. I can put them in the Session as objects, but now I need to manually put the in a custom SQL Server 2005 database. Would I put them in a varbinary(max) column, and if so, does anyone have an example of manually storing an ASP.NET session object in a database using ADO.NET? Thanks.

    Thomas

  • This might help

    http://www.faqfront.com/document/sql-server-session-state

    but when I last did this for testing I just searched on google for

    "asp session state sql"

    and

    "asp session state sql custom database"

    and you can of course narrow to just microsoft items by adding "site:microsoft..com"

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply