Click here to Skip to main content
15,908,776 members
Please Sign up or sign in to vote.
2.00/5 (4 votes)
See more:
how to use web crawler in asp.net application??
Posted

1 solution

These are two different things. A web crawler is an app that walks through the web, looking for things, usually to index them. An ASP.NET web application is a program that responds to web requests to serve web pages, and has no state. As such, they have only one thing to do with each other - a web crawler may find your ASP.NET web site. It won't run inside an ASP.NET web site.

The question really is WHY do you want to use a web crawler in your ASP.NET web application ?
 
Share this answer
 
Comments
Christian Graus 24-Aug-12 7:23am    
This has nothing to do with webcrawling, so you need to start again. Work out why your website is slow ( that is, what takes time ) and then look at that code, and ask about it if need be.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900