Skip to content

Commit 38b5c3c

Browse files
committed
Enable debugging in visual studio if required.
1 parent d342e29 commit 38b5c3c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Web.config

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0"?>
2+
<configuration>
3+
<system.web>
4+
<compilation debug="true" targetFramework="4.0"/>
5+
</system.web>
6+
</configuration>

0 commit comments

Comments
 (0)