As an ASP.NET developer, we are always focusing on learning
new ideas on design and development which made us to have less knowledge on
deployment of applications in production. This article targets developer community
to have some of the rudimentary knowledge on deployment of ASP.NET application
on IIS 6.0. After reading this article a user will be familiar in:
·
Virtual Directories and Creating it
·
Application Pools, Creating Application Pools and why it is used
·
Use of service accounts in Application Pools
·
Web.Config Settings and using Web.Config Settings for debugging
errors
·
Common hindrance we may possibly face during deployment and
resolutions
It is assumed that the user is logged in to the server or
connected to the server through Remote Desktop Connection and the user has
enough permission to do the deployment.