December 2008 - Posts

0
Comments

Sharepoint user group in Grand Rapids MI by steve schofield

The new position I recently took has me learning more WSS and MOSS. As with other products, I've found the best information comes from the community. If you have more information on MOSS / WSS in the Michigan area, feel free to contact me at steve AT...
Filed under:
0
Comments

How to setup and use FTP User Isolation with Active Directory by steve schofield

This post is targeted at helping IIS Administrators understand how to setup FTP User Isolation and Active Directory together. There has been forum posts @ http://forums.iis.net regarding user isolation and Active Directory. It is pretty straight forward...
Filed under: ,
0
Comments

UNC based posted for my UNC tag. by steve schofield

I have a tag that has good threads on UNC based content. Here is another one for my own reference. http://forums.iis.net/t/1153949.aspx
Filed under:
0
Comments

New site theme on www.iislogs.com, lessons learned from deployment. by steve schofield

For several years, I try to do something 'geeky' during the holidays. This year I wanted to update the theme (and a few other things) on www.iislogs.com . It took a couple months off / on working through tweaks. I was able to get the new site implemented...
Filed under: ,
0
Comments

Use AppCMD to change Request Filtering extensions by steve schofield

Go to Inetmgr > ServerName > Request Filtering > Filename extensions. You can see all blocked extensions. Open a command prompt and type 'To allow c:\windows\system32\inetsrv\appcmd set config /section:system.webServer/security/requestFiltering...
Filed under: ,
3
Comments

Use Appcmd to set IIS compression level by steve schofield

Here are a few commands to set properties on IIS compression. 'This was run from cmd.exe c:\windows\system32\inetsrv\appcmd set config -section:urlCompression /doDynamicCompression:true c:\windows\system32\inetsrv\appcmd set config -section:system.webServer...
Filed under: , ,
0
Comments

Logging levels in Sharepoint and STSADM by steve schofield

While I was working on the last post. I wondered how to set the logging via command line back to the defaults. Here is an article I found on how to do logging via of stsadm - http://technet.microsoft.com/en-us/library/cc288075.aspx 'This gives you the...
Filed under:
0
Comments

www.example.com/Pages/Default.aspx gives me a 404 on Sharepoint....How to use logging to find the error. by steve schofield

I was trying to bring up a new Sharepoint site, when I tried to browse the site ( www.example.com/Pages/Default.aspx ), Sharepoint gave me a generic 'file not found' error. The message wasn't real helpful. Step 1 - I set the two values in the web.config...
Filed under:
0
Comments

Custom Errors (error pages), 500-100.asp, Classic ASP and IIS 7.0 by steve schofield

Custom Errors on IIS 7.0 and Classic ASP. In previous versions of IIS, there was a built-in error page called 500-100.asp. In IIS 7.0, this custom error page is not automatically listed. Here is a quick demo how I setup a couple ways to capture errors...
Filed under: , ,
1
Comments

Using Active Directory with IIS 7.0 webfarms by steve schofield

This post is targeted at helping IIS Administrators understand how Active Directory can be used by IIS web-farms. My goal is to help anyone looking to deploy IIS (in a web-farm scenerio) and use Active Directory as a authentication store. There are several...
More Posts Next page »