.NET Web Application Performance

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I combined several application projects into one large project for ease of
management and control. My previous application was a collection of small
independent projects. Can this change affect the performance of the
application? It is a .NET Web application using SQL Server back end
 
Hello Yoav,

If it's the web app, which apps did you combine and how?
How do u measure performance?

YY> I combined several application projects into one large project for
YY> ease of management and control. My previous application was a
YY> collection of small independent projects. Can this change affect the
YY> performance of the application? It is a .NET Web application using
YY> SQL Server back end
YY>
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsch
 
if i understand you correctly it should effect performance of either. If the
data and logic from the applications run independent of each other it should
be fine. If you start to architect mnore intergration between the
applications it will be best for your performance and most importantly
developement time if you start to convert your stuff to .net.
In the long run you will be glad you invested the time (depending on the
size of these apps)
 
Back
Top