Error 500.19 when installing on a fresh 6.0.6 system
Bad news, everyone
I haven't had anything to do with CSS precompilers yet, so I decided to fire up WebMatrix and give this package a go, to see if I can get used to it or not.
However while the installation of the package runs, I get this:
HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data for the page is invalid.
Now this "tempuri.org" looks funny to me, so I replaced it with "localhost:58846", which didn't budge the error at all.
I also tried putting in the dependentAssembly section, that was posted in one of the other threads. No success. The only way to bring the installation to run at all after the install is to remove the bundleTransformer section from the web.config.
Error 500.19 when installing on a fresh 6.0.6 system
Bad news, everyone
I haven't had anything to do with CSS precompilers yet, so I decided to fire up WebMatrix and give this package a go, to see if I can get used to it or not.
However while the installation of the package runs, I get this:
HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data for the page is invalid.
Now this "tempuri.org" looks funny to me, so I replaced it with "localhost:58846", which didn't budge the error at all.
I also tried putting in the dependentAssembly section, that was posted in one of the other threads. No success. The only way to bring the installation to run at all after the install is to remove the bundleTransformer section from the web.config.
Thanks for the help :)
Jan
Somehow I can't edit my entry. But I just realized that WebMatrix installed 6.1.2, so the post above relates to 6.1.2, not as I thought 6.0.6
I was able to get it working by removing the following from my Web.config
Remove the following from Web.Config
<bundleTransformer xmlns="http://tempuri.org/BundleTransformer.Configuration.xsd">
<!-- everything in here -->
</bundleTransformer>
Commenting out didn't work for me.
is working on a reply...