How to fix error 500-19 error code 0x80070032?

-1

I got server error when i push my project which is located in iis in server through git, but when i pull it to run it local it give me ,the physical path different and i have to set virtual path to avoid this conflation because it cannot read and find web.config . I use bellow code in web.config but it steal an error

<application path="/" applicationPool="DefaultAppPool">
  <virtualDirectory path="/" physicalPath="%SystemDrive%\inetpub\wwwroot" userName="Administrator" password="[enc:AesProvider:PrISRz2ggJH4bV46ktObfCSh91Y/yF9pAoLmH7eCnj0=:enc]" />
  </application>
asp.net
asp.net-mvc
iis
asp.net-mvc-5
web-config
asked on Stack Overflow Feb 27, 2019 by Amani

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0