473,387 Members | 1,790 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

the relevant code

kn
Dim NewMail
Set NewMail = CreateObject("CDO.Message")
NewMail.To = "xx*@ourcompany.com"
NewMail.From = "xxxx*@ourcompany.com"
Jul 19 '05 #1
1 1361
What line is the error occuring on.

Also, I suspect that the object names may have changed
between your previous server and W2K3.

In NT and 2000 we use Server.Createobject("CDONTS.NewMail")
John
-----Original Message-----
Dim NewMail
Set NewMail = CreateObject("CDO.Message")
NewMail.To = "xx*@ourcompany.com"
NewMail.From = "xxxx*@ourcompany.com"
.
.
.
NewMail.HtmlBody = Body
NewMail.Send
Set NewMail = Nothing

ASP extensions are allowed.
-----Original Message-----
Using Windows Server 2003.
My asp app is using cdosys to send an email
through my ISP.

My error in browser is: error '800a01b6'
Object doesn't support this property or method

However this asp functionality worked fine before trying
to implement on Win Server 2003.

I suspect that the problem has to do with
SMTP configuration possibly related to ISP.

Any Suggestions or experience with this?

Regards,

Khaled
.

.

Jul 19 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Beeyah | last post by:
in my inability to find a working ftp program for my mac, i decided to write one in python. i wrote a class (link at end of post) that inherited ftplib.FTP and made the process slightly less...
0
by: Marc Miller | last post by:
Hi, I'm using .NET 2003 (7.1.3088), .NET Framework 1.1.4322 and WinXP / sp1. , 1.3 Mhz with 1GB RAM. I develop in VB.NET and quite often (1 out of 5 times) I will get an error when I hit F5...
2
by: Raj | last post by:
I want to develop a C++ class library. I finally realised I need COM not just C++ Dll. Is developing COM as dll useful or should I consider any .Net related technology. Is COM relevant or when to...
1
by: sysindex | last post by:
I need to write an algorithm to retrieve most relevant passage from a large body of text. The passage needs to relevant to the search term. Sort of like what Google displays on their search results...
2
by: hennakapoor | last post by:
How do the form filling software determine which text field gets what data i.e. a typical form filling software will ask the user to enter the username / address / password etc. Whenever it goes to...
1
by: Damien Ramsey | last post by:
hello there Info: I have a form on which is displayed information, customer code, address and balance etc.. on that form i also have start of the current week, which is displaying 29th march...
2
by: clintonG | last post by:
Compiler Error Message: CS0006: Metadata file 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\MyProjectName\331c872a\fd27ed37\App_Code.wg0_ken7.dll' could not be found ...
82
by: Edward Elliott | last post by:
This is just anecdotal, but I still find it interesting. Take it for what it's worth. I'm interested in hearing others' perspectives, just please don't turn this into a pissing contest. I'm in...
4
by: aSoundMind | last post by:
Hi there, I recieve this error Server Error in '/integrate' Application. -------------------------------------------------------------------------------- Configuration Error Description: An...
1
by: priya sajja | last post by:
HI all, I am extracting the data from Ms access to excel and has feilds Qty bad ,Fiscalweek,Fiscal yr in sheet2 .My excel work book has a VB form in sheet1 with textboxs for from year,to year,from...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.