Thanks for your response Adrian,
Yes, as for your scenario, i'll be hard to utilize the current
configuration model of the sqlcache. However, because the sqlcache need to
be pre configured for each application(since the asp.net runtime need to
constantly do data polling from database), we need to specify the complete
server connection info at design-time rather than runtime. Anyway, i'll
forward this request to our dev team though I think it may takes time for
them to change the current sqlcache configuration model.
Thanks for your understanding.
Steven Cheng
Microsoft Online Support

Signature
Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
--------------------
| From: "Adrian Parker" <apparker@nospam.nospam>
| References: <O2VF#OZ1FHA.3568@TK2MSFTNGP15.phx.gbl>
<OOKvjya1FHA.4064@TK2MSFTNGP09.phx.gbl>
<epyPrzc1FHA.3124@TK2MSFTNGP12.phx.gbl>
<gx5cz6f1FHA.1144@TK2MSFTNGXA01.phx.gbl>
| Subject: Re: SqlCacheDependency - repost in hopes of a reply
| Date: Fri, 21 Oct 2005 07:56:50 +0100
[quoted text clipped - 7 lines]
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| NNTP-Posting-Host: 82-37-128-226.cable.ubr01.telf.blueyonder.co.uk
82.37.128.226
| Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP12.phx.gbl
| Xref: TK2MSFTNGXA01.phx.gbl
microsoft.public.dotnet.framework.aspnet:132956
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
[quoted text clipped - 25 lines]
| > // Code that runs on application startup
| > Configuration config =
System.Web.Configuration.WebConfigurationManager.OpenWebConfiguration(HttpCo
| > ntext.Current.Request.ApplicationPath);
| > ConfigurationSectionGroup group =
[quoted text clipped - 7 lines]
| > group.SectionGroups["caching"] as SystemWebCachingSectionGroup;
| >
cachesg.SqlCacheDependency.Databases["TestDB"].ConnectionStringName
| > = "aaa";
| >
[quoted text clipped - 133 lines]
| > | >> missing
| > | >> something or it's harder than it should be.