Hello, I've been developing some small data driven applications for my company.
Basically, I have a SQL Server, and build local applications, deployed to a network share (click once) that run locally and access data by using sqlclient.
Today some guys from the IT department said that, for security purposes, direct access to databases are meant to cease. So I'd better think of a solution involving an intermediate front-end server (the only to have have conectivity to the SQLServer).
I was thinking...
Is it possible for my applications to be executed remotelly (in this front-end server)?
Is it possible for my applications to run locally, but accessing data through the front-end server, somehow?
What's the best approach?
Thanks,
JaVo
Basically, I have a SQL Server, and build local applications, deployed to a network share (click once) that run locally and access data by using sqlclient.
Today some guys from the IT department said that, for security purposes, direct access to databases are meant to cease. So I'd better think of a solution involving an intermediate front-end server (the only to have have conectivity to the SQLServer).
I was thinking...
Is it possible for my applications to be executed remotelly (in this front-end server)?
Is it possible for my applications to run locally, but accessing data through the front-end server, somehow?
What's the best approach?
Thanks,
JaVo