<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.iis.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:cs="http://blogs.iis.net/"><channel><title>IIS7 - Setup</title><link>http://forums.iis.net/1047.aspx</link><description>IIS7 Setup discussion forum</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Setting up SMTP on IIS 7</title><link>http://forums.iis.net/thread/1922060.aspx</link><pubDate>Sun, 25 Oct 2009 03:15:24 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1922060</guid><dc:creator>steve schofield</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1922060.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1047&amp;PostID=1922060</wfw:commentRss><description>&lt;p&gt;I&amp;#39;m not sure what you are talking about.&amp;nbsp; Vista / Win7 don&amp;#39;t have a SMTP server available, IIS has a way to configure for applications to forward messages.&amp;nbsp; That is in IIS manager.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;As far as SMTP feature, you have to make sure you allow local host send message by adding the IIS_IUSRS or application pools full access to the c:\inetpub\mailroot\pickup folder.&amp;nbsp; Secondly, your ISP has to allow port 25 access to send email.&amp;nbsp; mail servers totally rely on DNS for resolution, if something isn&amp;#39;t working, enable logging and see what the error is.&lt;/p&gt;</description></item><item><title>Re: Setting up SMTP on IIS 7</title><link>http://forums.iis.net/thread/1922025.aspx</link><pubDate>Sat, 24 Oct 2009 16:30:12 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1922025</guid><dc:creator>Mueller09</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1922025.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1047&amp;PostID=1922025</wfw:commentRss><description>&lt;p&gt;&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="/Themes/iis/images/icon-quote.gif"&gt; &lt;strong&gt;robasta:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;/p&gt;&lt;p&gt;3. start-&amp;gt;administrative tools&amp;gt;internet info services(iis) 6.0&lt;/p&gt;&lt;p&gt;&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The guys from microsoft really wanna tell me that they developed a Windows 2008 &lt;b&gt;Webserver Edition&lt;/b&gt; which has not the possibility to send out e-mails? &lt;/p&gt;&lt;p&gt;Is there any webapplication around in the world which is not sending out e-mails?&lt;br /&gt;&lt;/p&gt;&lt;p&gt;I have to use IIS7 and IIS6 at the same time? Or i have to use another third party application? Holy *** - i can not believe that!!!!!!&amp;nbsp; What about performance and security?&lt;/p&gt;&lt;p&gt;(as far as i remember i just deinstalled all IIS6 settings to ad &amp;quot;FTP Publishing feature(lol)&amp;quot; to a IIS7 Website.) Damn!!&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Setting up SMTP on IIS 7</title><link>http://forums.iis.net/thread/1917897.aspx</link><pubDate>Wed, 23 Sep 2009 04:29:32 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1917897</guid><dc:creator>ekerner</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1917897.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1047&amp;PostID=1917897</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You need to install a&amp;nbsp;mail server (I use hMailServer which is open source and great) read the doco, understand it, and set it up as per your requirements.&lt;/p&gt;
&lt;p&gt;Then, the mail server is completely unrelated to your IIS and runs as a service - usually&amp;nbsp;on ports 25 for SMTP, 110 for POP, and 143 for IMAP. YOU WILL NEED TO SELECT &amp;quot;Start-&amp;gt;Control Panel-&amp;gt;Allow a program through the firewall&amp;quot; AND MAKE ENTIRES FOR EACH SAID PORT.&lt;/p&gt;
&lt;p&gt;Then, you will call the mail service as follows, depending on&amp;nbsp;your&amp;nbsp;code language&amp;nbsp;: -&lt;/p&gt;
&lt;p&gt;For Classic ASP you will use one of CDONTS or CDO (Google them for examples).&lt;/p&gt;
&lt;p&gt;For ASP.NET setup&amp;nbsp;see &amp;quot;Control Panel-&amp;gt;System and Maintenance-&amp;gt;Administrative Tools-&amp;gt;IIS Manager-&amp;gt;ASP.NET-&amp;gt;SMTP Mail&amp;quot;.&lt;/p&gt;
&lt;p&gt;Note that if you want webmail thats another app again. Mailbee is OK, free for small volume use, and comes in&amp;nbsp;ASP.NET.&lt;/p&gt;
&lt;p&gt;All the best,&lt;/p&gt;
&lt;p&gt;Eugene.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Setting up SMTP on IIS 7</title><link>http://forums.iis.net/thread/1917170.aspx</link><pubDate>Wed, 16 Sep 2009 14:16:46 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1917170</guid><dc:creator>hitechinc</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1917170.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1047&amp;PostID=1917170</wfw:commentRss><description>Hello, i am trying to setup iis 7 with smtp server from 2 weeks, but  i couldn&amp;#39;t
i searched alot on the internet for help but i didn&amp;#39;t enough help to setup 

