PDA

View Full Version : ASP BullSh*t



soop
February 22nd, 2006, 03:46 PM
Ok, so here's the situation, we had a guy doing all our web crap. He's not the keenest of individuals and well he chose to do everything in Visual Studio for some inane reason, so now I have a bunch of stm and asp files. What I'd like to know is if anyone is aware of a conversion tool? Or am I going to have to port this all by hand?

Thanks

ssam
February 22nd, 2006, 03:48 PM
will it run in mono?

Stormy Eyes
February 22nd, 2006, 03:52 PM
What I'd like to know is if anyone is aware of a conversion tool? Or am I going to have to port this all by hand?

I think you're screwed. Is there any reason you can't just take one for the boss, get an ASP manual, and learn to maintain the existing code? I suspect your boss would prefer that to having it reimplemented, but I could be wrong.

jimjawn
February 22nd, 2006, 04:12 PM
http://modules.apache.org/search <--Search for "ASP"

I've never done this, but you can run asp pages in apache with modvb. Additionally, there is xsp which is the asp.net server that comes with mone (already mentioned)

Additionally, there are some asp to php tools that you can use.

http://asp2php.naken.cc/ <-- is one

Is just one google "convert asp to php".

If you're using asp you're probably using access and will have to probably rewrite some of your mysql code. I'm willing to bet its not that hard.

And for what its worth, IMHO visual studio is an EXCELLENT ide for programming. Especially if you're doing asp.

briancurtin
February 23rd, 2006, 02:51 AM
rewrite it, ASP sucks in the first place

(note, i did not say ASP.NET)

kelsey23
February 23rd, 2006, 02:58 AM
C# isnt a bad language but VB just plain sucks.....anyway regular ASP pages feel like writing a web site in JavaScipt (JScript or VBScript is supported)...which just feels wrong...

LordHunter317
February 23rd, 2006, 03:12 AM
Are we talking ASP or ASP.NET?

They're two completely different APIs with two completely different solutions.

If it's the former, it's possible to maybe get it running on Mono. More details are required.

However, the best solution would likely to be to run that application on Windows, or just rewrite it.

LordHunter317
February 23rd, 2006, 03:15 AM
If you're using asp you're probably using access and will have to probably rewrite some of your mysql code. I'm willing to bet its not that hard.Depending on teh application it ranges from easy to near impossible (date times are well, unique, in Access).

But I wouldn't migrate to MySQL.