Thursday, December 04, 2008

I am running Data Protection Manager 2007 on Windows Server 2008 (x64).  I have not been able to use the reporting piece, and haven't been running DPM long enough to wonder much about it, but when I went to finally figure it out the answer was rather simple.  If you want to fix it, the answer is here, but for more about what the problem is, you can go to the forum post below.

This problem occurs because of a new permission requirement in IIS 7.0. This
permission requirement is for ISAPI extensions that use a wildcard (*) script
mapping.

To work around this problem, follow these steps:
1. Click Start, click Run, type inetmgr, and then click OK.
2. In Internet Information Services (IIS) Manager, expand Web Sites, expand
Default Web Site, and then click the virtual directory for the report server.
3. Under Features View, double-click Handler Mappings.
4. Under Actions, click Edit Feature Permissions.
5. Click to select the Scripts check box, and then click OK.

How to fix--- Data Protection Manager error 3013  SQL reporting tab  ? in Data Protection Manager

Thursday, December 04, 2008 2:50:17 PM (Central Standard Time, UTC-06:00)  #    Comments [0]
 Monday, July 23, 2007

I was looking for a way to get a particular graphic, and came across this utility.  I thought it might be useful later.

Background

The general idea is to pull out icons that are embedded resources to DLL's or EXE's. The way it's done is with the old fashioned Win32 API's.

Icon Extractor in VB.NET - The Code Project - VB.NET

Monday, July 23, 2007 1:32:01 PM (Central Standard Time, UTC-06:00)  #    Comments [0]
 Wednesday, November 01, 2006

I wasn't familiar with how to get a website to repsond without the “www” in front, and when I went to do searches on it, I wasn't too happy with the results.  So, I am creating this entry just to remind me how to do this simple little task.

To get a website to respond to the “domain.com” and the “www.domain.com”, using Windows 2003 Server for DNS and for IIS, the following are the steps to take:

1.  add a host header for “domain.com” and “www.domain.com” in IIS.

2.  add an “A” record for “domain.com” and “www.domain.com” in DNS.  (Note:  You can use an Alias(CNAME) for the “www” entry instead of a Host(A) record, but you have to enter an A record for “domian.com”.)

 

 

Wednesday, November 01, 2006 2:36:17 PM (Central Standard Time, UTC-06:00)  #    Comments [0]
 Monday, January 17, 2005

I don't know if anyone really ever does this, but I thought it was interesting.  It is a tool that lets you embed fonts in a web page so that people can see the font you created the page with even if they don't have that font installed.  If someone knows of a more current way to do this, let me know.  I was just browsing when I cam across this and wasn't too concerned about be up to date.

 

http://www.microsoft.com/typography/web/embedding/weft3/default.htm

Monday, January 17, 2005 3:56:45 PM (Central Standard Time, UTC-06:00)  #    Comments [0]