-
Posted to
IIS7 - Web Farms
by
gtreddy
on
08-13-2008, 4:12 AM
I found the problem and the solution. There is some date format mismatch in the <system.webserver> <cache> httpExpires element value. I changed the date format then resolved this issue.
Thanks for the help,
Regards,
Reddy.
-
Posted to
IIS7 - Web Farms
by
gtreddy
on
08-12-2008, 4:22 AM
Hi,
When i checked in the failed request tracing logs i found the following information.
1. Getting some problems in StaticFilemodule.
Site
1
Process
4928
Failure Reason
STATUS_CODE
Trigger Status
500.19
Final Status
500.19
Time Taken
16 msec
Url
http://localhost:80/new711/images/calculation.gif
App ...
-
Posted to
IIS7 - Web Farms
by
gtreddy
on
08-12-2008, 2:44 AM
Thanks for the quick response...
The following is the log message in the W3SVC1 log directory.
2008-08-12 06:38:54 ::1 GET /new711/images/infor-logo.GIF - 80 - ::1 Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+6.0;+SLCC1;+.NET+CLR+2.0.50727) 500 19 87 156 .
The MIME type settings are there as we have a gif/jpeg images ...
-
Posted to
IIS7 - Web Farms
by
gtreddy
on
08-12-2008, 12:31 AM
We deployed a web application to weblogic server and we are using IIS as proxy web server for forwarding request to the application server and loading images and help files.
When we upgraded to IIS 7.0, it is forwarding the request but the images are not loading.
Could you please help me out regarding ...