Ping Aaron
When I went to aspfaq.com, I got this:
There was an error.
Microsoft OLE DB Provider for SQL Server error '80004005'
[DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access
denied.
/500.asp, line 55
When I went to aspfaq.com, I got this:
There was an error.
Microsoft OLE DB Provider for SQL Server error '80004005'
[DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access
denied.
/500.asp, line 55
I run an sURL service (surl.co.uk) that allows one to convert long URL's to short etc, and am looking to have a search facility on it that will allow one to locate an sURL for a specific subject.
Now, the problem I'm running into is, I'd like to have some sort of spider that will go to each site in the database, and grab the title, keywords, and description from the meta tags, As I've never written a spider in my life, and have been unsuccessful in locating info on how to go about doing so, I was hoping you could point me in the right direction?
Where's Aaron Bertrand I've noticed that he hasn't posted in this
group for a while now. What happened
I need to determine from ASP if the database server is up and running, and if it isn't ping another database server.
I posted this before about a different client, and I was told to request a file from the IIS server, and if I cannot retrieve it, the server is not there. I cannot use this method due to one database box being Solaris and the other UNIX, so I need to ping.
I am very new to the ASP world and have done most of my work in the CF world. I know in CF you can ping an IP or address, is this possible in ASP?
View Replies View RelatedI want to ping or try to check the avability of a local server. Is there any way to do it directly from an ASP page just by pressing a buttun? I just want to do the "ping" command direcdry from an ASP page!
View Replies View RelatedI am having trouble, with Error Handling.. I have a ICMP ping utility in VBScript, it works fine if there is a proper reply but will create an error if the IP or DNS name is unknown, Can someone look through the code and see if theres a way I can catch the Error and display say "REQUEST TIMED OUT" Code:
View Replies View Related