13.08.2010, 21:06 | #1 |
Участник
|
sumitax: EP Debugging Tips and Tricks –Part I
Источник: http://sumitax.wordpress.com/2010/07...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 Источник: http://sumitax.wordpress.com/2010/07...tricks-part-i/
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору. |
|
|
|