I can't add the Applications.xml file, always get this error:
Error! The requested URL returned 500 - Internal Server Error
I do not have this with the v1 frontend, and the newer one is configured the same way per the documentation.
Comments: ** Comment from web user: brucekbari **
Error! The requested URL returned 500 - Internal Server Error
I do not have this with the v1 frontend, and the newer one is configured the same way per the documentation.
Comments: ** Comment from web user: brucekbari **
I know this software is no longer being updated, however, I was able to fix this by recreating the dbo.applications table. In my case, it was because the ApplicationID column was set to uniqueidentifier type (maybe from the existing v1.0 install). Recreating the table and using the type nvarchar(50) for ApplicationID got things working again.