Hello, While moving an old Intranet site from an XP system running IIS 6.0 to a Vista system with IIS 7.0 we have had some trouble with the old Frontpage DRW connections. I am in the process of redeveloping the whole site with ASP.NET but in the meantime we need to keep this old site alive, but still move it. The trouble we have is the all too familiar error [Microsoft][ODBC Microsoft Access Driver] Disk or network error. I must admit it has been some time since I have worked with Frontpage and I am a little fuzzy on what may be causing this. I had assumed that it was related to a permissions issue with Vista and have therefore already done the following: Set up Read/Write access for IIS_IUSRS for the wwwroot folder Set Read/Write access for IIS_IUSRS for C:\Windows\Temp as well as ...\AppData\Local\Temp Installed and extended Frontpage 2002 Server Extensions for Vista/ Windows Server 2008 as well as set up Windows Authentication Perhaps I have missed another component from IIS 6 to IIS 7 that needs addressed? Any help would be very much appreciated. Thanks, Jason
That does sound like a permissions error, perhaps use something like Filemon to see if there are any permission problems: http://technet.microsoft.com/en-us/sysinternals/bb896642.aspx I've found someone else with the same error, and they had to change their code slightly (see the last post, #5): http://forums.iis.net/t/1071472.aspx
Voila! Thanks for pointing out that other post Ian. Changing that bit of code in the config file seems to have done the trick. Many thanks, Jason