diff --git a/Customers/LKWs.aspx b/Customers/LKWs.aspx index 2459a03..fdadf19 100644 --- a/Customers/LKWs.aspx +++ b/Customers/LKWs.aspx @@ -59,20 +59,24 @@
-
-
+ +
-
Kennzeichen:
+
Kennzeichen: + +
-
+
+
+ Please valid Truck license Plate! +
KFZ-KennzeichenNat.VerkKZ-AnVermerk - - -
+ +
@@ -92,27 +96,29 @@ SDL-NrBezeichnungGültig BisKarten-Nummer
- +
-
- +
+
-
-
-
Kennzeichen:
-
-
-
+
+
+
Kennzeichen: +
+
+
+
KFZ_KennzeichenNat.Verk.KZ-AnVermerke
+
@@ -130,6 +136,10 @@ SDL_NrBezeichnungGültig BisKarten-Nummer
+
+
+ Please valid Truck license Plate! +
diff --git a/Customers/LKWs.aspx.vb b/Customers/LKWs.aspx.vb index fd7d2a7..a987d72 100644 --- a/Customers/LKWs.aspx.vb +++ b/Customers/LKWs.aspx.vb @@ -9,6 +9,15 @@ Partial Class LKWS Dim list As Collections.Generic.List(Of VERAG_PROG_ALLGEMEIN.cSDL) = Nothing Protected Sub Page_Load(sender As Object, ByVal e As System.EventArgs) Handles Me.Load VERAG_VARIABLES.initerrorcount() + If HttpContext.Current.Request.ServerVariables("SERVER_NAME") = "localhost" Then + VERAG_PROG_ALLGEMEIN.cAllgemein.TESTSYSTEM = True + 'ConnectionString = "Server=DEVELOPER\DEVSQL;Database=VERAG_HOMEPAGE;Uid=sa;Pwd=BmWr501956" + + Else + VERAG_PROG_ALLGEMEIN.cAllgemein.TESTSYSTEM = False + + 'ConnectionString = "Server=db593295684.db.1and1.com;Database=db593295684;Uid=dbo593295684;Pwd=atilla#2;" + End If If Me.Page.User.Identity.IsAuthenticated Then Try Kdnrtext = Session.Item("CustomerID") diff --git a/VERAG_Homepage.sln b/VERAG_Homepage.sln index 9cb7a1a..65e050a 100644 --- a/VERAG_Homepage.sln +++ b/VERAG_Homepage.sln @@ -6,7 +6,7 @@ MinimumVisualStudioVersion = 10.0.40219.1 Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "VERAG_Homepage", "http://localhost:56551", "{11EF0CDA-BC19-40FB-91C4-25C81F3A27AC}" ProjectSection(WebsiteProperties) = preProject UseIISExpress = "true" - TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.7" + TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.7.1" ProjectReferences = "{a3b497bd-842c-4a2b-b398-ed1976849df1}|VERAG_PROG_ALLGEMEIN.dll;" Debug.AspNetCompiler.VirtualPath = "/localhost_56551" Debug.AspNetCompiler.PhysicalPath = "..\VERAG_Homepage\" diff --git a/Web.config b/Web.config index 26f8da5..16c060b 100644 --- a/Web.config +++ b/Web.config @@ -1,4 +1,4 @@ - + - + - - - - - - - - - - - - - + + + + + + + + + + + + + - - + + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - + - + - + @@ -115,72 +115,72 @@ - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - - + + + - + @@ -188,14 +188,14 @@ - + - - + + diff --git a/newpageJulius.aspx b/newpageJulius.aspx index 2748fa7..1359a42 100644 --- a/newpageJulius.aspx +++ b/newpageJulius.aspx @@ -6,7 +6,6 @@ <%@ import Namespace="MySql.Data.MySqlClient" %>