When you get IIS timeout

Problem

[HttpException (0x800004005): Request timed out.]

Solution

Please edit the web.config file located under C:\GpsGateServer\IIS
(make a backup first)

Add the following inside the configuration tag:

<configuration>

    <system.web>
       <httpRuntime executionTimeout="600" />
     </system.web>

</configuration>