Deploy the web application that only works with my local database

Hi, I’m trying to deploy the application that only interacts with my local server (Microsoft SQL Server).
Is it possible to deploy the application that only interacts with my local server, or do I need to deploy the database on the cloud server?

Hi @JacobSES, thanks for posting! If you’re looking to create an app that interacts with data stored on your local machine, you would need to run the app locally (since an app deployed remotely wouldn’t have access to your local machine).

Hope this helps!

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.