This is where I am out of my depth.
I do not know. 500 error is throwing some kind of exsception in your code.
I assume (as I have not worked with it) that ISAPI whould have some form of
error reporting to give you a custom error page.
Is the file being created. ie
To find out more I am afraid you might have to wait
for dev to come online.
I.e. Does fp have a valid file
pointer.?
hylton
----- Original Message -----
Sent: Tuesday, November 29, 2005 5:21
PM
Subject: Re: [msvc] problems with
database in ISAPI
im runnin it on my notebook (xp pro), and there
is only 1 user , the default administrator (me). I assumed as I am the
administrator (the only user) I would have permission for
everything
Neil
----- Original Message -----
Sent: Tuesday, November 29, 2005 3:11
PM
Subject: Re: [msvc] problems with
database in ISAPI
how do you create permission?
----- Original Message -----
Sent: Tuesday, November 29, 2005 2:52
PM
Subject: Re: [msvc] problems with
database in ISAPI
I have never worked with ISAPI before but it
appears that you (or the user that the code is running as ) does not
have permission to create a file on the server.
Hylton
----- Original Message -----
Sent: Tuesday, November 29, 2005
8:56 AM
Subject: Re: [msvc] problems with
database in ISAPI
HI,
If I insert the below lines of code
in the contructor I get the following error on the web
browser:
Invalid access to memory location.
Neil
----- Original Message -----
Sent: Tuesday, November 29, 2005
6:47 AM
Subject: [msvc] problems with
database in ISAPI
Hi,
I am using VC++ 6 , and
using a 3rd party database library. Im having problems when trying to
open / create a database, Im getting a error code just saying cant be
created/opened. So I tried a simple file creation within the
Default(..) function of the ISAPI as follows:
FILE
*fp=fopen("c:\\Test.txt","wb"); char
t[90];sprintf(t,"neil"); fwrite(t,10,10,fp); fclose(fp);
Now when I ran the extension I got HTTP
500 internal server error on the web page. If I remove the above lines
all works. Anyone Any Idea?
Im using IIS 5.1 on XP pro
Many Thanks
Neil
_______________________________________________ msvc mailing
list msvc@beginthread.com See
http://beginthread.com/mailman/listinfo/msvc_beginthread.com for
subscription changes, and list archive.
_______________________________________________ msvc mailing
list msvc@beginthread.com See
http://beginthread.com/mailman/listinfo/msvc_beginthread.com for
subscription changes, and list archive.
_______________________________________________ msvc mailing
list msvc@beginthread.com See
http://beginthread.com/mailman/listinfo/msvc_beginthread.com for
subscription changes, and list archive.
_______________________________________________ msvc mailing
list msvc@beginthread.com See
http://beginthread.com/mailman/listinfo/msvc_beginthread.com for
subscription changes, and list archive.
_______________________________________________ msvc mailing
list msvc@beginthread.com See
http://beginthread.com/mailman/listinfo/msvc_beginthread.com for subscription
changes, and list archive.
|