So its looking like this error is something to do with this webfont, ive added both .woff and .woff2 as mimetypes as font/woff and font/woff2 respectively on the live server thinking that is what was causing my issue but still the live server event logs show this as a repeatable exception.
The way the css is handled here is as follows, I write all my css as smaller less files which I then compile together as the complete sheet for the page, however once this is over, I then pass the css through .net bundling which grabs all other dependancies for the page and bundles these all together.
Vague description I know, but im a little unsure where this error could be thrown, even stranger is that this error wasnt captured locally, so theres something about my code that is causing a problem, but i cant think what it could be so any help here is greatly appreciated.
Illegal charecters in path exception on the server.
Hey all, having some issues on the live server, throwing an exception, details below:
With the request information...
So its looking like this error is something to do with this webfont, ive added both .woff and .woff2 as mimetypes as font/woff and font/woff2 respectively on the live server thinking that is what was causing my issue but still the live server event logs show this as a repeatable exception.
The way the css is handled here is as follows, I write all my css as smaller less files which I then compile together as the complete sheet for the page, however once this is over, I then pass the css through .net bundling which grabs all other dependancies for the page and bundles these all together.
Vague description I know, but im a little unsure where this error could be thrown, even stranger is that this error wasnt captured locally, so theres something about my code that is causing a problem, but i cant think what it could be so any help here is greatly appreciated.
Thanks all.
is working on a reply...