Step-by-step procedure for hosting an asp.net website in iis?

Can someone give me a step-by-step procedure for hosting an asp.net website in iis ...

+2
source share
2 answers
  • Make sure the infrastructure is installed.

  • Put your site on the system somewhere and create a virtual directory that points to it, making sure that it is an application.

  • Check the ASP.net tab to make sure the version you have selected is selected.

  • Done (specify any application level configuration that you need).

+2
source

All Articles