|
Hi,
I checked the below, and it is running as
admin.
I added the following withing the default()
function, and only called up the web page once to create the file:
void
CDataViewExtension::Default(CHttpServerContext* pCtxt,LPCTSTR
ptr)
{ StartContent(pCtxt); WriteTitle(pCtxt); FILE
*fp;
fp=fopen("test.txt","w+"); fclose( fp ); EndContent(pCtxt);
} I get a 500 error code if I leave the FILE commands
above in, and if I remove them its okay. I just entered the above to show the
problem.
Anyone help?
Thanks
Neil
|
_______________________________________________ msvc mailing list [email protected] See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for subscription changes, and list archive.
