June 2006 - Posts

1
Comments

Using the 'forfiles.exe' to manage log files by steve schofield

Here is a good tip I received in the IIS newgroups managing log files. Thanks 'Tomek' for passing this along. 1) Create - BAT-File (in the same Path like forfiles.exe) 2) forfiles.exe - syntax forfiles - pC:\path\to\log-files - s -m*.* -d-60 -c"cmd /C...
Filed under:
0
Comments

My new *position* - GLUGnet Membership Director by steve schofield

I attended a .NET user group in my area (GLUGnet) - http://www.glugnet.org and wanted to get involved. I accepted the GLUGnet Membership Director position. This is a volunteer position. Hopefully, I can do a good job making the user group better! I received...
0
Comments

Joe Stagner presenting at our July 20th (GLUGnet) user group meeting. by steve schofield

Mark your calender, here is information about our next user group meeting! The evolution of the Web Application User Experience with Microsoft Atlas - Web 2.0 & AJAX are the buzzwords of the next generation of web development. This session will provide...
Filed under: ,
1
Comments

Local .NET user groups - attend one! by steve schofield

I attended two local user groups this week. West Michigan .NET user group ( http://www.grdotnet.org ) and GLUG - Greater Lansing user group ( http://www.glugnet.org/ ). It has been a while since I attended a user group meeting but this is a real jewel...
Filed under:
0
Comments

MVP switch to IIS (Internet Information Server) by steve schofield

I switched to a Windows Server - IIS MVP. http://mvp.support.microsoft.com/communities/mvp.aspx?product=1&competency=Windows+Server+-+IIS&page=1 IIS7 here we come!
Filed under:
0
Comments

Show friendly display name in the "FROM" and "TO" fields using CDOSYS by steve schofield

I was trying to find an example that would display a "Friendly name" vs. an "email address" when generating emails using CDOSYS. Here is the code to do this. Set imsg = Createobject("cdo.message") With iMsg .To = "John Monday <firstname@changethistoyouremail...
Filed under:
0
Comments

Developing a Module using .NET / IIS7 - updated example by steve schofield

This is a good article, example code how to protect your files using BASIC authentication in IIS7. This articles shows how to protect asp, html, aspx files. The code has been updated. http://www.iis.net/default.aspx?tabid=2&subtabid=25&i=942 Enjoy...
Filed under: ,
0
Comments

Setup webcast for IIS7 by steve schofield

This is a good webcast on IIS7 regarding setups. This webcast is about 40 minutes and does a good job showing the process. Hopefully in a few days I can pass along my WMI experiences using these new tools and features. Enjoy! http://www.iis.net/default...
Filed under: ,
5
Comments

WMI - start a process on remote machine and passing custom credentials. by steve schofield

I use System.Management in .NET 2.0 to connect, pass custom credentials to a remote machine and query with WMI frequently. This is straight forward and there are many examples showing the syntax how to do this. However, while working with remote IIS7...
Filed under: ,
0
Comments

IIS 7 tutorials for IT pro and developers by steve schofield

I've been running Vista / Longhorn this past week. My focus has turned to IIS7 internals, I found 14 examples that are worth going through. http://www.iis.net/default.aspx?tabid=2&subtabid=21&q=%&category=16&Version=7.0
Filed under: ,
More Posts