i installed iis7 on windows vista
also installed smtp free server
and smart mail tools

can you tell me step by step how to setup iis 7 with smtp

i will be really grateful</description></item><item><title>Re: Setting up SMTP on IIS 7</title><link>http://forums.iis.net/thread/1910986.aspx</link><pubDate>Tue, 21 Jul 2009 12:24:02 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1910986</guid><dc:creator>qbernard</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1910986.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1047&amp;PostID=1910986</wfw:commentRss><description>&lt;p&gt;Bravo! mate :) &lt;/p&gt;</description></item><item><title>Re: Setting up SMTP on IIS 7</title><link>http://forums.iis.net/thread/1909861.aspx</link><pubDate>Fri, 10 Jul 2009 12:00:06 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1909861</guid><dc:creator>ekerner</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1909861.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1047&amp;PostID=1909861</wfw:commentRss><description>&lt;p&gt;Mate! Get one thing very clear in your mind right now if you wanna be an IT devloper ...&lt;/p&gt;
&lt;p&gt;Nothing microsoft makes your life easy! Especially upgrades.&lt;/p&gt;
&lt;p&gt;They encourage you to upgrade at every turn, but trust every time you do something will break, and not just any something, microsoft technologies will break other already established microsoft technologies.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;The MS heads would argue, but first answer this ...&lt;/p&gt;
&lt;p&gt;1: Who in their right mind would change the packaged mail interface fom CDONTS, to CDO, to NOTHING, with each web server upgrade thus making (how many? Millions of) websites broken. What world has the resources to cope with such epic scale&amp;nbsp;code upgrades?&lt;/p&gt;
&lt;p&gt;2: Who in their right mind would encourage a technology upgrade that CHANGES WEBPAGE NAMES from *.asp to *.aspx? Do they get that millions of established websites have spent years making links all over the web to their sites, only to have MS in their wisdom try their hardest to UNDO ALL OF THEIR HARD WORK?&lt;/p&gt;
&lt;p&gt;Mate Ive been a developer for 15 years and if you want my advise, install Apache on your windoze&amp;nbsp;OS and learn how to use it - ONCE ONLY. You can then use some sensible languages and technologies very easily and with portability. You can configure Apache to leave your pages named *.asp so your web links still work. Apache supports everything you will ever need. Free. IIS is a babies suckie toy next to Apache.&lt;/p&gt;
&lt;p&gt;Soon you will also&amp;nbsp;ditch the windoze server&amp;nbsp;OS for a linux server&amp;nbsp;OS and your life will be bliss. &lt;/p&gt;
&lt;p&gt;You can all dispute all you like but honestly MS are idiots who have been continually making developers lives hell for their entire history and wont learn. The only reason Im here is because a client of mine requires that I maintain their ASP site, if thats even a sentence.&lt;/p&gt;
&lt;p&gt;Anyway the answer to your mail problem (or rather MS&amp;#39;s mail stuffup)&amp;nbsp;is: &lt;a href="http://weblogs.asp.net/steveschofield/archive/2006/12/19/iis7-post-23-vista-and-smtp-server-where-is-it.aspx"&gt;http://weblogs.asp.net/steveschofield/archive/2006/12/19/iis7-post-23-vista-and-smtp-server-where-is-it.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;/p&gt;
&lt;p&gt;Eugene Kerner.&lt;/p&gt;</description></item><item><title>Re: Setting up SMTP on IIS 7</title><link>http://forums.iis.net/thread/1901359.aspx</link><pubDate>Tue, 21 Apr 2009 16:25:54 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1901359</guid><dc:creator>qbernard</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1901359.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1047&amp;PostID=1901359</wfw:commentRss><description>check event log.. if the mail stuck in queue, meaning smtp is still trying to deliver it... it could be remote host not contactable, etc..</description></item><item><title>Re: Setting up SMTP on IIS 7</title><link>http://forums.iis.net/thread/1901357.aspx</link><pubDate>Tue, 21 Apr 2009 16:03:42 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1901357</guid><dc:creator>robasta</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1901357.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1047&amp;PostID=1901357</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Okay, got it running. here&amp;#39;s how:&lt;br /&gt;&lt;/p&gt;&lt;p&gt;1. start-&amp;gt;administrative tools-&amp;gt;server manager, go to features, select &amp;quot;add features&amp;quot;, tick &amp;quot;smtp server&amp;quot; (if it is not already installed), choose to install the required &amp;quot;remote server admin toos&amp;quot;&lt;/p&gt;&lt;p&gt;2. check to confirm that &amp;quot;Simple Mail Transfer Protocol (SMTP)&amp;quot; service is running, if so, we are good to go.&lt;/p&gt;&lt;p&gt;3. start-&amp;gt;administrative tools&amp;gt;internet info services(iis) 6.0&lt;/p&gt;&lt;p&gt;4. make sure that SMTP virtual server/default smtp server is running, if not, right click, then choose &amp;quot;start&amp;quot;&lt;/p&gt;&lt;p&gt;5. in IIS7,&amp;nbsp; go to website/virtual directory, double click &amp;quot;SMTP E-mail&amp;quot;, Click on &amp;quot;Deliver e-mail to SMTP server&amp;quot;, check the &amp;quot;Use localhost&amp;quot; checkmark&lt;br /&gt;&lt;/p&gt;&lt;p&gt;6.Your code should be LIKE:&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; SmtpClient serv = new SmtpClient();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MailMessage msg = new MailMessage();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; msg.To.Add(&amp;quot;toadrr@domain.com);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; msg.Body = &amp;quot;body&amp;quot;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; msg.Subject = &amp;quot;subj&amp;quot;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; msg.BodyEncoding = System.Text.Encoding.ASCII;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; msg.IsBodyHtml = isHTML;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; serv.DeliveryMethod = SmtpDeliveryMethod.PickupDirectoryFromIis;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; serv.Credentials = new NetworkCredential(ConfigurationManager.AppSettings[&amp;quot;SmtpServerUserName&amp;quot;], ConfigurationManager.AppSettings[&amp;quot;SmtpServerPassword&amp;quot;]);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; serv.Send(msg);&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;---&amp;gt;My app is now sending emails. The first email spent about 30 min in the Queue folder, but after that, each email is sent straight away. (this is working for testing purposes, i am not sure if i should use this setup in a production environment - please advise)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;ciao &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Setting up SMTP on IIS 7</title><link>http://forums.iis.net/thread/1901343.aspx</link><pubDate>Tue, 21 Apr 2009 14:30:47 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1901343</guid><dc:creator>robasta</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1901343.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1047&amp;PostID=1901343</wfw:commentRss><description>&lt;p&gt;Great, IIS7 is supposed to make my life easier, right? WRONG! I have just spent about 3hr trying to figure out how to setup SMTP virtual server. I have the SMTP running but IIS manager doesnt show the virtual smtp server like in iis6.&lt;/p&gt;&lt;p&gt;&amp;nbsp;no help out there...&lt;br /&gt;&lt;/p&gt;&lt;p&gt;I am running win2k8 server and IIS 7.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;please help. &lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>