validate URL with DLL from classic ASP
How to validate given URL is valid , it checks the URL validity and retuns the status of the URL like status 200 OK.
Can you anyone help, how t开发者_StackOverflow中文版o write DLL in C# or vc++
You don't need a DLL for this, just write the function in VB, using the ServerXMLHTTP
object.
精彩评论