-
Posted to
IIS 7.5 - Application Warm-Up Module
by
thomad
on
10-27-2009, 1:16 PM
Sebahi,
We just discovered this issue. The problem is that the application warmup schema file has the read-only attribute set. This prevents the copying of the schema file during the restore and you get the error you are seeing. The IIS Powershell cmdlet Restore-WebConfiguration has the same problem.
By executing the command below you can fix ...
-
Posted to
IIS7 - General
by
thomad
on
10-23-2009, 1:44 PM
ckts,
Seems that I forgot to set the pathftproot and pathwwwroot locations in the script.I updated the script and you should be able to download the updated version from my blog (http://blogs.iis.net/thomad).
The installpath is not changed. It's just the content that can be moved off the system partition.
Hope this ...
-
Posted to
IIS 7.5 - Application Warm-Up Module
by
thomad
on
10-14-2009, 6:11 PM
Heavyweight web applications with long initialization are sometimes annoying for the first users hitting the site because the first users have to wait until the web application is property initialized. With the Application Warm-Up for IIS 7.5 feature you let IIS do the initialization before the first customer requests come in.
Go here to ...
-
Posted to
IIS7 - General
by
thomad
on
09-01-2009, 7:31 PM
Try this: http://www.iis.net/extensions/DynamicIPRestrictions
Hope this helps.
-
Posted to
Classic ASP
by
thomad
on
04-10-2009, 5:31 PM
I would expect it to go away after 20 minutes because the IIS Application Pool timeout is 20 minutes, i.e. after 20 minutes without a new request IIS will shut down the worker process.
You can increase the idle timeout of your Application Pool however.
Hope this helps.
-
Posted to
IIS7 - Classic ASP
by
thomad
on
04-10-2009, 5:28 PM
You don't say what functions or com objects you use to save the file. It might be that this happens in the user context SQL Server is running under and you don't have the right permissions. I would use PROCMON to go after this issue.
Hope this helps.
-
Posted to
IIS 7 - Troubleshooting
by
thomad
on
04-10-2009, 5:22 PM
The Microsoft Application Request Router is your friend:
http://www.iis.net/extensions/arr
ARR needs to decrypt SSL however and can forward it as HTTP only. If you want to forward encrypted SSL packages you probably have to use IP forwarding on the TCP level.
Hope this helps
-
Posted to
IIS 7 - ASP.NET Administration
by
thomad
on
04-10-2009, 5:18 PM
Looks like you didn't install ASP.NET. It's not installed by default.
-
Posted to
IIS7 - General
by
thomad
on
04-10-2009, 5:16 PM
I wrote a blog entry on this:
http://blogs.iis.net/thomad/archive/2008/01/25/ssl-certificates-on-sites-with-host-headers.aspx
Hope this helps
-
Posted to
IIS 7 - Troubleshooting
by
thomad
on
04-10-2009, 5:10 PM
Did you see this KB article:
http://support.microsoft.com/kb/942055
Hope this helps