Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4331150
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T10:04:01+00:00 2026-05-21T10:04:01+00:00

Hi I want to increase the performance of asp.net application when multiple user access

  • 0

Hi
I want to increase the performance of asp.net application when multiple user access my application about 5000 users.

Can we do this

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-21T10:04:02+00:00Added an answer on May 21, 2026 at 10:04 am

    Your ASP.NET application performance depends on various things. You can improve your site’s performance by doing various stuff. Your questions is very subjective and of course the answer would be some best practices about improving ASP.NET applications’ performance.

    I have gathered some tips from the net. Unfortunately, I cannot remember where. Search on any item and you will find many resources that can help you implement it:

    • Use Cache:
      • Page output caching.
      • Page fragment caching.
      • Data caching.
    • Avoid frequent trips to database.
    • Use DB-level paging. Don’t retrieve unnecessary data that’s not going to be shown in the current page.
    • Be careful with Session variables. Usually, you should avoid session variables because each ASP page runs in a different thread and session calls will be serialized one by one. So, this will slow down the application. Instead of session variables you can use the QueryString collection or hidden variables in the form which holds the values.
    • Select the Release mode before making the final Build for your application.
    • Set debug=false under compilation: <compilation default Language="c#" debug="false">
    • Avoid Inline JavaScript and CSS
    • Use Finally Method to kill resources. (But not in the case of using)
    • Avoid Exceptions: Use If condition (if it is check proper condition)
    • Check “Page.IsPostBack”. To avoid repetition code execution.
    • Use single css file instead of multiple css file.
    • Use Client-Side Validation. (but not all the time you have to validate even on the server side).
    • Turn off Tracing unless until required.
    • Turn off Session State, if not required.
    • Disable ViewState when not required.
    • Try to use StringBuilder instead of string.

    It is nice to use Stringbuilder instead of String when string are Amended. Strings occupy different memory location in every time of amended where stringbuilder use single memory location.

  2. Never use object value directly; first get object value in local variable and then use. It takes more time then variable reading.
  3. Avoid using code like x = x +1; it is always better to use x+=1.
  4. Data Access Techniques: DataReaders provide a fast and efficient method of data retrieval. DataReader is much faster than DataSets as far as performance is concerned. But that depends on you deciding to balance between features/performance.
  5. Use Repeater control instead of DataGrid , DataList, Because It is efficient, customizable, and programmable.
  6. Reduce cookie size.
  7. Compress CSS, JavaScript and Images.
  8. Use server side compression software such as Port80s
  9. Make your page files as light as possible. That is try to avoid unnecessary markups, e.g. use div elements instead of tables.
  10. Write static messages in div and make it visible when necessary. This is faster than letting server set Text property of your label or div.
  11. Retrieve necessary data from database at once, if possible. Don’t add up to database trip as far as possible. For this, combine the datafields from different tables and select them.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to use ADO.NET Prepare command will increase performance if query is repeatevely
I want a timepickerDialog in my application, that can increase minute by 15 and
I want to increase the I/O priority of a process. Answers for both .NET
How can I prevent ASP.NET page from automatically binding data controls on the page?
My current application running on 2GB memory Normal GC cycle. I want to increase
I have a field in mysql table that I want increase this field value
Want to know what the stackoverflow community feels about the various free and non-free
I want to assign the decimal variable "trans" to the double variable "this.Opacity". decimal
I want to create a Java application bundle for Mac without using Mac. According
I want to reference a COM DLL in a .NET project, but I also

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.