Any help? I deployed my app by deploy.zip file and got a blank page
Deploy
IIS
Debug
Hi @quangnhv,
This could happen when the href
attribute of the <base>
tag in the deploy\wwwroot\index.html
file has incorrect value. It should be /claims2/
. I tried a similar setup but everything seems fine.