500 Error del servidor al intentar agregar un nuevo tipo MIME

I'm trying to add the mimeType application/xml to web.config, but everytime I add it I get a 500 server error. I have no experience with this and any help would be very appreciated.

<configuration>
<system.web>
    <customErrors mode="Off"/>
    <compilation debug="true"/>
</system.web>

<system.webServer>
    <asp scriptErrorSentToBrowser="true"/>
    <httpErrors errorMode="Detailed"/> 
    <mimeMap fileExtension=".xml" mimeType="application/xml " />
</system.webServer>

preguntado el 27 de noviembre de 13 a las 03:11

0 Respuestas

No es la respuesta que estás buscando? Examinar otras preguntas etiquetadas or haz tu propia pregunta.