-
Posted to
IIS7 - Configuration & Scripting
by
LesterDK
on
11-22-2009, 3:12 PM
That indeed solved the problem. No wonder I couldn't figure this out if its a bug.
Where does bugs like these get tracked? Reckon I'll leave my original "application/xml" in the file aswell, for when it's fixed.
-
Posted to
IIS7 - Configuration & Scripting
by
LesterDK
on
11-20-2009, 2:24 PM
The answer seems to be
Reason
12
Reason
NO_MATCHING_CONTENT_TYPE
Which again must mean that my "application/xml" content-type must be off course. Though that is the contenttype registeret by firefox atleast.
<dynamicTypes>
<add mimeType="application/xml" ...
-
Posted to
IIS7 - Configuration & Scripting
by
LesterDK
on
11-20-2009, 3:53 AM
Hi once again,
I have come to my attention that ySlow says my xml responses are not compressed within my restful WCF service.
Seen loads of info on creating compression channels etc, but figured IIS7 where the WCF service is hosted should be able to do it by itself via dynamic compression and probably a mimetype.
Reading ...
-
Posted to
IIS7 - Advanced Logging
by
LesterDK
on
08-19-2009, 1:37 AM
Sure I can, try atleast.
Been a while, so cannot remember if this was the actual site that helped me getting it to work, but this was exactly our error. http://mattlog.net/2009/04/16/iis-odbc-logging-event-id-1016-error-data-80070057/ ODBC logging failing and warnings added in eventviewer. Did what Matt he is also showing as ...
-
Posted to
IIS 7 - Troubleshooting
by
LesterDK
on
08-10-2009, 2:35 AM
Interesting - yet frustrating and not intuitive at all.
So in essence, when you add a website and specify a user to run the site in, the site will run with that user, but the app pool itself will still use Network Service as default?
Will have to play around with this a bit, or server architecture is kindda tricky.
-
Posted to
IIS7 - Advanced Logging
by
LesterDK
on
08-10-2009, 2:31 AM
Aha, now thats a key difference then, not being enabled vs. not being logged.
Thank you for clearing that up.
On another note: it seems that advanced/custom logging must be installed in order to actually enable ODBC logging - a dependency not taken in consideration when choosing to add the ODBC logging feature.
Note to self: When ...
-
Posted to
IIS7 - Classic ASP
by
LesterDK
on
06-10-2009, 1:58 AM
Ahh, forgot to close the thread here. And yes, it does work now.
The issue was related to the window.onload event, that would not trigger correctly, hence no javascript error since the scripts were never invoked.
The solution was to check jquery.ready event instead and firing the scripts as needed.
-
Posted to
IIS7 - Classic ASP
by
LesterDK
on
06-04-2009, 5:08 AM
Hi,
I have migrated to 2008 Server and IIS7, but still using classic ASP and figured out most of my previous problems.
Know a page using ajax to update a form basen on criteria simply does not trigger. According to firebug (firefox) the page gets called at least once, but no change occur to the form fields. And no js errors seen either. This is ...
-
Posted to
IIS 7 - Troubleshooting
by
LesterDK
on
05-15-2009, 4:30 AM
I'm having the same problem.
From my IIS7 I got a virtual folder accessing af subdir of another site on another server (IIS6) and from time to time I get the "cannot read the configuration file" in IIS7 manager when looking at the virtual folders settings. Furthermore when accessing the website on II7 and the files that ...
-
Posted to
IIS7 - Advanced Logging
by
LesterDK
on
05-14-2009, 4:57 AM
I keep reading about the kernel mode caching getting disabled when doing ODBC logging and probably also by using an HttpModule.
Will the advanced logging module disable kernel mode caching or will it simply not log items getting server from the cache?
We aim to get all our logs to a database, either directlym or by using file based logs and ...