Hi,
We have a Web Server 2008 R2 hosting our public website. This is located in a DMZ. We created a SQL Server 2008 Express database inside the web server. We don't really care about data security for this database. All data are not proprietary. So people can hack it for all I care.
An ASP.NET web page needs to access the database over the Internet. I need for a dropdownlist in the web page to be populated with data from the database. But I can't get it to work. It works in Visual Studio running on the web server. Is there any other configuration I need to do to access the database since our production server resides in a DMZ?
Appreciate any help.
Marilyn Gambone