Thanks jmeckley for reply.
Yes,there is performance problem.
In few of screen "operation time out" message comes.
But i have checked the application with and without this configuration ,I didn't noticed any performance gain.
Is there any tool by using we can measure the performance gain?
Hi All,
Our application does not use any of the following Http Modules.
WindowsAuthentication
PassportAuthentication
AnonymousIdentification
FileAuthorization
UrlAuthorization
OutputCache
By default these Http modules are enabled in machine.config file,
If we configure web.config...
Hi All,
My data grid display a 50 column.I want to give a option to a user to change the order of column as per his requirement.
Current implimentation(dot net 1.1) is using Static Bound Columns with AutoGenrateColumns = False
Is any good way of implimenting this feature with less impacat on...
Can i get all the session variables of App_One in my App_Two by writting the custom session state provider in App_Two and without disturbing the App_One.
Regards,
pits
BoulderBum you r absolutely right but App_One is huge application and client is not ready to pay for the breaking changes required to migrate from 1.1 to 2.0 and also being an insurance application it run 24X7 and client is not ready for downtime and on the contrary the client wants the next...
App_One(developed in asp.net 1.1 ,sessionState mode="InProc").
App_two is a phase2 of App_One need to be devloped in asp.net 2.0
So I want to know if a user login in App_One can use the App_Two and share the session,cokies etc(I mean state management) accross the application.
If both the...
Hi,
I am having a dll called encrypt-Dcrypt i want access it in t-sql.I mean i want use this dll in my query analyser to encrypt or decrypt the data.
I am using sql server 2000.
thanks in advance
Regards,
Pits
The Solution was IIS 6.0 Application Pools setting
When running IIS 6.0, there's a setting in the Application Pools that limits the worker process of sitting idle. So even if you set all the session timeouts to be really high in Web.config or machine.config, the worker process runs in its own...
Hi,
Below is my current configuration in web.config file.
But session time out is happenning even if I am contineaously browsing or searching or requesting for new pages.
Is any idea where i need to change the configuration
<authentication mode="Forms">
<forms loginUrl="Login.aspx"...
MyColumn contain data like "pqrst#12345"
What will be the sql query in sqlserver 2000 to split the coloumn data as a result like
Coloumn1 Coloumn2
pqrst 12345
Thanks in advance
my aspx page design contain 4 command button and each click display different report.
my application contain 150 such aspx page.
Now i want to write a code for logging which report is fired each time.
I want to trace a current page,current method/current event
i tried application_beginrequest of...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.