I've got FTB working Ok on Win 2003 development machine. However when the application is deployed to the similar Win 2003 test server, FTB control is not working and displaying that standard configuration message. Examination of the server log revealed that the IIS responds with 404 error (file not found) to FtbWebResource.axd requests (SSL). So, it is clear that IIS is ignoring that httphandler setting in the web.config.
Any suggestion what could be wrong?
------------
- Windows Server 2003
- FTB v 3.1.4.36150
- .NET v.1.1.4322
- SSL enabled
- web.config is configured to use HTTP handler as per wiki
- IIS configuration for axd extention is as by default: ...\Framework\v1.1.4322\aspnet_isapi.dll
- machine.config files seem identical on both boxes
- the lic file is not used as there is no need for the advanced features so far
Thanks in advance,
V.