December 2006 - Posts

Starter Site on a Non-standard Port
28 December 06 01:51 PM | jwasson | (Comments Off)   
If you install the starter site onto a port other than 80 you may need to do some code munging. On line 276 of App_Code\SiteContext.cs there is a line of code that looks like this: builder.Port = -1; // Removes the port setting from the site. This ensures Read More...
Filed under: ,
The Performance Guide is Here!
20 December 06 11:13 PM | rdonovan | 1 Comments   
A LOT have people have been asking about performance information on CS2007 for a long time. Well, the myriad of internal reviews and testing is over at long-last and the CS20007 Performance Guide has been released to the Web. Download it at: http://www.microsoft.com/downloads/details.aspx?FamilyId=E79691F0-BE0F-40A6-940C-5D3A679C5526&displaylang=en Read More...
Commerce Server handling of DateTime values and time zones
12 December 06 07:14 AM | davidme | (Comments Off)   
The different systems in Commerce Server take somewhat different approaches for how they store DateTime values. The desired convention is that DateTimes are stored in the database in Universal Time (UTC, or GMT if you prefer) and the API's surface and Read More...
Using Fiddler to capture SOAP messages between the CS2007 Web services and clients
03 December 06 02:52 AM | davidme | (Comments Off)   
I've found it really useful to utilize HTTP monitoring tools like Fiddler to monitor the traffic between the CS2007 Business User Apps and the Web services. Fiddler acts like an HTTP proxy server between the client and server, logging the traffic and Read More...
Page view tracker