From 73879918d4451aed6dcad040d58669214ffd75fc Mon Sep 17 00:00:00 2001 From: SteveSandersonMS Date: Wed, 22 Jun 2016 12:52:56 +0100 Subject: [PATCH] Add web.config to all templates (matching "yo aspnet" output) --- templates/Angular2Spa/web.config | 14 ++++++++++++++ templates/KnockoutSpa/web.config | 14 ++++++++++++++ templates/ReactReduxSpa/web.config | 14 ++++++++++++++ templates/ReactSpa/web.config | 14 ++++++++++++++ templates/WebApplicationBasic/web.config | 14 ++++++++++++++ 5 files changed, 70 insertions(+) create mode 100644 templates/Angular2Spa/web.config create mode 100644 templates/KnockoutSpa/web.config create mode 100644 templates/ReactReduxSpa/web.config create mode 100644 templates/ReactSpa/web.config create mode 100644 templates/WebApplicationBasic/web.config diff --git a/templates/Angular2Spa/web.config b/templates/Angular2Spa/web.config new file mode 100644 index 0000000..a8d6672 --- /dev/null +++ b/templates/Angular2Spa/web.config @@ -0,0 +1,14 @@ + + + + + + + + + + + + diff --git a/templates/KnockoutSpa/web.config b/templates/KnockoutSpa/web.config new file mode 100644 index 0000000..a8d6672 --- /dev/null +++ b/templates/KnockoutSpa/web.config @@ -0,0 +1,14 @@ + + + + + + + + + + + + diff --git a/templates/ReactReduxSpa/web.config b/templates/ReactReduxSpa/web.config new file mode 100644 index 0000000..a8d6672 --- /dev/null +++ b/templates/ReactReduxSpa/web.config @@ -0,0 +1,14 @@ + + + + + + + + + + + + diff --git a/templates/ReactSpa/web.config b/templates/ReactSpa/web.config new file mode 100644 index 0000000..a8d6672 --- /dev/null +++ b/templates/ReactSpa/web.config @@ -0,0 +1,14 @@ + + + + + + + + + + + + diff --git a/templates/WebApplicationBasic/web.config b/templates/WebApplicationBasic/web.config new file mode 100644 index 0000000..a8d6672 --- /dev/null +++ b/templates/WebApplicationBasic/web.config @@ -0,0 +1,14 @@ + + + + + + + + + + + +