Copy link to clipboard
Copied
Whenever ColdFusion is started I cannot edit my CSS external stylesheets, from within Dreamweaver, or if I try to open the CSS from within Visual Studio. Is there a way to change this?
Copy link to clipboard
Copied
Change what?
In my experience, ColdFusion should have absolutely no lock on any CSS or other web site files (I.E. HTML, JS, etc).
So there must be something rather unique and strange going on in your system if this is the case for you.
Copy link to clipboard
Copied
I figured out what the problem was.
I had forgotten to change the Application.cfc name so that they are different for my local and my uploaded websites.
This not only caused this problem, but when I tried to make changes to the Application.cfc, my local site would go to the other site's Application.cfc and would allow me to log in even though I had commented out the query that would cause RecordCount to be 0. This was the experiment that made me realize the mistake.