Using the instructions from Paul Johnson's Web Widgets page I created my own custom widget. However because I was deploying to IIS 6.0 I utilized the web.config change recommended to render the page since the IIS 7.0 configuration management option was not available in IIS 6.0.
The widget renders correctly when debugging with VS 2008. However once the files and the updated web.config are deployed to the Windows 2003 Server running IIS 6.0 and the address referenced the error rendered is "The page cannot be found".
The development machine is a Windows Vista machine, however since VS 2008 uses its own internal web server and not Vista's IIS 7.0 for debugging I did not believe this would have been an issue.
Any help debugging this issue would be much appreciated.