
November 15th, 2006, 07:17 PM
|
|
Registered User
|
|
Join Date: Nov 2006
Posts: 1
Time spent in forums: 16 m 59 sec
Reputation Power: 0
|
|
|
I’m having difficulties getting an ASP.NET website working with an embedded database
I’m having difficulties getting an ASP.NET website working with an embedded database and accessing external UDF libraries.
I have searched everywhere I can think and found suggestions that do not work for me.
I’ve looked into where the files are placed and permissions.
From what I can work out ‘fbembed.dll’ must be in the c:\windows\system32 directory on the web server. I have tried placing the UDF directory in the system32 directory and in the C:\WINDOWS\system32\inetsrv directory. I’ve given the ASPNET users full access to these directories.
The message I continually receive is “Access to UDF library "rfunc.DLL" is denied by server administrator” regardless of where I put the UDF folder or the permissions I set.
It would be fantastic to hear from anyone who has successfully set up an embedded Firebird database with UDFs with an ASP.NET website. I have not yet come across a sample … and am beginning to wonder if such a beast exists
|