I don't know if this is a ASP.NET or IIS issue, but maybe someone can point me in the right direction.
I have an asp.net Framework 2.0 application that is moved from an IIS 5.0 environment to IIS 7.0, Server 2008. When running the app in Integrated pipeline mode all request url:s with non english letters, like the swedish letters å, ä, ö is replaced with a question mark (?) in the query string. If i switch to run the app in Classic mode everything works fine. If the request url is url encoded it works too, but we have a lot of users that are used to create links without the need to url encode them. And it doesn't matter what encoding the site is using, it is using ISO-8859-1 as both request and response encoding, I have tried switching to utf-8 without any improvement. Does anyone have any idea?