
Merhaba,
customrrrors mode=”Off” ‘dan kaynaklı bir hata alıyorsanız,
<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>
web.config dosyasınıza ,
<configuration> <system.webServer> <httpErrors existingResponse="PassThrough"/> </system.webServer> <configuration>
ekleyerek sorunu çözebilirsiniz.
Oğuz ALTUNTAŞ © 2017