September 2007 - Posts

24 September 2007
Taking Control Back from IIS
If you have ever tried to put a C# file on your web server, you know it does not work. Attached is a PPT on how to take back control from IIS. Read More...
03 September 2007
WCF performanceCounters
< system.serviceModel > < diagnostics performanceCounters = " All " /> </ system.serviceModel > At the command line run "perfmon". Right click on the graph and select "Add Counters ..." Select "ServiceModelService" on the "Performace object... Read More...
Filed under:
03 September 2007
Service attribute value in the ServiceHost directive could not be found
This message is often due to an IIS 7 config problem. If you are used to creating a virtual directory pointing to the folder where your service resides, that no longer works. Now, you need to use the "Create Application..." option instead. Read More...
Filed under: