connection string problems with connectionString property of web.config
- From: "Brian Henry" <nospam@xxxxxxxxxx>
- Date: Fri, 28 Apr 2006 08:40:08 -0400
I keep gettings this error message in my application event log
Exception information:
Exception type: InvalidOperationException
Exception message: Not allowed to change the 'ConnectionString' property.
The connection's current state is connecting.
Request information:
Request URL: https://webserve/login.aspx
Request path: /login.aspx
User host address: 10.10.1.5
which i do have two connection strings in the web app, but never try to
change them anywhere... they are as follows
<connectionStrings>
<add name="live" connectionString="Data Source=liveserv;Initial
Catalog=msgs_MESSAGING;User Id=scmw;Password=*****;"/>
<add name="debug" connectionString="Data Source=devserv;Initial
Catalog=msgs;User Id=scmw;Password=******;"/>
</connectionStrings>
of course the password is blanked out so ignore the ***'s
wyh would this happen? it happens consistanty daily around the same time of
4pm...
.
- Prev by Date: Re: Master Pages not displaying ... ?
- Next by Date: IIS 5.0 Process Isolation Mode Causes System.Web.Mail to Fail
- Previous by thread: Localized sitemap for custom provider
- Next by thread: IIS 5.0 Process Isolation Mode Causes System.Web.Mail to Fail
- Index(es):
Relevant Pages
|