You are here

Portable website hosting for classic asp and ms sql

4 posts / 0 new
Last post
LarryM
Offline
Last seen: 12 years 9 months ago
Joined: 2011-07-13 09:36
Portable website hosting for classic asp and ms sql

I have a client who would like to demo a classic asp / ms sql website right from a thumb drive. No development needed on the drive, just run the site from it for demo purposes. I'm thinking it would need something like apache server, and for the ms sql maybe we'd need to convert it to MySql. Anybody done anything like that? Any ideas? Anything out there that would accomplish this out of the box?

solanus
solanus's picture
Offline
Last seen: 9 years 6 months ago
Joined: 2006-01-21 19:12
XAMPP

I made this half-pony, half-monkey monster to please you.

Jimbo
Offline
Last seen: 4 years 2 months ago
Joined: 2007-12-17 05:43
Not likely to happen

I don't think you'll find sufficient ASP support in anything other than IIS, and since that isn't portable, I suspect that you're onto a non-starter here.

Even just migrating code to use a different database can actually be a pretty huge endeavour, but I suspect that in this case, you would also need to reimplement the whole thing in a different language as well.

If you want to demo an active website, then XAMPP is excellent for it, but if you want to demo a specific site that uses ASP against MS SQL Server, you're not going to find it easy. I would recommend that instead of a flash drive, you install it all onto a laptop and use that for the demo.

LarryM
Offline
Last seen: 12 years 9 months ago
Joined: 2011-07-13 09:36
VM solution

Thanks Jimbo. All your points are well taken. At this point I'm probably just going to create an XP VM on my HD and copy that to a thumb. That will require XP install and a lot of other work, and I know performance will be slow, but it should work.

Log in or register to post comments