HTTP/1.1 500 Internal Server Error解决方法

HTTP/1.1 500 Internal Server Error
用ajax ,post一个ashx页,报HTTP/1.1 500 Internal Server Error,求大神指导啊
------解决方案--------------------
发布了没有?你都出现这种错误了,已经已经发布了吧?检查IIS,检查应用池,看看FRAMEWORK版本,看看是集成还是经典,然后查web.config

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

改成off让错误暴出来看看。