We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3be390 commit 0fb24feCopy full SHA for 0fb24fe
.gitignore
@@ -1,12 +1,6 @@
1
/Web.config
2
/Debug
3
-/vwd.webinfo
4
.vscode
5
/.vs
6
/node_modules
7
-/Scripts
8
-/src/transpiled
9
-/Pages
10
-/Content
11
-/packages/MicrosoftAjax.4.0.20526.0
12
-/dist
+/Pages
vwd.webinfo
@@ -0,0 +1,11 @@
+<?xml version="1.0"?>
+<!--
+ Visual Studio global web project settings.
+-->
+<VisualWebDeveloper>
+ <iisExpressSettings
+ windowsAuthentication="disabled"
+ anonymousAuthentication="enabled"
+ useClassicPipelineMode="false"
+ sslPort="44336"/>
+</VisualWebDeveloper>
0 commit comments