Implementing a Session-State Store Provider

I

Ian Semmel

I am new to this world of ASP.NET so forgive the dumb questions.



I have been looking at the sample provided 'Implementing a Session-State
Store Provider' in an effort to understand how the thing works.



Now, my question is, if I have this code, what do I do with it. Where do
I put it, and how do I specify in code that it should be called ?



Hope the question makes sense.
 
B

bruce barker

following the docs, you include your code with web project, and reconfig
asp.net to call it from the web.config.

if your code is a seperate project, include the project as reference,
else just put the provider code the the app_code directory.

-- bruce (sqlwork.com)
 
I

Ian Semmel

Thanks. I think I am getting the hang of it, but there is a bit of a
learning cliff, I reckon.
-----Original Message-----
From: bruce barker [mailto:[email protected]]
Posted At: Wednesday, 26 September 2007 9:27 AM
Posted To: microsoft.public.dotnet.framework.aspnet
Conversation: Implementing a Session-State Store Provider
Subject: Re: Implementing a Session-State Store Provider

following the docs, you include your code with web project, and
reconfig
asp.net to call it from the web.config.

if your code is a seperate project, include the project as reference,
else just put the provider code the the app_code directory.

-- bruce (sqlwork.com)

Ian said:
I am new to this world of ASP.NET so forgive the dumb questions.



I have been looking at the sample provided 'Implementing a Session- State
Store Provider' in an effort to understand how the thing works.



Now, my question is, if I have this code, what do I do with it.
Where
do
I put it, and how do I specify in code that it should be called ?



Hope the question makes sense.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top