Code Comments
Programming Forum and web based access to our favorite programming groups.Using ASP, is there an easy way in code to "visit a URL", without opening a browser session? Explanation: I have a page caching class. The page caching class's behavior can effectively be "programmed" via instructions that are sent through the querystring. When members of our staff update articles using a CMS I programmed, I would like the cache to be flushed. The cache can be rebuilt by issuing an instruction via a URL querystring. I would like the machine to programmatically "visit" two different URLs without actually showing those pages to the user. Is there an easy way to do what I want, here? Thanks. -KF
Post Follow-up to this message"Ken Fine" <kenfine@u.washington.edu> wrote in message news:cljtnb$vtv$1@gnus01.u.washington.edu... > Using ASP, is there an easy way in code to "visit a URL", without opening a > browser session? > > Explanation: I have a page caching class. The page caching class's behavior > can effectively be "programmed" via instructions that are sent through the > querystring. When members of our staff update articles using a CMS I > programmed, I would like the cache to be flushed. The cache can be rebuilt > by issuing an instruction via a URL querystring. > > I would like the machine to programmatically "visit" two different URLs > without actually showing those pages to the user. > > Is there an easy way to do what I want, here? > > Thanks. > > -KF http://aspfaq.com/show.asp?id=2173
Post Follow-up to this messageWorks great, Chris. Thank you. -KF "Chris Hohmann" <nospam@thankyou.com> wrote in message news:edRf8FuuEHA.4028@TK2MSFTNGP15.phx.gbl... > "Ken Fine" <kenfine@u.washington.edu> wrote in message > news:cljtnb$vtv$1@gnus01.u.washington.edu... opening > a > behavior the rebuilt > > http://aspfaq.com/show.asp?id=2173 > >
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.