Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

IIS and sql server on same server 1

Status
Not open for further replies.

Rousseau10

Programmer
Feb 22, 2005
242
US
would this slow sql server down too much to also run IIS on same server? what if the website uses sql server, can the sql server be on another machine apart from the IIS?

thanks in advance

newbee
 
You can run IIS and SQL Server on the same machine, yes. However, for larger sites, and if you have the available resources, it is generally advisable to run a dedicated database server and a separate web server.

--James
 
HI,
using IIS and SQL Server on a same machine can easeup administration considerably also, configuring IIS COM+ applications that accesses named instance of sqlserver is relatively easy and effective.

B.R,
miq
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top