Active Server Pages

Moderators: None (Apply to moderate this forum)
Number of threads: 1763
Number of posts: 4498

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
about iis Posted by eubs on 21 Jan 2004 at 1:51 AM
how can configure iis using windows xp as the o.s. and what version of iis should i have if i want to use cdonts in my page?
Report
Re: about iis Posted by Manning on 21 Jan 2004 at 2:52 PM
: how can configure iis using windows xp as the o.s. and what version of iis should i have if i want to use cdonts in my page?

What version of Windows XP? It only ships with Professional edition, so if you have Home edition, there is no supported way to use IIS. If you search on Google you may find some hackish ways to do it, but they aren't very stable.

As for CDONTS, I think it's been replaced by CDOSYS, so you'll probably have to start using it instead (that's what I use here, and it works well enough).
Report
Re: about iis Posted by eubs on 21 Jan 2004 at 5:22 PM
: : how can configure iis using windows xp as the o.s. and what version of iis should i have if i want to use cdonts in my page?
:
: What version of Windows XP? It only ships with Professional edition, so if you have Home edition, there is no supported way to use IIS. If you search on Google you may find some hackish ways to do it, but they aren't very stable.
:
: As for CDONTS, I think it's been replaced by CDOSYS, so you'll probably have to start using it instead (that's what I use here, and it works well enough).
:

how can use CDOSYS or what do I need to use it? thanks.
Report
Re: about iis Posted by Manning on 21 Jan 2004 at 7:14 PM
: : : how can configure iis using windows xp as the o.s. and what version of iis should i have if i want to use cdonts in my page?
: :
: : What version of Windows XP? It only ships with Professional edition, so if you have Home edition, there is no supported way to use IIS. If you search on Google you may find some hackish ways to do it, but they aren't very stable.
: :
: : As for CDONTS, I think it's been replaced by CDOSYS, so you'll probably have to start using it instead (that's what I use here, and it works well enough).
: :
:
: how can use CDOSYS or what do I need to use it? thanks.

If you search on Google for CDO.MESSAGE, you should find some hits. That's the object name you'll use. ie Server.CreateObject("CDO.Message")
Report
Re: about iis Posted by eubs on 21 Jan 2004 at 7:35 PM
: : : : how can configure iis using windows xp as the o.s. and what version of iis should i have if i want to use cdonts in my page?
: : :
: : : What version of Windows XP? It only ships with Professional edition, so if you have Home edition, there is no supported way to use IIS. If you search on Google you may find some hackish ways to do it, but they aren't very stable.
: : :
: : : As for CDONTS, I think it's been replaced by CDOSYS, so you'll probably have to start using it instead (that's what I use here, and it works well enough).
: : :
: :
: : how can use CDOSYS or what do I need to use it? thanks.
:

is it possible to send emails to yahoo, hotmail, etc using cdosys?
: If you search on Google for CDO.MESSAGE, you should find some hits. That's the object name you'll use. ie Server.CreateObject("CDO.Message")
:

Report
Re: about iis Posted by lillu on 22 Jan 2004 at 3:35 AM
Of course you can use any email addresses. Here's an example of how to use cdo-s > http://www.codeproject.com/asp/cdoex.asp

: : : : : how can configure iis using windows xp as the o.s. and what version of iis should i have if i want to use cdonts in my page?
: : : :
: : : : What version of Windows XP? It only ships with Professional edition, so if you have Home edition, there is no supported way to use IIS. If you search on Google you may find some hackish ways to do it, but they aren't very stable.
: : : :
: : : : As for CDONTS, I think it's been replaced by CDOSYS, so you'll probably have to start using it instead (that's what I use here, and it works well enough).
: : : :
: : :
: : : how can use CDOSYS or what do I need to use it? thanks.
: :
:
: is it possible to send emails to yahoo, hotmail, etc using cdosys?
: : If you search on Google for CDO.MESSAGE, you should find some hits. That's the object name you'll use. ie Server.CreateObject("CDO.Message")
: :
:
:


To err is human, but to really foul things up requires a computer. (Farmers Almanac)

Report
Re: about iis Posted by eubs on 22 Jan 2004 at 5:45 PM
if you will put an invalid email address in the .from statement, the message will not be sent? or still the message will be sent?
Even if i put just a name and not an email address?
thanks!


: Of course you can use any email addresses. Here's an example of how to use cdo-s > http://www.codeproject.com/asp/cdoex.asp
:
: : : : : : how can configure iis using windows xp as the o.s. and what version of iis should i have if i want to use cdonts in my page?
: : : : :
: : : : : What version of Windows XP? It only ships with Professional edition, so if you have Home edition, there is no supported way to use IIS. If you search on Google you may find some hackish ways to do it, but they aren't very stable.
: : : : :
: : : : : As for CDONTS, I think it's been replaced by CDOSYS, so you'll probably have to start using it instead (that's what I use here, and it works well enough).
: : : : :
: : : :
: : : : how can use CDOSYS or what do I need to use it? thanks.
: : :
: :
: : is it possible to send emails to yahoo, hotmail, etc using cdosys?
: : : If you search on Google for CDO.MESSAGE, you should find some hits. That's the object name you'll use. ie Server.CreateObject("CDO.Message")
: : :
: :
: :
:
:
To err is human, but to really foul things up requires a computer. (Farmers Almanac)
:
:

Report
Re: about iis Posted by Manning on 22 Jan 2004 at 7:00 PM
Why would you ask that? If you have an invalid e-mail address, why would you even try to send an email to it?

If you mean invalid as in it is in the correct format, but does not exist, then yes it will still try to send but of course it will bounce back and sit in your mail servers bad folder.


: if you will put an invalid email address in the .from statement, the message will not be sent? or still the message will be sent?
: Even if i put just a name and not an email address?
: thanks!
:
:
: : Of course you can use any email addresses. Here's an example of how to use cdo-s > http://www.codeproject.com/asp/cdoex.asp
: :
: : : : : : : how can configure iis using windows xp as the o.s. and what version of iis should i have if i want to use cdonts in my page?
: : : : : :
: : : : : : What version of Windows XP? It only ships with Professional edition, so if you have Home edition, there is no supported way to use IIS. If you search on Google you may find some hackish ways to do it, but they aren't very stable.
: : : : : :
: : : : : : As for CDONTS, I think it's been replaced by CDOSYS, so you'll probably have to start using it instead (that's what I use here, and it works well enough).
: : : : : :
: : : : :
: : : : : how can use CDOSYS or what do I need to use it? thanks.
: : : :
: : :
: : : is it possible to send emails to yahoo, hotmail, etc using cdosys?
: : : : If you search on Google for CDO.MESSAGE, you should find some hits. That's the object name you'll use. ie Server.CreateObject("CDO.Message")
: : : :
: : :
: : :
: :
: :
To err is human, but to really foul things up requires a computer. (Farmers Almanac)
: :
: :
:
:

Report
Re: about iis Posted by lillu on 29 Jan 2004 at 12:37 AM
You should always do input validation either server or client side to prevent bad input.

Here's a great email validation code from
http://www.perlscriptsjavascripts.com/js/check_email.html

: Why would you ask that? If you have an invalid e-mail address, why would you even try to send an email to it?
:
: If you mean invalid as in it is in the correct format, but does not exist, then yes it will still try to send but of course it will bounce back and sit in your mail servers bad folder.
:
:
: : if you will put an invalid email address in the .from statement, the message will not be sent? or still the message will be sent?
: : Even if i put just a name and not an email address?
: : thanks!
: :
: :
: : : Of course you can use any email addresses. Here's an example of how to use cdo-s > http://www.codeproject.com/asp/cdoex.asp
: : :
: : : : : : : : how can configure iis using windows xp as the o.s. and what version of iis should i have if i want to use cdonts in my page?
: : : : : : :
: : : : : : : What version of Windows XP? It only ships with Professional edition, so if you have Home edition, there is no supported way to use IIS. If you search on Google you may find some hackish ways to do it, but they aren't very stable.
: : : : : : :
: : : : : : : As for CDONTS, I think it's been replaced by CDOSYS, so you'll probably have to start using it instead (that's what I use here, and it works well enough).
: : : : : : :
: : : : : :
: : : : : : how can use CDOSYS or what do I need to use it? thanks.
: : : : :
: : : :
: : : : is it possible to send emails to yahoo, hotmail, etc using cdosys?
: : : : : If you search on Google for CDO.MESSAGE, you should find some hits. That's the object name you'll use. ie Server.CreateObject("CDO.Message")
: : : : :
: : : :
: : : :
: : :
: : :
To err is human, but to really foul things up requires a computer. (Farmers Almanac)
: : :
: : :
: :
: :
:
:


To err is human, but to really foul things up requires a computer. (Farmers Almanac)

Report
Re: about iis Posted by eubs on 29 Jan 2004 at 5:36 PM
thanks to both of you!


: You should always do input validation either server or client side to prevent bad input.
:
: Here's a great email validation code from
: http://www.perlscriptsjavascripts.com/js/check_email.html
:
: : Why would you ask that? If you have an invalid e-mail address, why would you even try to send an email to it?
: :
: : If you mean invalid as in it is in the correct format, but does not exist, then yes it will still try to send but of course it will bounce back and sit in your mail servers bad folder.
: :
: :
: : : if you will put an invalid email address in the .from statement, the message will not be sent? or still the message will be sent?
: : : Even if i put just a name and not an email address?
: : : thanks!
: : :
: : :
: : : : Of course you can use any email addresses. Here's an example of how to use cdo-s > http://www.codeproject.com/asp/cdoex.asp
: : : :
: : : : : : : : : how can configure iis using windows xp as the o.s. and what version of iis should i have if i want to use cdonts in my page?
: : : : : : : :
: : : : : : : : What version of Windows XP? It only ships with Professional edition, so if you have Home edition, there is no supported way to use IIS. If you search on Google you may find some hackish ways to do it, but they aren't very stable.
: : : : : : : :
: : : : : : : : As for CDONTS, I think it's been replaced by CDOSYS, so you'll probably have to start using it instead (that's what I use here, and it works well enough).
: : : : : : : :
: : : : : : :
: : : : : : : how can use CDOSYS or what do I need to use it? thanks.
: : : : : :
: : : : :
: : : : : is it possible to send emails to yahoo, hotmail, etc using cdosys?
: : : : : : If you search on Google for CDO.MESSAGE, you should find some hits. That's the object name you'll use. ie Server.CreateObject("CDO.Message")
: : : : : :
: : : : :
: : : : :
: : : :
: : : :
To err is human, but to really foul things up requires a computer. (Farmers Almanac)
: : : :
: : : :
: : :
: : :
: :
: :
:
:
To err is human, but to really foul things up requires a computer. (Farmers Almanac)
:
:




 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.