The Difference between an ASP.NET Website and ASP.NET Web Application has been asked many times. However, I couldn't find an answer to my question as to whether there is any real performance difference in using one over the other. Further, it is my understanding that a website project is dynamically compiled; does that means every time a request compiles the requested page?
High response time of the ASP.NET request handling service. High CLR wait time. Improper caching. HTTP errors including static and dynamic content errors and connection errors.
Web application performance refers to the quality and efficiency at which a Web application functions. Many factors can impact application performance, including bandwidth capacity, the number of users on a network, application protocols and coding, and attacks that exploit specific application vulnerabilities.
Let's make assumptions here and anyone who made actual tests can add their two cents.
Website start:
Web application start:
When all pages of a website have been accessed, there shouldn't be any speed difference any more. No compiles happen and code just runs. In this regard, both type of Asp.net apps are the same.
Website:
Webapplication:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With