Subject RE: [firebird-support] Using Firebird Embedded in an ASPX application
Author Alan McDonald
> Hi all,
>
> I am using the following connection string:
>
> client library=D:\Work\RVWeb\RVWeb\
> fbembed.dlll;initial catalog=D:\Work\RVWeb\RVWeb\RVWEB.FDB;server
> type=Embedded;user id=SYSDBA;password=masterkey
>
> I am getting a: "operating system directive CreateFile failed" error.
> The
> paths are correct. What am I doing wrong?
>
> TIA
>
> Marv

you can't use the embedded server with IIS. You need a TCP stack for IIS to
feel happy. You need the full server for this
Alan