Debug your ISAPI applications on IIS 5

Yazdığınız makaleleri ve üyelerimizin işine yarayacağını düşündüğünüz kodlarınızı gönderebilirsiniz. Bu foruma soru sormayın!
Cevapla
mavsar

Debug your ISAPI applications on IIS 5

Mesaj gönderen mavsar »

1) Start IIS WWW service;

2) Open Internet Services Manager and start your web site;

3) Open the properties sheet of your scripts directory;

4) Choose Aplication Protection = Low;

5) Click on Configuration button and choose the App Debugging tab;

6) Enable both Debugging Flags;

7) Close Internet Services Manager and stop IIS WWW service (do not stop your web site before stoping IIS);

8) Set your Delphi ISAPI Run Parameters as follows:

- host application: C:\WINNT\system32\inetsrv\inetinfo.exe (fix the path if necessary);

- parameters: -e w3svc;

9) That's it!

Now start your application inside Delphi IDE and it'll start IIS. Open your browser and go to your application. Delphi should start it and "say" it's running.

Good luck!

http://codecentral.borland.com/codecent ... g?id=15348 Alınmıştır
Cevapla