Browse by Tags

All Tags » ASP.NET 2.0 » IIS (RSS)
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...
Posted by mikedopp | 1 comment(s)
Filed under: , ,
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...
Posted by mikedopp | 5 comment(s)
Filed under: , ,
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...
Posted by mikedopp | with no comments
Filed under: , ,
More Posts