-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Root Element is missing #457
Comments
Very odd. I'd try switching away from Cassette's default use of Isolated Storage for the bundle cache, and try using a normal directory. In web.config:
This can be an absolute path, or relative to the web application's root. Make sure the app pool identity has write permission. |
Tried that and it didn't seem to make a difference, the app pool identity has full control of the webroot. I've tried to compare as many of the app pool settings as possible and don't see any differences. Could the fact that we register a bundle modifier make a difference at all? |
Take a look at the XML file generated in the cache directory. I wonder if some its getting corrupted when written. Does more than one web server share the directory? |
No files are being generated in the cache directory. There is only one site using that directory for the root. I'm not ruling out server config since the other server in the load balance pool is working fine, but beyond directory permission, I can't think of what else it could be. |
I as having the same problem. I updated my web.config to And the site is now loading. Thanks for the help! |
I'm getting the following error on only one server in a load balance pool:
The code and config was mirrored off of another server that is working. Looking at the stack trace, I thought to check that the
<cassette>
configuration element was in the web.config. The server is 2008 R2, .NET 4.5.1There seem to be a few other issues related to this, but they all seem closed as of 2.4.1.
The text was updated successfully, but these errors were encountered: