diff --git a/Apps/BlockPageWebServerApp/App.cs b/Apps/BlockPageApp/App.cs
similarity index 99%
rename from Apps/BlockPageWebServerApp/App.cs
rename to Apps/BlockPageApp/App.cs
index 71adea08..2029cc36 100644
--- a/Apps/BlockPageWebServerApp/App.cs
+++ b/Apps/BlockPageApp/App.cs
@@ -33,7 +33,7 @@ using TechnitiumLibrary.IO;
using TechnitiumLibrary.Net;
using TechnitiumLibrary.Net.Http;
-namespace BlockPageWebServer
+namespace BlockPage
{
public class App : IDnsApplication
{
diff --git a/Apps/BlockPageWebServerApp/BlockPageWebServerApp.csproj b/Apps/BlockPageApp/BlockPageApp.csproj
similarity index 93%
rename from Apps/BlockPageWebServerApp/BlockPageWebServerApp.csproj
rename to Apps/BlockPageApp/BlockPageApp.csproj
index c120f783..55da733c 100644
--- a/Apps/BlockPageWebServerApp/BlockPageWebServerApp.csproj
+++ b/Apps/BlockPageApp/BlockPageApp.csproj
@@ -7,8 +7,8 @@
Technitium
Technitium DNS Server
Shreyas Zare
- BlockPageWebServerApp
- BlockPageWebServer
+ BlockPageApp
+ BlockPage
https://technitium.com/dns/
https://github.com/TechnitiumSoftware/DnsServer
false
diff --git a/Apps/BlockPageWebServerApp/dnsApp.config b/Apps/BlockPageApp/dnsApp.config
similarity index 100%
rename from Apps/BlockPageWebServerApp/dnsApp.config
rename to Apps/BlockPageApp/dnsApp.config
diff --git a/Apps/BlockPageWebServerApp/wwwroot/index.html b/Apps/BlockPageApp/wwwroot/index.html
similarity index 100%
rename from Apps/BlockPageWebServerApp/wwwroot/index.html
rename to Apps/BlockPageApp/wwwroot/index.html