about this message ... debugging not enabled

0
0

when i create a new project and after  saved this project in any folder  , i faced an error when i wanna run my project

please i wanna fixed this error

 

 

  • You must to post comments
0
0

Hi Shady,

can you please check your web.config and add the following if it´s missing:

<configuration>
<system.web>
<compilation debug=”true” targetFramework=”4.6″>
</system.web>
</configuration>

Best regards
Frank

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.