If at first you don't succeed, call it version 1.0

Contact Me

Sarvesh Kushwaha
Email : sarveshkushwaha@outlook.com

Total Pageviews

Powered by Blogger.

Showing posts with label IIS. Show all posts
Showing posts with label IIS. Show all posts

Sunday, 24 August 2014

Application Initialization in IIS 7.5 and IIS 8


Why we need Application initialization ?

On first HTTP requests asp.net applications both asp.net web forms and asp.net mvc application requires initialization tasks and "warm up" tasks (Startup processing , generating contents) etc.

Application initialization proactively loads and initialize all the dependencies like database connection , compilation of asp.net code and loading of assemblies etc...

Benefits of Application initialization :

  • its decreases the first response time by preloading the application
  • Can set a static page to increase the user experience while application is initializing
  • Provides overlapped process recycling 

Saturday, 9 February 2013

Asp.Net MVC 4 Hosting issue


Recently i was trying to host Asp.net MVC4 web application ,and i faced some difficulties .so i m writing here what were the things to care , while hosting Asp.net MVC4 application - 

Step 1 : Make sure Asp.net4 registered with IIS