Hi,
I am using Windows 7 and IIS 7. I am writing Delphi DataSnap ISAPI. I wish to trace bugs occurs in my ISAPI dll.
I learn using "w3wp.exe -debug" may help to debug ISAPI dll in Delphi IDE. However, I wish to debug my ISAPI in limited user account instead of administrator group.
I have set access right to folder "C:\Windows\System32\inetsrv\config" before running w3wp.exe. However, I still encounter problem start w3wp.exe. Here is the event log:
The World Wide Web Publishing Service (WWW Service) did not register the URL prefix http://*:80/ for site 1. The site has been disabled. The data field contains the error number.
I have stop my IIS service prior to running w3wp.
Any ideas?