Localhost not running

hi there, I’m trying to compile a website for offline standalone use. It has some ajax dependencies, so far we all know ajax doesn’t work without any kinds of virtual or live server. so I used localhost as server while developing the project. after trying to compile my site with your app, it seems compiled exe only shows my site after execution if the wamp server is active. Otherwise it shows Error -102 when loading url http://localhost/project/
What can I do now?
Please respond.

Looks like your site is configured to use http://localhost/project/ as a base url. Check your settings, the protocol we use is ghe://heserver/ internally.