Skip to content

Commit 0fb24fe

Browse files
add vwd.webinfo
1 parent c3be390 commit 0fb24fe

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

.gitignore

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
/Web.config
22
/Debug
3-
/vwd.webinfo
43
.vscode
54
/.vs
65
/node_modules
7-
/Scripts
8-
/src/transpiled
9-
/Pages
10-
/Content
11-
/packages/MicrosoftAjax.4.0.20526.0
12-
/dist
6+
/Pages

vwd.webinfo

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0"?>
2+
<!--
3+
Visual Studio global web project settings.
4+
-->
5+
<VisualWebDeveloper>
6+
<iisExpressSettings
7+
windowsAuthentication="disabled"
8+
anonymousAuthentication="enabled"
9+
useClassicPipelineMode="false"
10+
sslPort="44336"/>
11+
</VisualWebDeveloper>

0 commit comments

Comments
 (0)