This topic is locked

Any having issues after update to ASP .NET Enterprise 43741

9/5/2025 3:59:46 PM
ASPRunner.NET General questions
J
JCoffren author

I updated to the latest ASP .NET Enterprise maintenance release 43741 and after some work on my project I rebuilt my program.

After uploading to my VM I started experiencing weird behavior

the Logout and admin access links disappeared. When I go to the edit page on the user table the field imput masks are showing in the field that I know are populated with valid data.

i have tried saving and updating structures, along with create a new output folder and doing a fresh complete rebuild. Same issues.

Wondering if anyone else is having issues before I open a support ticket

ChatGPT 9/5/2025

It sounds like you're experiencing some issues after the update to ASPRunner.NET. Here are a few troubleshooting steps you can take to try and resolve the problems before opening a support ticket:

  1. Clear Browser Cache: Sometimes, cached files can cause issues after an update. Clear your browser cache or try accessing your application in an incognito/private browsing window.


  2. Check Permissions: Ensure that the permissions for your updated application on the VM are set correctly. Sometimes, after an update, certain files or folders may not retain the correct permissions.


  3. Review Configuration: Double-check your ASPRunner.NET configuration settings. Sometimes settings can be reset or changed during an update, leading to missing links or functionality.


  4. Look for Errors: Check the server logs and any error messages that might give you insight into what’s going wrong. This can help you identify if there are specific issues with the application.


  5. Recreate User Roles: If the admin access links are missing, there could be an issue with user roles or permissions. Try recreating the user roles or reassigning permissions to see if that resolves the issue.


  6. Rebuild Again: Since you've already tried rebuilding, ensure that all components are completely rebuilt and that there are no leftover files from previous builds that could be causing conflicts.


  7. Check Input Masks: If the input masks are displaying incorrectly on the edit page, verify that the data types and input masks are configured properly in the database and corresponding ASPRunner.NET settings.


  8. Consult Documentation/Forums: Before opening a support ticket, it might be helpful to check the ASPRunner.NET documentation or forums for similar issues. Other users may have encountered the same problems and can provide insights or solutions.



If none of these steps resolve the issues, it would be a good idea to gather relevant details (such as error messages, specific behaviors, and steps to reproduce the issues) and open a support ticket with ASPRunner.NET for further assistance.