Question : How access local file on http or <a rel="nofollow" href="http://localhost" target="_blank">http://localhost</a> without a webserver.

I am currently developing installer for a APP, the aplication api only takes http protocal, that is:
something like http:/......./xxx.cab
its not taking C:/.../xxx.cab.
My requirement is to access the file over http without web server. IF web server is required at any cost, the web server has to temporary installed and lite weight.
Please guide me through. looking for sample code

Answer : How access local file on http or <a rel="nofollow" href="http://localhost" target="_blank">http://localhost</a> without a webserver.

>>IF web server is required at any cost, the web server has to temporary
>>installed and lite weight.

Let me put it like that - since you explicitly need the HTTP protocol, you can't do that without a web server. I had that requirement recently, and the one I chose for that because it pretty much works out of the box is that one: http://www.hiawatha-webserver.org/
Random Solutions  
 
programming4us programming4us