*** PortableApps.com Platform and Suite 1.6 have been released! ***
Baby Web Server USB Launcher![]() Submitted by Lukas238 on June 28, 2009 - 12:04pm
I use Xampp Lite Portable for development and testing, and is really grate, but recently I found my self in the need of ASP support. There is a way to add ASPx support in XAMPP, but not for ASP Classic. After a little search I came with Baby Web Server and is was just what I want. Is really tiny (250kb) and have ASP classic support. Now to make it portable, there is a tutorial for the pro version, but the free version can't auto detect the USB drive letter. So I code this little launcher to solve this problem: DOWNLOAD HOW TO INSTALL
That's it! Your done and ready to lunch. The root folder for your web page will be \Documents\Sites\. If you want to make changes here is the code of the launcher (its a bat file converted to exe widht Batch to Exe Converter 1.5):
set drive=%cd:~0,3% if exist data\settings.ini del data\settings.ini echo [Settings] > data\settings.ini start app\babyweb.exe /Config:.\.\data\settings.ini ( categories: )
|



lol have fun with this
I tried this some time ago...
http://portableapps.com/node/14354
this includes a nsis installer, as well as a launcher. The launcher downloads the app for you.
However as ASP is not used much this project is hard to work with.
Also there are some registry entries that also must be kept to keep this actually "Portable".
Please search before posting. ~Thanks