diablopup.blogspot.com
Diablo: ADSI - Create an IIS Site Redirect
http://diablopup.blogspot.com/2007/07/adsi-create-iis-site-redirect.html
Low Tech Solutions to Common IT Problems. Tuesday, July 24, 2007. ADSI - Create an IIS Site Redirect. Posting moved to diablopup.net. How do i redirect if there are querystring parameters? Does the ISS redirect correctly if there are querystring parameters? August 4, 2007 at 5:32 PM. The IIS redirect won't help you with parameters or other wildcarding type behavior. Basically all source requests go to the same hard-coded destination specifier. August 9, 2007 at 10:30 AM. Como hacer posicionamiento web.
diablopup.blogspot.com
Diablo: March 2007
http://diablopup.blogspot.com/2007_03_01_archive.html
Low Tech Solutions to Common IT Problems. Friday, March 30, 2007. C# Class for Routine Registry Lookups. Say you need to store a lot of application configuration data in the system registry. Why would you need to do this, when you can use various .NET .config files? Registry use is not an uncommon standard. Okay, that's the long scenario explanation. Should you need to make repeated trips to a registry key or its subkeys, here is a C# class. Thursday, March 29, 2007. To prepare for the migration, you wan...
diablopup.blogspot.com
Diablo: August 2007
http://diablopup.blogspot.com/2007_08_01_archive.html
Low Tech Solutions to Common IT Problems. Thursday, August 9, 2007. To those few of you who actually visit this blog, you may have noticed the recent lack of new activity. I am in the process of consolidating these nerdy tidbits in a dedicated site, Diablopup.net. I found at the outset that blogspot was bad for displaying code snippets unless you spend a lot of time formatting your template. I'm simply not that smart. To get around this, I often forwarded you to my live spaces blog. What a pain, I agree.
diablopup.blogspot.com
Diablo: October 2011
http://diablopup.blogspot.com/2011_10_01_archive.html
Low Tech Solutions to Common IT Problems. Thursday, October 27, 2011. Looking for a good place to eat in Chi-Town? Okay this is not a technical post, but even socially awkward nerds who compensate with weak blog knowledge have to eat. I found a blog with really good descriptions and recommendations for the North side of Chicago:. Http:/ chibites.wordpress.com/. Subscribe to: Posts (Atom). Looking for a good place to eat in Chi-Town? ChiBites - Good Grub in Chicago! 4 Guys From Rolla.
diablopup.blogspot.com
Diablo: May 2007
http://diablopup.blogspot.com/2007_05_01_archive.html
Low Tech Solutions to Common IT Problems. Thursday, May 31, 2007. Site Monitoring - Simple Tool. You want to ensure that your site is accessible 24x7, and want to be notified ASAP if there is an outtage. Here is a simple recipe. Create a "KeepAlive" page; a simple page with a static, predictable response. I have created a simple page. That displays the Site Name, Web Server Name, and Site IP Address:. Tuesday, May 29, 2007. ASPBufferingLimit - IIS5 vs. IIS6. First I ruled out the most obvious and usual o...
diablopup.blogspot.com
Diablo: April 2007
http://diablopup.blogspot.com/2007_04_01_archive.html
Low Tech Solutions to Common IT Problems. Monday, April 30, 2007. Our Vendor Skipped the Gym to Help Us Out. My company outsourced its data center. Now the most trivial task is like resolving a bad cable bill. So that's all the back story. Here was the kicker.this dba for the vendor wanted us to know that she skipped the gym to get our products, that our customers rely on, up and running again. Never ever tell a customer that you are really put out by their request. Some analogies:. Friday, April 27, 2007.
diablopup.blogspot.com
Diablo: July 2007
http://diablopup.blogspot.com/2007_07_01_archive.html
Low Tech Solutions to Common IT Problems. Monday, July 30, 2007. Quick Troubleshooting Tip: "Run As". This post moved to diablopup.net. Friday, July 27, 2007. Posting moved to diablopup.net. Tuesday, July 24, 2007. ADSI - Create an IIS Site Redirect. Posting moved to diablopup.net. Friday, July 20, 2007. File Attribute in Web.Config. Another option is the File attribute. An example is provided in the following blog. I think this attribute has more going for it than the configSource attribute. To further ...
diablopup.blogspot.com
Diablo: June 2007
http://diablopup.blogspot.com/2007_06_01_archive.html
Low Tech Solutions to Common IT Problems. Wednesday, June 27, 2007. Beware of Nested Web.Config's! Problem with Nested Web.Config's. If your web servers host a complex IIS tree, beware of nested ASP.NET applications and their respective web.config's. If a "parent" ASP.NET application declares a type (and therefore a dependency on an assembly), the "child" application inherits this declaration. See the following msdn article. Here is an example. I've set up http:/ localhost/MyApp. Friday, June 22, 2007.