You are misunderstanding how Sharepoint works. Sharepoint puts an ISAPI filter into IIS. The ISAPI filter intercepts requests that come into IIS, and routes them into a Sharepoint event pipeline. Sharepoint compares the request's details with its own configuration database of sites that it knows about, and returns an appropriate response. IIS isn't involved in the process anymore.
SO This is why you need to sync configuration changes with both IIS (so that IIS knows what to tell http.sys to listen on) and also in the Sharepoint admin console (so that Sharepoint can update its configuration database about what it should be doing) I'm not saying this is your issue BUT it's what Michael is trying to tell you, and is generally what you need to do when working with SPS, WSS, MOSS etc. Cheers Ken From: Greg Mulholland [mailto:[EMAIL PROTECTED] Sent: Wednesday, 23 January 2008 7:45 AM To: NT System Admin Issues Subject: RE: IIS 6 Issue Yeah but if the settings in iis are the same as what I originally set when I built the site then why wouldn't it work! From: Michael B. Smith [mailto:[EMAIL PROTECTED] Sent: Wednesday, 23 January 2008 7:40 AM To: NT System Admin Issues Subject: RE: IIS 6 Issue In the site config, in sharepoint, you define the IP addresses and port a sharepoint site uses.... Regards, Michael B. Smith MCSE/Exchange MVP http://TheEssentialExchange.com From: Greg Mulholland [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 22, 2008 3:35 PM To: NT System Admin Issues Subject: RE: IIS 6 Issue Michael I made it from iis, what change are you referring to in sharepoint From: Michael B. Smith [mailto:[EMAIL PROTECTED] Sent: Wednesday, 23 January 2008 7:25 AM To: NT System Admin Issues Subject: RE: IIS 6 Issue Did the OP make the change from the Sharepoint console or from the IIS. It MUST be made from the Sharepoint console. Regards, Michael B. Smith MCSE/Exchange MVP http://TheEssentialExchange.com From: Andy Shook [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 22, 2008 3:18 PM To: NT System Admin Issues Subject: RE: IIS 6 Issue Stupid question...after you made the change on the second site, do you perform an iisreset from the command prompt? Shook http://www.linkedin.com/in/andyshook ________________________________ From: Greg Mulholland [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 22, 2008 3:10 PM To: NT System Admin Issues Subject: IIS 6 Issue Currently dealing with an issue I need some brains on.. I had a sharepoint portal running on an iis server (win2k3 sp2) with a number of other sites. I have two portals running on port 80 bound to separate ips on the one nic. Each site has a host header for the fqdn. I changed the IP address on the second yesterday from 'all unassigned" to the specific IP and now for some stupid reason it just wont load. I have tried all manner of things, removing host headers from both sites, setting the 'all unassigned' on each site. DNS has been pointing the name to the right records and ping and all other things work ok. The 1st site works a treat but the 2nd one jus wont work, even if I change it to port 83 or something. The error message I get when I try to load the page is Page cannot be displayed.. cannot find server or DNS error. Anyone got any thoughts? Thanks Greg ~ Upgrade to Next Generation Antispam/Antivirus with Ninja! ~ ~ <http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm> ~
