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

  • Home
  • SEARCH
  • 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 6880141
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T04:56:11+00:00 2026-05-27T04:56:11+00:00

After setting breakpoints and trying to step through the code of a website, the

  • 0

After setting breakpoints and trying to step through the code of a website, the debugger seems to “time out” within only a few seconds and stops debugging. I have no idea what is causing this and it is driving me insane.

Here is the code I am trying to step through:

 using (System.Transactions.TransactionScope transaction = new System.Transactions.TransactionScope())
        {

            // Create new customer.
            CustomersBLL customerOperations = new CustomersBLL();
            customerOperations.InsertCustomer(quote.CurrentDate, null, null, null, null, null, null, null, null, null);

            // Prepare to insert Quote.
            // Retrieve CustomerID. 
            Table = customerOperations.GetNewestCustomerID();
            quote.CustomerID = (int)Table.Rows[0][0];

            // Get word count and quote amount.
            quote.GetWordCount();
            quote.GetQuoteAmount();

            // Insert Quote

            // Insert DocumentFile - must retrieve QuoteNumber.

            transaction.Complete();
        }
  • 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-27T04:56:12+00:00Added an answer on May 27, 2026 at 4:56 am

    This most likely means that your web application is reset, either due to an unhandled exception or to recycling parameters set on the application pool in IIS.

    The first thing to do is check the Windows Application and System Event logs to see if unhandled exceptions are being reported.

    The second thing to do is check your IIS app pool settings to see if there is a short recycle limit that may be met.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

After setting up an ASP.NET website in IIS7 I get an Internal Server Error
I am used to setting breakpoints in my obj-c code in Xcode and then
I have a weird problem where after setting nocheck on a foreign constraint and
How to enumerate items of Spark List component after setting dataProvider property? I mean
I've got problems with setting focus to an input field after validating it. I've
After sitting through a session today on Mono at a local .Net event, the
sometimes after logging out and in again, my settings in Tools/Options/Projects and Solutions/VC++ Directories
After setting up a VisualSVN Server for source control on my web server. I
I got a Droid X for development, and after setting it up just like
I'm bringing focus to a UITextView after setting its .hidden property to NO. When

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.