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
Post a Comment