Rank: Administration Groups: Administration
, Member
Joined: 12/30/2004 Posts: 1,674 Points: 1,824 Location: Wageningen (NL)
|
Cuyahoga stores the connection string in properties.config. A change here doesn't recycle the ASP.NET process, so you might have to recycle the process manually to use the altered connection string.
Recycling the ASP.NET process can be done by killing the worker process itself or by simply make a little change to web.config.
|