What is the secure way to share data between Intranet and Extranet?

  • Thread starter Thread starter asdf
  • Start date Start date
A

asdf

Hi,

I have the scenario where I have one database and need to allow to see the
information accessible from Intranet and (future)Extranet. I wonder what is
the most feasible and secure way of doing it without buying second license
for MS SQL and duplicating data. So far I am leaning towards Web Services
but we have ideas for MySQL, XML and using FTP to transfer the data in
files. Which way is the most secure and feasible or is there something else.


Any help is greatly appreciated,
Tom
 
If you're only looking at a subset of data, then you can also consider
MSDE/SQL Server Express as an option. Granted, if you have a very active
website, you might run into issues with available connections, but it is a
free solution immediately compatible with your back-end database.

Overall, however, I would lean toward web services.
 
Back
Top