Hello everyone,
I am using ASP.Net + .Net 3.5 + VSTS 2008 + IIS 7.0 + C# to develop a web application. I am using WebPartManager, and I find when personlization feature is enabled to true, the web application will connect to SQL Server Express version database automatically.
BTW: I find this by when stop SQL Server Express version service instance, there will be database connection error shown.
My question is, (1) why WebPartManager needs to connect to SQL Server Express version when personlization feature is enabled (in other words, SQL Server Express version is used by personlization feature for what purpose)? (2) If I need personlization feature, any solutions to chnage to SQL Server Enterprise other than SQL Server Express version?
thanks in advance, George