Profile - anonymousIdentification = true kills db connection
Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance
As I attempted to use the built Profile feature to store some user
info.
<anonymousIdentification enabled="true" />
Whenever I set this flag, the db connection would fail, even though
debug output of the db connection string in Connections config still
looks fine.
<add name="ConnectStr" connectionString="Data Source=webserver;
uid=xxxx; pwd=xxx" />
Removing the flag and the db connection works again. Is it because the
Profile feature requires a db table and tried to access that
non-existant table? the db server is sql 2005 and I'm under the
assumption that the Profile feature doesn't require DB allocation.
.
Relevant Pages
- Re: VPN using RASDIAL default gateway problem
... it's very unlikely there is some kind of custom app running on my local box, ... If I open the connection and look at IPconfig, ... default gateway problem I see when using the rasdial api. ... look back at the phone book file, the IpPrioritizeRemote flag gets set to 1. ... (microsoft.public.win32.programmer.networks) - Re: forking problem with dbd::mysql
... child process prevents the automagic closing of the connection. ... Using InactiveDestroy flag seems a standard way since this module's author provide this flag. ... (perl.beginners) - Re: OpenSSH_4.5p1 on GNU/Linux: connection unexpectedly closed
... logfiles through local interface when the strace and debug output was ... Try checking if ssh_config on both machines got a connection or idle timeout set. ... debug output gave me this on server (scp localhost - localhost): ... (SSH) - Re: d_splice_alias() problem.
... The same dentry is found. ... and without the DCACHE_DISCONNECTED flag it ... you know you can short-circuit the connection ... send the line "unsubscribe linux-kernel" in ... (Linux-Kernel) - Re: Regarding Connection object behaviour
... I think marking a flag for GC is the job of the finalizer, which implements a separate queue for this than dispose, which is meant for relasing underlying unmanaged references explicitly. ... Whether the connection needs to be released is determined the GC system or connection pool, ... Please complete a re-registration process by entering the secure code mmpng06 when prompted. ... Once you have entered the secure code mmpng06, you will be able to update your profile and access the partner newsgroups. ... (microsoft.public.dotnet.languages.csharp) |
|