asp.net - How to use my Web class library from a windows project -


i have web project in defined methods parse webpages. save retrieved data in db. have run lengthy operation(it may take 2 days) in continously parse webpage way.

can use webproject windows project. if try add refference it doesn't work. how should it?

i have used until asp.net application, , done calls parsing methods in pageload event after hour or process stops.

that's not best design: shared assemblies should not have ui implementation. suggest split assemblies wish call windows app web app separate assembly. web , windows apps should in separate solutions, referencing separate assembly project.


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -