If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > ASP and SQL Server

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-04-03, 09:55
mellamarthy mellamarthy is offline
Registered User
 
Join Date: Dec 2002
Posts: 12
ASP and SQL Server

Hi Group,

I have my IIS webserver outside the fire wall and my SQL Server is behind the firewall . Can IIS Still access the SQL Server for ASP pages, is it for this situation do i need to open the port no 1433 in the firewall for SQL Server, if so is there any security threat?
Thank You for your Time
Krishna
Reply With Quote
  #2 (permalink)  
Old 02-04-03, 12:51
pjames pjames is offline
Registered User
 
Join Date: Jan 2003
Posts: 23
Re: ASP and SQL Server

Yes, you will have to open a port however it does not need to be 1433 You can change the port in the database properties in enterprise manager. There is always a security risk with anything involving the net. You will just have to try and minimize the threat by setting allowed IP address and things of that nature. If you do change the default port you will have to change the connection strings on your pages.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On