Started 6 days, 13 hours ago (2009-12-30 21:37:06)
by steve schofield
open your
metabase.xml file and see if 8080 is stored there.
notepad %windir%\system32\inetsrv\metabase.xml and search for 8080. Don't save any changes or make a copy of the file, copy to another computer and then search if this makes you feel more comfortable. The change might not have gotten flushed to the metabase.
Started 1 week, 2 days ago (2009-12-27 22:41:25)
by don.raman
Hi,
This is strange. Just to clarify few things, since you are able to display the page in Firefox your
web server meaning IIS is working fine. So this is not a problem from IIS side. Maybe something to do with Internet Explorer. Which version of IE you are using? Also try using http://localhost:8080 in IE and see if it still errors out. This will help isolating the problem.
And the best...
Started 1 week, 2 days ago (2009-12-28 09:43:04)
by jeff@zina.com
mebikash: can it be possible in IIS 6 win2003
Yes.
mebikash: i have mapped public ip of both in same old ip and now i dont know how to do it.
Using a single IP you need to use Host Headers:
http://www.visualwin.com/host-header/ http://www.microsoft.com/technet/prodtechnol/Windo wsServer2003/Library/IIS/23c7155c-dde4-4a1c-95e5-0 9bc62b1f6c0.mspx?mfr=true
Jeff
Started 1 week ago (2009-12-30 06:30:00)
by Rovastar
Start with the IIS logs on the server. MAKe sure you have full logging enable for all feilds. Find the offending 404 message look if the path is correct and for any subcodes or win32error messages associated with it. If in doubt post the IIS logs here so we can have a look. If they get to the server and it gives a 404 message it will be recorded in the IIS logs. If they do not get to ...
Started 1 week ago (2009-12-29 21:05:12)
by qbernard
Permission related... please take a look at the default wwwroot folder permission and grant it accordingly to the
new path.
Started 5 days, 22 hours ago (2009-12-31 12:28:00)
by Darkwater23
Found it! Use these PHP headers: header("
Pragma: private"); header("Cache-Control: private, must-revalidate");
Started 4 days ago (2010-01-02 10:49:41)
by steve schofield
Here is a way to add custom extensions.
http://www.microsoft.com/technet/prodtechnol/Windo wsServer2003/Library/IIS/d52ff289-94d3-4085-bc4e-2 4eb4f312e0e.mspx?mfr=true
Started 1 week, 6 days ago (2009-12-23 21:46:11)
by qbernard
please post the complete error msgs... does the
web app user has permission over the remote share?
Started 1 week ago (2009-12-30 00:21:00)
by Leo Tang - MSFT
Hi,
I noticed the received headers:
HTTP/1.1 200 OK Proxy-Connection:
Keep-Alive Connection: Keep-Alive Transfer-Encoding: chunked Via: 1.1 APS-PRXY-07 Date: Wed, 30 Dec 2009 05:14:20 GMT Content-Type: text/html; charset=utf-8 Content-Encoding: gzip Server: Microsoft-IIS/6.0 X-Powered-By: ASP.NET X-Powered-By: PleskWin X-AspNet-Version: 2.0.50727 Cache-Control: private Vary: Accept-...