Bug Fixed
Date Resolved: February 29, 2024
This issue was resolved by removing the code " & vbCrLf from our processing page.
The vbCrLf = creates a new line. This was inserted between the <textarea>vbCrLf </textarea>
Causing a space to occur
Date Reported: February 28, 2024
Bug ID: 2
Bug Title: ASP.NET codes were being copied with a space on top

Bug Description: In the ASP.NET codes tabs, there would be a space at the top of the code window.
When copying the code and pasting it into your project page, without realizing the space at the top, you would get the 500 Server error when running the code.