Does anyone know how i can receive an email when the server goes down? I was thinking about something like another remote server pings every 1/2 hour the other server, and if the other server is unreachable, then an email is sent out.
any ideas on how to receive emails about a server being...
hi i' getting this error:
Microsoft OLE DB Provider for SQL Server error '80004005'
[DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied.
I thought it was the mdac so i upgraded to version 2.8, still the same problem, i testing the connection string with the sa...
can anyone tell my what to search under, or have any information on how to enable file compression, to server faster web pages. I found out that iis6 has a file compression ability but can't seen to find where to set it attributes. thanks
Hi, i'm hoping someone can help me get windows2003 set for smtp. I went into control panel and installed component, under details of iis6, of smtp. it asked for my disk and everything worked, i have an asp page that creates the cdo object like so:
Set myMail=CreateObject("CDO.Message")
When i...
i have a string containing a date, the format can be either containing a / or a - as a divider between the numbers
I would like to be able to determine if the string contains a / or a - so i can response.write something different for each case
thanks
i was wondering if there is a folder option so the pages do not get cached by the user, instead of using server side web code to stop page caching
thanks
this is what i have:
id = request.form("event_id")
//when i response.write the id i currently get a 40 value,
//i concure with the db and the 40th record does exist
Set conn = Server.CreateObject("ADODB.Connection")
conn.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\path\der.mdb;"
Set...
yes i already tried that without luck:
For ll_temp = 1 to 12
.write "<option value=" & ll_temp
If (a2 = ll_temp) Then
.Write " SELECTED"
End If
.write ">" & MonthName( ll_temp, True ) & "</option>" & vbcrlf
Next
Hi i'm response.writing a drop box, here the section of the page for it:
.Write "<select NAME='li_start_dt_month'>"
For ll_temp = 1 to 12
.write "<option value=" & ll_temp
.write ">" & MonthName( ll_temp, True ) & "</option>" & vbcrlf
Next
.Write "</select>"
I have...
i have a string via url to another page, the string consists of the day-month-year, in a format like: xx-xx-xxxx
I would like to set a var (lets say a2a) to the number to the left of the first hyphen, then set a3a to the numbers between the hypens and finally set a4a to the numbers after the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.