Here's the thing, Jon. ASP.Net was architected in a certain way, and runs
optimally when you use it that way. If you want to redesign the entire
architecture, you're certainly free to do so. You can build your own
HttpHandler if you want, starting all the way from the bottom. The CLR has
everything you need.
You think your app is too big for ASP.Net to handle the way it is designed?
Think again. Microsoft uses it on their web site. It was designed for
immense scalability. If you use it the way it was designed to be used, it
will certainly scale to your needs without you having to re-write the
platform.
--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
"Jon Maz" <jonmaz@surfeu.de.NOSPAM> wrote in message
news:eFnj9iA6DHA.696@tk2msftngp13.phx.gbl...[color=blue]
> Hi All,
>
> Thanks for the replies.
>
> I really *do* need to cache entire pages of html/javascript to a db - the
> number of pages involved is too great to cache in server memory, which is
> what (if I understand correctly) the built-in asp.net caching does. So it
> looks like I need some kind of custom solution here (feel free to correct[/color]
me[color=blue]
> if I'm wrong about this).
>
> The site, which is for a publishing company, will use a Content Management
> System to input dynamic content directly into the db. When the CMS user[/color]
(a[color=blue]
> journalist) is creating new page content via the CMS, he should have the
> option to cache this new page immediately, ie before any site user has
> viewed the .aspx page in a browser.
>
> Now I'm really not sure how to go about this. An aspx page has a public
> RenderControl method - should I be looking to use that somehow?
>
> Any help appreciated,
>
> Cheers,
>
> JON
>
> PS Also I'm not sure what the machine.config ProcessModel can do for me
> (Jayson's suggestion in microsoft.public.dotnet.framework). Can anyone
> elucidate?
>
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (
http://www.grisoft.com).
> Version: 6.0.572 / Virus Database: 362 - Release Date: 27/01/2004
>
>[/color]