Hi Readers,
You need to replace your http error tag in web.config file with the following line
<httpErrors errorMode="Detailed" existingResponse="PassThrough">
This line will help IIS to throw the error on browser instead of showing custom page.
You need to replace your http error tag in web.config file with the following line
<httpErrors errorMode="Detailed" existingResponse="PassThrough">
This line will help IIS to throw the error on browser instead of showing custom page.
No comments:
Post a Comment