Home > Enterprise Portal > EP Debugging Tips and Tricks –Part I

EP Debugging Tips and Tricks –Part I

While EP Debugging in Windows 2003 Server (64 bit machine), if you use the following command to attach the wswp.exe process (IIS Worker Process )from Visual Studio, you will get the error “System can not find the file specified” even though the  iisapp.vbs file exists in C:\Windows\System32 folder.

Cscript.exe  iisapp

Remember to add the extension .vbs to iisapp command  file to fix this issue. The correct way is :

Cscript iisapp.vbs

Categories: Enterprise Portal
  1. No comments yet.
  1. No trackbacks yet.

Leave a comment