Saturday, August 11, 2018

Resolve web.config error on server

Resolve web.config error   on  server 

<?xml version="1.0"?>

<configuration>

<system.web>

    
<customErrors mode="Off"/>

<compilation debug="true" targetFramework="4.0"/>

</system.web>

</configuration>

No comments:

Post a Comment

Data Transfer Java Script using Local Storage

  Page 1: index.html <!DOCTYPE html> <html> <head> <title> Page 1 </title> </head> <body> ...