From dae84a9660ed572dc150e548eb71ac38a0efbf6e Mon Sep 17 00:00:00 2001 From: Sjory Date: Thu, 5 Dec 2024 13:23:12 +0100 Subject: Updated to .Net v8.0 since there was almost no development made except a few test. i startet from scratch with .Net 8.0 and made a Blazor (Auot - Server/Web app) --- DrinksMachineWebsite/Pages/Error.cshtml | 42 --------------------------------- 1 file changed, 42 deletions(-) delete mode 100644 DrinksMachineWebsite/Pages/Error.cshtml (limited to 'DrinksMachineWebsite/Pages/Error.cshtml') diff --git a/DrinksMachineWebsite/Pages/Error.cshtml b/DrinksMachineWebsite/Pages/Error.cshtml deleted file mode 100644 index a628403..0000000 --- a/DrinksMachineWebsite/Pages/Error.cshtml +++ /dev/null @@ -1,42 +0,0 @@ -@page -@model DrinksMachineWebsite.Pages.ErrorModel - - - - - - - - Error - - - - - -
-
-

Error.

-

An error occurred while processing your request.

- - @if (Model.ShowRequestId) - { -

- Request ID: @Model.RequestId -

- } - -

Development Mode

-

- Swapping to the Development environment displays detailed information about the error that occurred. -

-

- The Development environment shouldn't be enabled for deployed applications. - It can result in displaying sensitive information from exceptions to end users. - For local debugging, enable the Development environment by setting the ASPNETCORE_ENVIRONMENT environment variable to Development - and restarting the app. -

-
-
- - - -- cgit v1.3.1