Link to home
Start Free TrialLog in
Avatar of eli411
eli411

asked on

MVC application with Bootstrap not working on update

We have these applications that we tested.  The applications are working fine on local machine with "updating functions" but when I move that to production server and it just doesn't work.  No error message or response!  I was just wondering if anyone have similar issue and can point me to the right direction.  Thank you guys/gals!
Avatar of gdemaria
gdemaria
Flag of United States of America image

Start by intentionally throwing an error on your page such as <cfthrow message="test error">   See if your application handles it and display it.  Perhaps there is an error that is just being captured and not displayed.  Make sure your errors are displayed for at least debugging.

Then, I would trace the form-submit by placing stoppers in your code.  
Put  something like:   <h1>Here</h1><cfabort>
at the end of your onRequestStart function, then in your controller function, see where it gets to and see where it does not.
ASKER CERTIFIED SOLUTION
Avatar of eli411
eli411

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
Avatar of eli411
eli411

ASKER

Solve the problem by searching different sites from google.