Summary of paip. asp development and debugging
1. develop scripts
Generally, the default value is VB script, which can also be Js. JS is relatively more adaptable ..
If vbs is used, the documents include the official VBScript Language Reference Manual of Microsoft. The chm format is 517kb.
-Includes:
VBScript
Vbscipt User Manual
VBScript Language Reference
FileSystemObject basic tutorial
Reference for script running
If Javascript is used, refer to the JS manual ..
2. API call documentation
Common call FSO and ADODB. For more information, see the ADODB User Manual (CHM)
3. Development Tool IDE, vs2010 is recommended
SupportedCodePrompt, syntax highlighting, etc. breakpoint debugging
4. breakpoint debugging
Enable debugging on IIS, debug on the server and client, send errors to the browser, and enable the parent path...
After a break is set, the vs2010additional iisprogress is w3wp.exe on win7. if this process is not displayed, check the following two check boxes: display all user processes and display all processes in the session. Then select the iisprocess, that is, w3wp.exe. Click "add ".
Reference: (go to) How does vs2010 debug websites on IIS?