Ooops, that's a bit of a blunder. Sorry about that. There are two default users:
dave dave@123
alex alex@123
You can always create some more by using the Website COnfiguration Tool (pick ASP.NET Configuration from the Website menu).
I've also just spotted an error in the View Orders page (ViewOrders.aspx), which (in my copy of the code) has an incorrect DataFormatString for the DeliveryCharge and TotalValue columns on the first grid. Simply change these from "{0:d}" to "{0:c}".
Dave
|