Showing posts with label webserver. Show all posts
Showing posts with label webserver. Show all posts

Friday, March 23, 2012

Installing a SQL Server database on a Web Host

I will be installing a SQL Server 2000 database on a Web
Server. How do I secure the database so that only my Web
application can access it? I am concerned that someone
could access it over the internet, make a copy of it, or
corrupt it. The ASP.Net web application uses stored
procedures when talking to it.
ThanksHi Joe,
There are several factors to consider when protecting SQL Server. I think
a very good guide to securing SQL Server is found at this URL:
http://msdn.microsoft.com/library/d...-us/dnnetsec/ht
ml/ThreatCounter.asp. This URL references chapter 18 of a document titled
"Improving Web Application Security: Threats And Countermeasures".
This guide covers a lot of ground including account management for users
and services, physical protection of the data files and protection of the
server over the network.
You may want to begin your research with this guide.
Thank you.
Gary Whitley
This posting is provided "AS IS" with no warranties, and confers no rights.

Monday, March 19, 2012

Installation Question

We have a webserver running Frontpage. We have a second server running SQL
Server. I would like to install Reporting Services on the Web Server. Will
there be a problem with this? Will I need to install Visual Studio on the
Webserver first?
ThanksHolly, have you found out anything about this.
If not, consider this a bump.
Thanks,
ViperD
"HollyylloH" wrote:
> We have a webserver running Frontpage. We have a second server running SQL
> Server. I would like to install Reporting Services on the Web Server. Will
> there be a problem with this? Will I need to install Visual Studio on the
> Webserver first?
> Thanks|||I answered her. You do not need frontpage on the web server or VS. VS is
needed for designing reports, it is not needed on the server. Just ignore
the message about VS when installing the server. I do not have VS or
frontpage running on my servers.
Bruce Loehle-Conger
MVP SQL Server Reporting Services
"ViperD" <ViperD@.discussions.microsoft.com> wrote in message
news:22DE367C-EF2B-43D8-BA03-559A1E810D41@.microsoft.com...
> Holly, have you found out anything about this.
> If not, consider this a bump.
> Thanks,
> ViperD
> "HollyylloH" wrote:
>> We have a webserver running Frontpage. We have a second server running
>> SQL
>> Server. I would like to install Reporting Services on the Web Server.
>> Will
>> there be a problem with this? Will I need to install Visual Studio on the
>> Webserver first?
>> Thanks