diff --git a/README.md b/README.md
index 9266a017a..905d8858e 100644
--- a/README.md
+++ b/README.md
@@ -413,3 +413,10 @@ Für die lokale Entwicklung bitte folgende Tools manuell installieren:
| Node.js | 20.12.1 | [nodejs](https://littwinsystemtechnik.sharepoint.com/:f:/r/sites/LittwinSystemtechnik/Freigegebene%20Dokumente/Projekte/Masterkarte%20V2%20setup%20files?csf=1&web=1&e=Sm1wwt) |
| Chrome | optional | [Chrome](https://littwinsystemtechnik.sharepoint.com/:f:/r/sites/LittwinSystemtechnik/Freigegebene%20Dokumente/Projekte/Masterkarte%20V2%20setup%20files?csf=1&web=1&e=Sm1wwt) |
| NSSM.exe | 2.24 | [nssm](https://littwinsystemtechnik.sharepoint.com/:f:/r/sites/LittwinSystemtechnik/Freigegebene%20Dokumente/Projekte/Masterkarte%20V2%20setup%20files?csf=1&web=1&e=Sm1wwt) |
+
+> Hinweis: Die Datei `MapTypC.aspx` in TALAS lädt NodeMap als iFrame über Port 3000.
+> Wenn die Seite nicht angezeigt wird, bitte sicherstellen:
+>
+> - Port 3000 ist in der Firewall freigegeben
+> - Die IP im Scriptteil von `MapTypC.aspx` ist aktuell (z. B. `10.10.0.13`)
+> - `npm start` läuft oder der Windows-Dienst `NodeMapService` ist aktiv
diff --git a/config/appVersion.js b/config/appVersion.js
index dbd00dc26..d75f1468e 100644
--- a/config/appVersion.js
+++ b/config/appVersion.js
@@ -1,2 +1,2 @@
// /config/appVersion
-export const APP_VERSION = "1.1.106";
+export const APP_VERSION = "1.1.107";
diff --git a/docs/10.10.0.13 config.txt b/docs/10.10.0.13 config.txt
deleted file mode 100644
index 6b1a5f85e..000000000
--- a/docs/10.10.0.13 config.txt
+++ /dev/null
@@ -1,34 +0,0 @@
-Port 3000 Freigabe ?
-
-node -v v20.12.1
-----------------------
-Start-Dev.ps1
- cd 'C:\inetpub\wwwroot\talas5\nodeMap'
- npm run dev
--------------
-
-.env.local
- DB_HOST=localhost
-
---------------
-in /config/config.js
- 10 und 484 entfernen
-
--------------------
-MapComponent.js
- URL von onlineTileLayer und offlineTileLayer URL eingeben und Port 3000
- "http://localhost:3000/mapTiles/{z}/{x}/{y}.png";
-
- baseurl
- const baseUrl = "http://localhost/talas5/devices/";
- serverURL
- const serverURL = "http://localhost";
-
-------------------
-In C:\inetpub\wwwroot\talas5\MessagesMap\MapTypC.aspx
- "http://localhost:3000?m=" + encodeURIComponent(mValue) + "&u=" + encodeURIComponent(uValue);
-
---------------------
-In pages/api/[...path].js
- target: "http://localhost",
-
diff --git a/docs/MapTypC.aspx.txt b/docs/MapTypC.aspx.txt
deleted file mode 100644
index 2fe1ad5a2..000000000
--- a/docs/MapTypC.aspx.txt
+++ /dev/null
@@ -1,47 +0,0 @@
-<%@ Page Title="" Language="C#" MasterPageFile="~/Standard.Master" AutoEventWireup="true" CodeBehind="MapTypC.aspx.cs" Inherits="TALAS_V5.MessagesMap.MapTypC" %>
-<%@ Register assembly="DevExpress.Web.v19.2, Version=19.2.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" namespace="DevExpress.Web" tagprefix="dx" %>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file