Link to home
Start Free TrialLog in
Avatar of Paulmkt
Paulmkt

asked on

coldfusion to asp.net

I'm given a coldfusion web project, and I need to convert it to asp.net.  Is there an editor that could debug ColdFusion code like MS Visual Studio?

There's so many storedprocedures that written for this coldfusion project, and I do not know where it's called in the coldfusion code.
Avatar of eli411
eli411

You have to read all those tag inside the <cfquery> <cfstoredproc> <cfqueryparam> and go through all those one at a time!  Nothing easy and it is time consuming!
ASKER CERTIFIED SOLUTION
Avatar of _agx_
_agx_
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial