Error in Executing the IIE

0

I am running my file already uploaded to an IIE locally but I get that error. would you please help me please.

    
asked by PieroDev 11.02.2017 в 15:53
source

1 answer

0

Error 503 typically refers to the Pool that is configured in the IIS or, if applicable, the user account that has the Pool configured has expired or its password is no longer valid.

Review of Pool associated with the site

  • In the IIS, right click your service
  • Select Manage
  • Advanced Settings
  • In the section General option Applicaion Pool , where the name of Pool appears click to unfold the information and in the part that says Properties check that the version of Pool is the same as the version in which the service was published
  • Setting Pool

  • Click on the section Applications Pools
  • The list of Pools registered in the IIS will be displayed
  • Right click on Pool that was configured on the site
  • Select Advanced Settings
  • In the section General option .NET CLR Version adjusts the version of Pool to the version with which the website / service / api etc was published.
  • Section Process Model option Identity where the name of the identity appears click to adjust the options of the identity: Built-in account : will select an identity set by the operating system or the IIS, commonly you have selected ApplicationPoolIdentity Custom Account : will select an identity personalized by the user, in this case, it is preferable to select a user account that has administrator permissions to avoid conflicts in writing or reading files and folders
  • answered by 14.02.2017 в 06:09