HOT LINE: 18211569816

Shenzhen source of new continent refrigeration equipment co., LTD., founded in 2002, is located in the historic city of guangdong province shenzhen longhua new district, is a company specializing in the design of vacuum precooling preservation equipment, vacuum cooling and drying, cooling, drying machine, high and low temperature cold storage, vegetables and refrigeration accessories, refrigeration equipment, is a concentration of fresh agricultural products and fast cooling of all kinds of food preservation technology of technology research and development, design, equipment manufacture, installation and after-sale service of high-tech enterprises. Product is suitable for fruits and vegetables, edible fungus, flowers, cooked foods, pastries, aquatic products and other agricultural products and regulate the precooling of food preservation and fast cooling.

HTTP/1.1 200 OK Date: 1 ?? 2025 08:08:24 G6T Content-Length: 3073 Content-Type: text/html Connection: Close Server: Microsoft-IIS/10.0 Runtime Error

Server Error


Runtime Error

Description: A server error has occurred. The current custom error settings prevent the details of the error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please define an errorDetails attribute within the "filter.config" configuration file. This errorDetails attribute should then have its value set to "On".


<!-- Filter.Config Configuration File -->

<configuration>
    <httpFilters errorDetail="On">
        <!-- managed filters configuration -->
    </httpFilters>
</configuration>

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "errorPage" attribute of the <httpFilters> configuration tag to point to a custom error page location.


<!-- Filter.Config Configuration File -->

<configuration>
    <httpFilters errorDetail="LocalOnly" errorPage="mycustompage.htm">
        <!-- managed filters configuration -->
    </httpFilters>
</configuration>