Upload Antwortgröße wurde auf 15MB festegelgt. Keine Besserung bei HTTP500 Error-Code

This commit is contained in:
ja
2022-01-03 15:13:05 +01:00
parent 65738d3b42
commit 33b44e9d2e
3 changed files with 13 additions and 7 deletions

View File

@@ -399,7 +399,7 @@ Partial Class LKWS
End Sub
<WebMethod>
<ScriptMethod(ResponseFormat:=ResponseFormat.Json, UseHttpGet:=False, XmlSerializeString:=False)>
<ScriptMethod(ResponseFormat:=ResponseFormat.Json)>
Public Shared Sub filltable2(Kennzeichen As String)
Dim tbl As Table = New Table
Dim list2 As List(Of VERAG_PROG_ALLGEMEIN.cSDL) = VERAG_PROG_ALLGEMEIN.cSDL.GET_LIST_WEB_LKW(401940, Kennzeichen)
@@ -423,8 +423,9 @@ Partial Class LKWS
Next
End Sub
<WebMethod>
<ScriptMethod(ResponseFormat:=ResponseFormat.Json, UseHttpGet:=False, XmlSerializeString:=False)>
<ScriptMethod(ResponseFormat:=ResponseFormat.Json)>
Public Shared Sub filltable_M(Kennzeichen As String)
Dim list2 As List(Of VERAG_PROG_ALLGEMEIN.cSDL) = VERAG_PROG_ALLGEMEIN.cSDL.GET_LIST_WEB_LKW(401940, Kennzeichen)
Dim Tbl As New Table
For Each l2 In list2