Jun 24, 2008
For those supporting a Classic ASP and ASP.NET application, you probably have noticed an increase in sql injection attempts. Microsoft has released an updated URLScan 3.0. Here is the link to download URlScan version 3 beta for 32 bit or 64 bit . You...
1 comments
Tags: IIS
Jun 23, 2008
The sql injection that has came up is affecting several ASP and ASP.NET applications. Although the only way to prevent an attack is validate the code, hopefully these posts will provide some direction. I included some links that discuss this more. http...
2 comments
Tags: IISsql injection
May 30, 2008
Exciting news for IIS 7.0 users. MS has released the much anticipated URL Rewrite module. Here is a post on it. http://learn.iis.net/page.aspx/460/using-url-rewrite-module/ Download the x86 CTP version for IIS 7.0: http://www.iis.net/downloads/default...
0 comments
Tags: IIS
May 24, 2008
I'm not sure if humans are supposed to remember command line syntax. For me, the most frustrating part is remembering the syntax of a certain command line option. To help me remember these for future use, and hopefully share with the community. I created...
0 comments
Tags: IIS
May 14, 2008
Whoo hoo! DFS replication is available on web edition. This will make shared config and local contention replication possible on web edition. This is a HUGE deal. http://blogs.technet.com/filecab/archive/2008/05/14/installing-dfs-replication-on-windows...
0 comments
Tags: IIS
May 03, 2008
I don't get a chance to write webpage code very often, but in my early days of doing samples, it was common to use an Access database. Access 2007 is the latest version available. The drivers weren't installed on my Windows Server 2008 server when I was...
0 comments
Tags: IISAccess2007
May 01, 2008
One of my favorite features in IIS 7.0 is shared configuration. It makes setting up and maintaining a web-farm a piece of cake. Here are some articles I found on the topic. Shared configuration http://learn.iis.net/page.aspx/264/shared-configuration/...
0 comments
Tags: IIS
Apr 06, 2008
Here are three links that discuss installing how-to install PERL on IIS 7.0. http://www.freenetbuilders.com/index.php?option=com_content&task=view&id=52&Itemid=54 http://forums.iis.net/t/1146580.aspx?PageIndex=1 http://forums.iis.net/t/1146580...
0 comments
Tags: IISperl
Mar 31, 2008
I'm attempting to write a plugin for the product I developed to handle IIS and related log files. http://www.iislogs.com Right now, the way you manage IISLogs is using a Winforms application or updating the config file directly. Microsoft has made it...
0 comments
Tags: IIS
Mar 26, 2008
The IIS team has been busy releasing all kinds of great stuff. Now that IIS 7 is production and extremely extensible, they have some new items available. Check them out. IIS 7 Admin pack technical preview #1 http://blogs.iis.net/rlucero/archive/2008/03...
0 comments
Tags: IIS
Mar 14, 2008
I had an interesting post @ forums.iis.net about adding the IIS_IUSRS group (replacement for IIS_WPG) to a SQL Server 2005 local server. If you try to add the group using MachineName\IIS_IUSRS it errors . If you put BUILTIN\IIS_IUSRS. That works. Here...
0 comments
Tags: IIS
Feb 27, 2008
Interested in IIS 7.0? Check out www.iis.net and it's new section. I hang out in the forums, so if you have IIS and related questions, post at http://forums.iis.net...( read more ) Read More...
0 comments
Tags: IIS
Jan 23, 2008
I'm not one for just cross linking to any article. This article is one of those cases! For those who are responsible for maintaining IIS servers. Probably one of the most needed tools is keeping settings, content and configuration in sync across multiple...
0 comments
Tags: IIS
Jan 23, 2008
As more IIS 6 administrators migrate to IIS 7.0, they'll ask the question, Where is the script to list my application pool and name of the site? IISApp is no more, just type %windir%\system32\inetsrv\appcmd.exe list wp Here is sample output. WP "6488...
0 comments
Tags: IIS
Jan 06, 2008
Even though a lot of my blog postings are related to IIS 7.0, there is a LOT of existing information worth watching to strengthen your IIS 6.0 skills. There is between 70 and 80 webcasts on a wide variety of topics. Thanks to my Zune, I'm slowly going...
0 comments
Tags: IIS