Base solution for your next web application
Open Closed

URGENT! Copy Databases for offline use #10986


User avatar
0
4Matrix created

ASP Net Core + Angular v11.01

I have a fully working setup running in azure, I have setup a seperate copy on a local IIS server for OFFLINE use at an exhibition we are at. I downloaded the azure databases and put them on local SQL and I can connect to them from SQL studio. It was working fine when we were in the office with internet but now we are here at the show, it has stopped working! It is throwing errors about CORS but I do not think this is the issue as it was working ok with the internet? It seems to connect to the HOST DB as it lets me select the tenant but once i press login, it has a 500 internall error which looks as if it is trying to connect to the azure database, not the local one? I have changed the settings files but is it trying to use the tenant connection strings that are saved in the Host DB, which are the azure ones so wont work? I cant seem to login as host either?

We are at the show now so any advice would be very much apreciated!


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @4Matrix

    I hope it is not late. You can check App_Data/Logs/Logs.txt file for error details. I assume a migration change is applied on your app but it is not reflected to your DB. Log file will show you the exact error message.

    Thanks,