|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
What is the secure way to share data between Intranet and Extranet?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. -- Show quoteChristopher A. Reed "The oxen are slow, but the earth is patient." "asdf" <a***@asdf.com> wrote in message news:67FIf.28671$T35.464963@news20.bellglobal.com... > 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 |
|||||||||||||||||||||||