Suppose, I have 3 pages, Page1.aspx, Page2.aspx, Page3.aspx.
All pages are in diff. server. When user req. for a page,
Page1.aspx opens Ist & a session established. If user req.
for IIn page, second session established. Similarly, 3rd
session established if user req. 3rd page. In this scenario,
tot. 03 sessions are established. How we can minimize it so
that it will work with only one session?
I am having four text boxes in my web application. I am
setting Required Field validator to each Text box. And I am
having two buttons in my application. If i clicked the
first button only first two text box validation will get
fire. Dont show error message for remaining two text box.
If i clicked second button last two text box validation
will get fired. It will not consider the first two
validation controls. That is how to enable and disable the
validation controls.
What is the maximum amount of memory any single process on
Windows can address? Is this different than the maximum
virtual memory for the system? How would this affect a
system design?
89
Name the application folders present in asp.net 2.0?
37
What are ASP.NET Web Forms? How is this technology
different than what is available though ASP (1.0-3.0)?
87
When maintaining session through Sql server, what is the
impact of Read and Write operation on Session objects? will
performance degrade..
How do I debug an ASP.NET application that wasn't written
with Visual Studio.NET and that doesn't use code-behind?
67
i develop a web application and i gave security setting i.e
autherization and athentication now it work properly on my
local system ,
now question is ,is this security setting ie
autherization and athentication which i gave in web.config
will it be enough strong to secure my application on
internet or i have to use some 3rd party tool or software
to get security .if yes --how ? if no--what is the
alternate?