Discussion:
GuessDll.dll and ISAPI
(too old to reply)
Mohammad
2008-07-05 14:07:25 UTC
Permalink
I have opened GuessDll example in Delphi 2007 and compiled and then
GuessDll.dll file created.
then I did follow steps on IIS 6.0 and Windows 2003 Server:
http://www.atozed.com/intraweb/docs/Deployment/ISAPIDeployment.aspx

but when I type in URl http://127.0.0.1//iw/GuessDll.dll error message
raised : MakeDirectory cannot create directory c:\windowstemp...


more info:

in Windows 2003 Server
1- Run Internet Information Services(IIS) Manager
2- Open Web Sites node, Right Click and on, then choose New -> Web Site
set Description of web site to IWTest, set IP address to 192.168.10.176,
set path to D:\IntraWenTest and allow the permissions Read, Execute and
Browse and Finish.
3- After created Web Site, then right click on created web site and
choose New -> Virtual Directory. Set Alias name to IW, set path to
D:\IntraWebTest and allow the persmissions Read, Execute and Write to
this virtual directory.
4- Copy GuessDll.dll to D:\InrawWebTest
5- Execute Permission set to Script and Executables.
5- Run Internet Explorer and type in URL this :
http://172.168.10.176/IW/GuessDll.dll and display error message




Can someone tell me what am I doing wrong?
Chad Z. Hower aka Kudzu
2008-07-06 22:52:44 UTC
Permalink
Your server is misconfigured. Sometimes admins lock them down to prevent
apps from even creating temp files, which is a problem as you can see. You
need to chagne the permissions of the IIS app you configured it under to be
able to create and read its own temp files.
Post by Mohammad
I have opened GuessDll example in Delphi 2007 and compiled and then
GuessDll.dll file created.
http://www.atozed.com/intraweb/docs/Deployment/ISAPIDeployment.aspx
but when I type in URl http://127.0.0.1//iw/GuessDll.dll error message
raised : MakeDirectory cannot create directory c:\windowstemp...
in Windows 2003 Server
1- Run Internet Information Services(IIS) Manager
2- Open Web Sites node, Right Click and on, then choose New -> Web Site
set Description of web site to IWTest, set IP address to 192.168.10.176,
set path to D:\IntraWenTest and allow the permissions Read, Execute and
Browse and Finish.
3- After created Web Site, then right click on created web site and choose
New -> Virtual Directory. Set Alias name to IW, set path to
D:\IntraWebTest and allow the persmissions Read, Execute and Write to this
virtual directory.
4- Copy GuessDll.dll to D:\InrawWebTest
5- Execute Permission set to Script and Executables.
http://172.168.10.176/IW/GuessDll.dll and display error message
Can someone tell me what am I doing wrong?
Loading...