diff --git a/.gitignore b/.gitignore index 3739f33..bdb9321 100644 --- a/.gitignore +++ b/.gitignore @@ -5058,9 +5058,6 @@ HJGL/FineUIPro.Web/upload/637097717856064796_636887567480987166_1.jpg HJGL/FineUIPro.Web/upload/index.aspx HJGL/FineUIPro.Web/upload/index.aspx.cs HJGL/FineUIPro.Web/upload/index.aspx.designer.cs -HJGL/FineUIPro.Web/Web.config -HJGL/FineUIPro.Web/Web.Debug.config -HJGL/FineUIPro.Web/Web.Release.config HJGL/Model/bin/Debug/Model.dll HJGL/Model/bin/Debug/Model.pdb HJGL/Model/bin/Debug/Newtonsoft.Json.dll diff --git a/HJGL/.vs/HJGL/v15/.suo b/HJGL/.vs/HJGL/v15/.suo index 439ca31..2f3af4f 100644 Binary files a/HJGL/.vs/HJGL/v15/.suo and b/HJGL/.vs/HJGL/v15/.suo differ diff --git a/HJGL/.vs/HJGL/v15/Server/sqlite3/storage.ide-shm b/HJGL/.vs/HJGL/v15/Server/sqlite3/storage.ide-shm index 2a973dc..f51994f 100644 Binary files a/HJGL/.vs/HJGL/v15/Server/sqlite3/storage.ide-shm and b/HJGL/.vs/HJGL/v15/Server/sqlite3/storage.ide-shm differ diff --git a/HJGL/FineUIPro.Web/Web.Debug.config b/HJGL/FineUIPro.Web/Web.Debug.config new file mode 100644 index 0000000..9e12e91 --- /dev/null +++ b/HJGL/FineUIPro.Web/Web.Debug.config @@ -0,0 +1,30 @@ + + + + + + + + + + \ No newline at end of file diff --git a/HJGL/FineUIPro.Web/Web.Release.config b/HJGL/FineUIPro.Web/Web.Release.config new file mode 100644 index 0000000..0808436 --- /dev/null +++ b/HJGL/FineUIPro.Web/Web.Release.config @@ -0,0 +1,31 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/HJGL/FineUIPro.Web/Web.config b/HJGL/FineUIPro.Web/Web.config new file mode 100644 index 0000000..3a34d99 --- /dev/null +++ b/HJGL/FineUIPro.Web/Web.config @@ -0,0 +1,139 @@ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file