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 8452771
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T11:35:16+00:00 2026-06-10T11:35:16+00:00

I am converting a website from web forms to mvc. The website has a

  • 0

I am converting a website from web forms to mvc. The website has a page which calls other web services using Threads. It takes 5 to 7 seconds to load that page. While that page is loading, if I try to open any other pages of the same website, it does not work any more. If I open other pages in new tabs they keeps loading until the first page loading (5 to 7 seconds) is complete. It used to work in web forms.

Are there any certain places that I could look into to fix this or is this just my application specific?

  • 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-06-10T11:35:17+00:00Added an answer on June 10, 2026 at 11:35 am

    By looking at your problem description one thing that comes to mind is ASP.NET Session. If your site uses it you cannot send 2 parallel requests to a controller action that writes to the session from the same session. ASP.NET simply serializes the access to the session and will block until the first request has finished. One way to fix that would be to either completely disable the session or not write to it from the controller that you are invoking. This could be done by decorating this controller with the [SessionState] attribute:

    [SessionState(SessionStateBehavior.ReadOnly)]
    public class HomeController : Controller
    {
        ... actions in this controller can be invoked 
            in parallel from the same session
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I converted my website from asp.net mvc 1.0 to 2.0. After converting that i
I'm (finally) converting my website from classic asp to asp.net MVC. There will be
So, I am converting an application from integrated security to forms authentication using the
I'm trying to download multiple pdf files from a web page (I'm using Mac
I am converting code from a Website Project (WSP) to a Web Application Project.
My company has written a HTTP proxy that takes the original website page and
I am converting a website from ISO to UTF-8, so I need to convert
I am currently working on converting a ColdFusion website, using Fusebox framework, to PHP.
I am converting an older C# Website Project into a Web Application Project so
I am following the guidelines from http://blogs.msdn.com/b/webdevtools/archive/2009/10/29/converting-a-web-site-project-to-a-web-application-project.aspx Mid way through the process they have

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.