I am using the following cdos code to connect to a remote smtp mail server. it works perfectly when a valid email address is given, if a fake one is given then it errors the page. is their anyway to prevent this? i tried the javascript approach but it still fails sometimes.
Const...
:( You guys are right. They told me they do not allow these connection to be done on the web server i am hosted by. Man that stinks, anyway around that?
I have a domain www.something.com and need to migrate to a dedicated server i just bought through another company. it is setup and...
The dedicated server has no firewall.
The web server may.
I did a netstat -an and do not see 1433 listening but it says it is set in sql server manager.
my server does not have a name it is just an ip address. i do not understand that full the dns server stuff you mentioned.
how do i get it to authenticate via SQL so this is not an issue?
BB
Same result, it just hangs....
This is so frustration because it works perfectly while on the same server? There has to be something wrong somewhere with my code...
Hello,
I am using the following connection string on my hosted website plan:
dim DbConn
Dim dbDir
Set dbConn = Server.CreateObject("ADODB.Connection")
dbConn.ConnectionTimeout = 0
dbConn.CommandTimeout = 0
DbConn.Open("DRIVER={SQL Server};SERVER=xx.xx.xx;DATABASE=test;UID=tes;pwd=test;")
When...
Hello,
I am using the following connection string on my hosted website plan:
dim DbConn
Dim dbDir
Set dbConn = Server.CreateObject("ADODB.Connection")
dbConn.ConnectionTimeout = 0
dbConn.CommandTimeout = 0
DbConn.Open("DRIVER={SQL Server};SERVER=xx.xx.xx;DATABASE=test;UID=tes;pwd=test;")
When...
I am using the following code to set a filter on one of my forms:
Private Sub Form_Open(Cancel As Integer)
'Set unbound textbox = to login name.
Me.LoginName = strUserName
'Apply filter based on Username field.
Me.Filter = "[ReportsTo] = '" & Me.LoginName & "'"
Me.FilterOn = True
End Sub
I...
I have a Windows 2000 server and a static ip address. I use this a web server for a website. I want to install sometime of email program so i can have email addresses for my website. I use CDOS on asp web pages a lot and want to be able to fire off emails from this web server now. i have no...
I have a Windows 2000 server and a static ip address. I use this a web server for a website. I want to install sometime of email program so i can have email addresses for my website. I use CDOS on asp web pages a lot and want to be able to fire off emails from this web server now. i have no...
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.