-
Posted to
IIS 7 - Troubleshooting
by
goodwill1120
on
11-04-2007, 2:19 AM
As I am using monorail which use handler to redirect url to various controller functions, we used to implement default document to an non-exist url which would then redirect to the index method and let our own controller intercept such call. In IIS7 seems DefaultDocumentModule refuse to do such redirection if the document is missing. I tried ...
-
Posted to
IIS 7 - Troubleshooting
by
goodwill1120
on
11-03-2007, 6:48 AM
I am using monorail and trying IIS7 on vista today. The appcmd.exe auto config seems crap up the config file.
Original:
<monorail smtpHost="xxx">
<controllers>
<assembly>Gearbox.CMS.Web</assembly>
</controllers>
After:
<monorail smtpHost="xxx"> ...
-
Posted to
Performance
by
goodwill1120
on
10-11-2007, 1:50 AM
I am trying to plan for the hardware I need to purchase for hosting IIS websites. Is there any figures I could refer to in terms of:
1. How many websites/Worker Process I can host per a machine in a specifc configuration (e.g. 1GB RAM)
2. The response time on a particular load
I think if there is somebody did a benchmark for IIS 6 might help.