Browse by Tags
All Tags »
IIS (
RSS)
SSL Host Headers? Does it really exist? Yes however somewhat tricky. You need to have a Wildcard or *.domain.com SSL certificate. Your domains need to be all sub-domains of the wild card domain You just can’t do it using the IIS inetmgr user interface...
Being a System Administrator as well as a Web Developer I run into issues with the Mail protocol SMTP. Things hang or people want their email better formatted. Or simply test out you spam messages you are going to blast before you well blast them. Of...
I have been coding using Microsoft technologies for a long while. Recently I was given the chance to do a little bit of web mastering. Due to my system admin background I was most definitely game for this. Learning IIS 6.0 was not a huge leap as I had...
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...
Recently I ran into a SSL cert issue. I run a small e-commerce site and was doing some testing on it. Got to the buy now feature (when the site switches from non- SSL to SSL or http to https) I received a your SSL cert has expired. What? No I remember...
Very Easy little command line to remote into an IIS machine. Using any windows box. runas /noprofile /netonly /user:<Username>@<Domain> "iisreset <Machine Name>" Domain can be substituted for IP. Also another quick tip: Reset...
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...
I being a very intelligent web developer (This is true). Decided it might be fun to delete the Default Web Site in IIS6.0 not thinking much of it. Of course it wouldn't have mattered at all, at least until I decided to install commerce server 2007 enterprise...
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