Browse by Tags
All Tags »
IIS »
ASP.NET 2.0 (
RSS)
As you all know I have been working hard writing, eating and bleeding commerce server 2007 for the past year. One thing I could never get past was why I could not do a site cache refresh from the tools provided with commerce server 2007 . The tools that...
I know, I know, Everyone and their dog has one of these (Blog posts about IIS SMTP Setup). So of course I couldn't leave my fifi (my dog (virtual of course(made up for the story))) out. I have been messing around with email alerts from all my ASP.NET...
If you don't know by now you can reset your web applications and or web sites with a simple change to the web.config. For example you can FTP(if remote or hosted) to your server and edit the web.config by adding a space or removing a space. Basically...
When your ASP.net App has been deployed make sure you turn off debugging. Flip the bit from: <compilation debug="true"> to: <compilation debug="false"> A little speed and performance enhancement. Enjoy! Technorati Tags...
More Posts