Hello!<br><br>I have a problem with MIME types in IIS 4. I am trying to setup Audicode's WAP Server 2.0 in conjunction with IIS. Having configured my custom MIME types within the three obvious levels - the web site itself, the 'default web site' and at the server level, IIS still seems to be using a default MIME type (i.e. text/html) as opposed to the custom type used for wml (text/vnd.wap.wml) when transmitting the document. When this gets to my browsing device (wap phone), I obviously get an error as the phone will not understand text/html. Any ideas??<br><br>More info:<br><br>The page I am trying to view is an active server page. The content type is configured within the page as:<br><% Response.ContentType = "text/vnd.wap.wml" %><br><br>Does anybody see any problems here?<br><br>Also, I have a second server which performs all of this correctly and allows me to see the asp on my phone. Both are configured with exactly the same software (apart from the Service Pack - the server that 'works' is SP4 whereas the failing server is SP6a) which is NT4, IIS 4, Audicode WAP Server. I'm not sure whether or not an MDAC upgrade has been applied or not - does anyone think that this maybe required?<br><br>If you can help - thanks!! <br><br>Paul Williams