473,386 Members | 1,606 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Implementing a Session-State Store Provider

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.
Sep 25 '07 #1
2 1973
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 Semmel wrote:
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.
Sep 25 '07 #2
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:no****@nospam.com]
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 Semmel wrote:
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.
Sep 26 '07 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

15
by: Agoston Bejo | last post by:
Hi, I'm having trouble with implementing some constraints on the database level. An example: --Table A(AID, BID ref. B.BID, ATXT) --Table B(BID, CID ref. C.CID) --Table C(CID) upon insertion...
0
by: djluker | last post by:
I've seen a few sites around (for example, Match.com and some areas of microsoft.com) that implement a cookieless session by tacking on the session ID (usually in Hex) to a page's querystring, rather...
6
by: frank | last post by:
I am in the process of writing a fairly large ASP.NET web application and I am about to implement log-ons, permissions etc. I have never used any security with ASP.NET before; only classic ASP. ...
1
by: lapin | last post by:
I'm trying to get access to session variables from an IHttpHandler class. In several places I've seen the solution posted as in this message: >If you define your own custom HttpHandler, you...
1
by: Shikari Shambu | last post by:
Hi, I am interested in implementing a idle session time out for my ASP.NET application running on Windows 2003/ IIS6. Does ASP.NET or IIS 6 provide a setting to do this. Or, do I need to use...
1
by: David | last post by:
What I envision is this. The user gets a set of records in a data grid Then the user gets to select one of the rows to view the detail information about the record. Then instead of backing...
8
by: Dave | last post by:
I am trying to write an event-driven application with no main window that runs "forever". It waits on a named event and then displays a window depending on data pased in a memory-mapped file. I...
1
by: R.A.M. | last post by:
Please help. I try to implement counting of apllication users using global.asax this way: <script runat="server"> void Application_OnStart(object sender, EventArgs e) {...
6
by: Joseph Geretz | last post by:
I have the following class which I am serializing and passing back and forth between my Web Service application and the client. public class Token : SoapHeader { public string SID; public...
3
by: RSH | last post by:
Is it possible to implement a singleton on a given session under asp .net? While purists would say than thats technically not a singleton, i dont know what else to call it. Thanks! RSH
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.