B
Big Charles
Hi,
We have developed an ASP.NET web application and are planning to host
it in an external Server, which provides us a good bandwidht. We need
to put he web application outside because the bandwidtht that we have
in our local office won't be enough for the number of users that access
to our web app.
But for backup issues, the database server will be in our local office.
Is it possible to connect a web application hosted in an external
server with our database server in our local office?
Will performance decrease?
Is it enough to change in the web.config the conecction string?
<appSettings>
<add key="ConnectionString"
value="server=Server_At_Local_Office;database=An_Oracle_DataBase;user=My_User_01;password=secret;"
/>
</appSettings>
We have developed an ASP.NET web application and are planning to host
it in an external Server, which provides us a good bandwidht. We need
to put he web application outside because the bandwidtht that we have
in our local office won't be enough for the number of users that access
to our web app.
But for backup issues, the database server will be in our local office.
Is it possible to connect a web application hosted in an external
server with our database server in our local office?
Will performance decrease?
Is it enough to change in the web.config the conecction string?
<appSettings>
<add key="ConnectionString"
value="server=Server_At_Local_Office;database=An_Oracle_DataBase;user=My_User_01;password=secret;"
/>
</appSettings>