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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T01:32:49+00:00 2026-05-28T01:32:49+00:00

I am designing a website in ASP.NET and C# in which i am doing

  • 0

I am designing a website in ASP.NET and C# in which i am doing following task.

There is a table List_of_Site which contains list of sites to be crawled.
And another table Site1_Links which contains crawled data such as links, contents etc.

I have coded a program in c# asp.net in which i have a form Home.aspx in visual studio and there is a button named Crawl. Whenever i click on the button it fetches the sites from table List_of_Site one by one and then crawl them for new links available and the save them respectively at Site1_Links table.

But to do this i need to click on the button each time but i want something that can automate the process for some time interval say X minutes.

Please suggest a way ?

  • 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-28T01:32:50+00:00Added an answer on May 28, 2026 at 1:32 am

    You don’t want an ASP.NET web application for this. Web applications are passive request/response systems. They lay in wait for a request, respond to it, and go back to waiting. Not suited for scheduled background tasks.

    In general, you have two simple options:

    1. A console application (run by a scheduler)
    2. a Windows Service

    A console application is historically easier to write and debug. And I believe Windows still comes with a bundled task scheduler which can run an executable on a set schedule. I usually prefer this approach. However, there are trade-offs. I don’t believe it will run unless someone is logged in to the machine, for example.

    A Windows Service is generally better suited for the task, but usually a little more complicated to write and maintain for an average user. However, it has the benefits that it doesn’t clutter the UI (no black console window when it’s running) and doesn’t need someone logged in to the workstation to run.

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

Sidebar

Related Questions

I am designing an ASP.NET website, which also provides a WCF service for client
I am designing a website that will upload video files in ASP.NET. The question
I am in the process is designing a website in ASP.NET MVC and am
I am designing ASP.NET website for Intranet users. At the end of Phase-I this
I have to build an ASP.NET website on which some functionalities will be available
If I am creating a website in ASP.NET, is it possible to programmatically set
There's a real art to designing a website that works for everyone, and Progressive
I am designing a small website where user register and pay there monthly fee,
I'm designing a website with divs with the following fashion: <div id=showcase> <div class=project>
Okay, so I am in the process of designing a website which has a

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.