diff --git a/.gitignore b/.gitignore
index 7b84698..ce2c8f9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,4 +10,5 @@
/MyWebsite/.config
/MyWebsite/MyWebsite/Properties/PublishProfiles
-/MyWebsite/MyWebsite/.config
\ No newline at end of file
+/MyWebsite/MyWebsite/.config
+/MyWebsite/MyWebsite/logs
diff --git a/MyWebsite/MyWebsite/Properties/launchSettings.json b/MyWebsite/MyWebsite/Properties/launchSettings.json
index 3ad7c0a..6d9e267 100644
--- a/MyWebsite/MyWebsite/Properties/launchSettings.json
+++ b/MyWebsite/MyWebsite/Properties/launchSettings.json
@@ -1,27 +1,21 @@
-{
- "iisSettings": {
- "windowsAuthentication": false,
- "anonymousAuthentication": true,
- "iisExpress": {
- "applicationUrl": "http://localhost:55171",
- "sslPort": 44386
- }
- },
- "profiles": {
- "IIS Express": {
- "commandName": "IISExpress",
- "launchBrowser": true,
- "environmentVariables": {
- "ASPNETCORE_ENVIRONMENT": "Development"
- }
- },
- "MyWebsite": {
- "commandName": "Project",
- "launchBrowser": true,
- "applicationUrl": "https://localhost:5001;http://localhost:5000",
- "environmentVariables": {
- "ASPNETCORE_ENVIRONMENT": "Development"
- }
- }
- }
-}
+{
+ "iisSettings": {
+ "windowsAuthentication": false,
+ "anonymousAuthentication": true,
+ "iisExpress": {
+ "applicationUrl": "http://localhost:55171",
+ "sslPort": 44386
+ }
+ },
+ "profiles": {
+ "IIS Express": {
+ "commandName": "IISExpress",
+ "launchBrowser": true,
+ "environmentVariables": {
+ "ASPNETCORE_ENVIRONMENT": "Development"
+ },
+ "ancmHostingModel": "OutOfProcess",
+ "use64Bit": true
+ }
+ }
+}
\ No newline at end of file
diff --git a/MyWebsite/MyWebsite/web.Release.config b/MyWebsite/MyWebsite/web.Release.config
new file mode 100644
index 0000000..0d53adf
--- /dev/null
+++ b/MyWebsite/MyWebsite/web.Release.config
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/MyWebsite/MyWebsite/web.config b/MyWebsite/MyWebsite/web.config
index 087d14b..c6e201a 100644
--- a/MyWebsite/MyWebsite/web.config
+++ b/MyWebsite/MyWebsite/web.config
@@ -33,12 +33,6 @@
-
-
-
-
-
-