R
Roger23
I have a requirement where I need to remove or disable the entire
personalization feature of my web application. I am not allowed to have
a SQL express on my web server and I am not allowed to have any SQL
Express or any SQL server for that matter. how do i disable the entire
personalization of my application. i tried:
<webParts >
<personalization defaultProvider="">
<providers>
<clear/>
</providers>
</personalization>
</webParts>
I tired so many permutations and combinations with the above settings
and still it expects a connectionstring no matter what. I weould prefer
not to tinker with the config files in the framework directory. Can I
not get the same behavior of ASP.NET 1.1? your help is much appreciated.
personalization feature of my web application. I am not allowed to have
a SQL express on my web server and I am not allowed to have any SQL
Express or any SQL server for that matter. how do i disable the entire
personalization of my application. i tried:
<webParts >
<personalization defaultProvider="">
<providers>
<clear/>
</providers>
</personalization>
</webParts>
I tired so many permutations and combinations with the above settings
and still it expects a connectionstring no matter what. I weould prefer
not to tinker with the config files in the framework directory. Can I
not get the same behavior of ASP.NET 1.1? your help is much appreciated.