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>
User contributions licensed under CC BY-SA 3.0