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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T13:19:20+00:00 2026-05-27T13:19:20+00:00

We are experiencing a strange problem. We have a number of dev machines and

  • 0

We are experiencing a strange problem. We have a number of dev machines and on some of them we have no problems, and on others it is as if the server is completely unaware of the browser and visa versa.

The solution is ASP.NET MVC written in C# running on IIS 7.5 (Windows 7 64 bit)

The symptoms:

  • Session variables are null on every request
  • using(Html.BeginForm()) doesn’t work properly. You can submit a form multiple times, starting many threads on the server and the response throws the “the remote host closed the connection” exception

3 machines are working fine – 2 are not. We are pulling our hair out with this one. It obviously has something to do with the IIS setup or config but we cannot find the problem. We have even done a screen by screen compare on the IIS setup between two machines – one that works and one that doesn’t

Any help would be greatly appreciated

–Update – this is happening in a mixed environment (ASP.NET and ASP.NET MVC). The global.asax on the ASP.NET site runs, but the MVC global.asax doesn’t run. How does one force the global.asax to run?

— Another update – this only happens in IE 9 – not Chrome. Beginning to make good headway on 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-27T13:19:20+00:00Added an answer on May 27, 2026 at 1:19 pm

    Not sure if we’ve solved all the issues, but this piece of code certainly works on IE9 for blocking a 2nd request while the first request is still processing:

    @using TestMixedApp.MVC.Models
    @model TestModel
    
    @{
    Layout = null;
    }
    
    <!DOCTYPE html>
    
    <html>
    <head>
    <title>Index</title>
    <script src="/TestMixedApp.MVC/Scripts/jquery-1.5.1.min.js" type="text/javascript"></script>
    <script language="javascript" type="text/javascript">
        function disableSubmitButton() {
            $("#submitbutton").attr("disabled", true);
            $("#message").html("&nbsp;processing...");
        };
    </script>
    </head>
    <body>
    <table>
        @using (Html.BeginForm("Index", "Home", FormMethod.Post, new { autocomplete = "off", onsubmit = "disableSubmitButton()" }))
        {
           <tr>
            <td>@Html.LabelFor(m=>m.Firstname)</td>
            <td>@Html.EditorFor(m=>m.Firstname)</td>
           </tr> 
            <tr>
                <td>@Html.LabelFor(m=>m.Surname)</td>
                <td>@Html.EditorFor(m => m.Surname)</td>
            </tr>
            <tr>
                <td>Previous Firstname</td>
                <td>@Model.Firstname</td>
            </tr>
            <tr>
                <td>Previous Surname</td>
                <td>@Model.Surname</td>
            </tr>
            <tr>
                <td></td>
                <td><input type="submit" value="Go" id="submitbutton"/><span id="message"></span></td>
            </tr>
        }
    </table>
    </body>
    </html>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am experiencing a strange behaviour of my application in Chrome browser (No problem
I'm experiencing a very strange problem... I have a regular ASP.Net webpage with a
I'm experiencing something a bit strange. I have a table on SQL Server 2008,
I am experiencing a strange problem with a simple query that returned the number
I'm a bit newbie to Flash, and I'm experiencing strange problem. I have a
I am experiencing a strange problem: I have a Screen that is using the
I'm experiencing a strange problem when trying to count the entities in a managed
I'm experiencing some strange behavior for which I can't find any documented knowledge. Here's
I'm experiencing som strange behaviour by the Silverlight ComboBox. I started out with some
I'm experiencing something really strange! I have a div that I'm hiding with JS

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.