We had gotten a server error on our site because the SQL connection info had changed. I fixed the info in the web.config, then republished the entire site. This fixed everything on the front-end, but when viewing random content nodes via the admin, I am still seeing the same error. I'm assuming this is a cache issue as several of the content nodes are viewable just fine.
Is there anything I can do to fix this? I tried recycling the app pool as well, no luck.
Hmm, very strange, I wouldn't have though that connection string caching would be this persistent. Sure that it isn't a browser cache issue? Otherwise an IISReset will surely flush all of the IIS cache.
I can't remember if I tried clearing my cache to be honest, but I just gave it 24 hours and it seems to be working now. I'll repost here if I see the same error show up again.
Cached server error
We had gotten a server error on our site because the SQL connection info had changed. I fixed the info in the web.config, then republished the entire site. This fixed everything on the front-end, but when viewing random content nodes via the admin, I am still seeing the same error. I'm assuming this is a cache issue as several of the content nodes are viewable just fine.
Is there anything I can do to fix this? I tried recycling the app pool as well, no luck.
Thanks!
Hmm, very strange, I wouldn't have though that connection string caching would be this persistent. Sure that it isn't a browser cache issue? Otherwise an IISReset will surely flush all of the IIS cache.
I can't remember if I tried clearing my cache to be honest, but I just gave it 24 hours and it seems to be working now. I'll repost here if I see the same error show up again.
Thank you.
is working on a reply...