I'm computing heavy (100000) matrix computations(like multiply/add/substract). When I do it in simple console application it's performance is fine.
But when I place same code in simple asp.net web application and invoking process in button click,it's taking too much time.
Using .Net 4.5 and VS 2013 for both console app and asp.net web application.
Do I need to take care of anyother things?