Click here to Skip to main content
16,005,094 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: regarding logging page(error in web.config) Pin
dinus2828-Jan-07 20:14
dinus2828-Jan-07 20:14 
Questionloginpage error Pin
aslamshaik251097828-Jan-07 5:25
aslamshaik251097828-Jan-07 5:25 
AnswerRe: loginpage error Pin
dinus2828-Jan-07 20:22
dinus2828-Jan-07 20:22 
Questionshow / hide Menu ? Pin
sanaziuse28-Jan-07 5:03
sanaziuse28-Jan-07 5:03 
AnswerRe: show / hide Menu ? Pin
Christian Graus28-Jan-07 9:59
protectorChristian Graus28-Jan-07 9:59 
QuestionApplication Object And Reference Type Pin
ronivars28-Jan-07 3:56
ronivars28-Jan-07 3:56 
AnswerRe: Application Object And Reference Type Pin
Guffa28-Jan-07 8:34
Guffa28-Jan-07 8:34 
GeneralRe: Application Object And Reference Type Pin
ronivars28-Jan-07 11:13
ronivars28-Jan-07 11:13 
hi guffa thanks for quick answer
i find some explanasion for HttpApplication class in msdn:

Instances of the HttpApplication class are created in the ASP.NET infrastructure, not by the user directly. One instance of the HttpApplication class is used to process many requests in its lifetime; however, it can process only one request at a time. Thus, member variables can be used to store per-request data.

so i need to improve Existing web application and a lot of object created
in my company store in application object that influencing performance
when concurrent users try to request pages

let's say for example data access(DAL) object is store in httpApplication
it's serve only one request at a time if i have 10 users concurrent thay will
angry

and one more thing in msdn

Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

thanks again i be happy for suggestion

roni vars
AnswerRe: Application Object And Reference Type Pin
Guffa28-Jan-07 11:50
Guffa28-Jan-07 11:50 
GeneralRe: Application Object And Reference Type Pin
ronivars29-Jan-07 5:20
ronivars29-Jan-07 5:20 
QuestionRe: Application Object And Reference Type Pin
ronivars29-Jan-07 11:27
ronivars29-Jan-07 11:27 
AnswerRe: Application Object And Reference Type Pin
Guffa29-Jan-07 22:54
Guffa29-Jan-07 22:54 
QuestionHow to float text around an Image? Pin
pnslcs28-Jan-07 3:55
pnslcs28-Jan-07 3:55 
AnswerRe: How to float text around an Image? Pin
Guffa28-Jan-07 12:17
Guffa28-Jan-07 12:17 
GeneralRe: How to float text around an Image? Pin
pnslcs28-Jan-07 15:55
pnslcs28-Jan-07 15:55 
GeneralRe: How to float text around an Image? Pin
Guffa28-Jan-07 19:32
Guffa28-Jan-07 19:32 
GeneralRe: How to float text around an Image? Pin
pnslcs29-Jan-07 1:58
pnslcs29-Jan-07 1:58 
Questionfiltering of html text tags Pin
sudidelaravindra28-Jan-07 0:08
sudidelaravindra28-Jan-07 0:08 
GeneralWhat tags? Pin
Guffa28-Jan-07 0:19
Guffa28-Jan-07 0:19 
Question3 Tier methodology in ASP>net Pin
Chwins27-Jan-07 19:51
Chwins27-Jan-07 19:51 
AnswerRe: 3 Tier methodology in ASP>net Pin
Bassam Saoud27-Jan-07 21:47
Bassam Saoud27-Jan-07 21:47 
AnswerRe: 3 Tier methodology in ASP>net Pin
Christian Graus28-Jan-07 10:00
protectorChristian Graus28-Jan-07 10:00 
QuestionExpand TreeView when redirect Pin
simsen27-Jan-07 7:40
simsen27-Jan-07 7:40 
AnswerRe: Expand TreeView when redirect Pin
Parwej Ahamad27-Jan-07 7:50
professionalParwej Ahamad27-Jan-07 7:50 
GeneralRe: Expand TreeView when redirect Pin
simsen27-Jan-07 7:55
simsen27-Jan-07 7:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.