Kalyani Shevale

Kalyani Shevale

  • NA
  • 3.2k
  • 658.8k

Excel File Downloading From Server this time error Occurred

Oct 9 2018 8:00 AM
To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".
 
this issue in the local machine not occurred but in the server, this issue occurred.
plz, help me. 
  1. <!-- Web.Config Configuration File -->  
  2.   
  3. <configuration>  
  4.     <system.web>  
  5.         <customErrors mode="Off"/>  
  6.     </system.web>  
  7. </configuration>  
  1. <!-- Web.Config Configuration File -->  
  2.   
  3. <configuration>  
  4.     <system.web>  
  5.         <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>  
  6.     </system.web>  
  7. </configuration>  
 

Answers (1)