<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.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/"><channel><title>Club Web Site Starter Kit</title><link>http://forums.asp.net/1004.aspx</link><description>Discussions about Microsoft's Club Web Site Starter Kit for ASP.NET 2.0.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Problem Sending Email in Clubsite with Go Daddy</title><link>http://forums.asp.net/thread/2506844.aspx</link><pubDate>Tue, 22 Jul 2008 19:34:51 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2506844</guid><dc:creator>ProfessorPC</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2506844.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1004&amp;PostID=2506844</wfw:commentRss><description>&lt;p&gt;These problems are dealing with godaddy hosting. Godaddy does not allow a full trust environment.&lt;/p&gt;</description></item><item><title>Re: Problem Sending Email in Clubsite with Go Daddy</title><link>http://forums.asp.net/thread/2463146.aspx</link><pubDate>Wed, 02 Jul 2008 18:23:23 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2463146</guid><dc:creator>TripleA</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2463146.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1004&amp;PostID=2463146</wfw:commentRss><description>&lt;p&gt;the port removing also works for me &lt;/p&gt;</description></item><item><title>Re: Problem Sending Email in Clubsite with Go Daddy</title><link>http://forums.asp.net/thread/2385094.aspx</link><pubDate>Wed, 28 May 2008 09:58:54 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2385094</guid><dc:creator>shantanushukla</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2385094.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1004&amp;PostID=2385094</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;You guys are facing this problem because your site is hosted on Medium Trust Level... Thats why this CAS error is coming&lt;/p&gt;&lt;p&gt;&amp;nbsp;Please try to over ride this from you web.config &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;under System.Web add the followign line of code&lt;/p&gt;&lt;p&gt;&amp;lt;trust level=&amp;quot;Full&amp;quot; originUrl=&amp;quot;&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Problem Sending Email in Clubsite with Go Daddy</title><link>http://forums.asp.net/thread/2242655.aspx</link><pubDate>Wed, 19 Mar 2008 13:54:13 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2242655</guid><dc:creator>phamster</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2242655.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1004&amp;PostID=2242655</wfw:commentRss><description>&lt;p&gt;Here are instructions to how to setup the clubstarter kit from beginning to end onto GoDaddy. Hope this helps. &lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Create your site locally.&amp;nbsp; Include AT LEAST 1 local admin account. 
&lt;li&gt;Run site using CTRL-F5. 
&lt;li&gt;Log into your GoDaddy hosting account and open the control panel. 
&lt;li&gt;Click on ASP.Net runtime and select 2.0 
&lt;li&gt;Click Databases &amp;gt; SQL Server &amp;gt; Create New Database. 
&lt;li&gt;Select 
&lt;ol&gt;
&lt;li&gt;Check DSN (optional?) 
&lt;li&gt;Enter UserName (this will become the database name NOT your hosting login) 
&lt;li&gt;Enter Password (again, database password NOT hosting password) 
&lt;li&gt;Check &amp;quot;Install Schema Features&amp;quot;&lt;/li&gt;&lt;/ol&gt;
&lt;li&gt;Click Continue &amp;gt; Create Database (it WILL take some time for the database to create itself, you can refresh by clicking the SQL button in the left menu) 
&lt;li&gt;Once setup finishes, Click Pencil icon under actions &amp;gt; print this page. 
&lt;li&gt;Click Computer icon under actions &amp;gt; record the SQL Connection (.NET) strings 
&lt;li&gt;Click Open Manager 
&lt;li&gt;Click&amp;nbsp;Connection &amp;gt; Enter the Username and Password from 6 above. 
&lt;li&gt;Once connected, expand Tools menu &amp;gt; Click Query Analyzer 
&lt;li&gt;Cut &amp;amp; Paste all text from club-add.sql into the Query Analyzer window 
&lt;li&gt;Click Submit (you should see many &amp;quot;command(s) completed successfully&amp;quot; below) 
&lt;li&gt;Go back to VWD and edit default.aspx 
&lt;li&gt;Go to Edit &amp;gt; Find &amp;amp; Replace &amp;gt; Quick Replace 
&lt;ol&gt;
&lt;li&gt;Find dbo. (NOT Dbo. big difference) 
&lt;li&gt;Replace with &amp;lt;blank&amp;gt; (nothing, nada, zip, zero) 
&lt;li&gt;Look in: Current Document&lt;/li&gt;&lt;/ol&gt;
&lt;li&gt;Click Replace All (should be 12 or more) &amp;gt; Save default.aspx 
&lt;li&gt;Repeat steps 16 &amp;amp; 17 for: 
&lt;ol&gt;
&lt;li&gt;Events_Edit.aspx 
&lt;li&gt;Events_View.aspx&lt;/li&gt;&lt;/ol&gt;
&lt;li&gt;Open web.config 
&lt;ol&gt;
&lt;li&gt;Replace original text 
&lt;ol&gt;
&lt;li&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;&amp;lt;&lt;/span&gt;&lt;span&gt;add&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;name&lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&lt;span&gt;&amp;quot;&lt;span&gt;ClubSiteDB&lt;/span&gt;&amp;quot;&lt;span&gt; &lt;/span&gt;&lt;span&gt;connectionString&lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&amp;quot;&lt;span&gt;Data Source=.\SQLExpress;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;Integrated Security=true;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;AttachDBFileName=|DataDirectory|Club.mdf;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;User Instance=True&lt;/span&gt;&lt;span&gt;&amp;quot;&lt;span&gt; &lt;/span&gt;&lt;span&gt;providerName&lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&amp;quot;&lt;span&gt;System.Data.SqlClient&lt;/span&gt;&amp;quot;&lt;span&gt;/&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;
&lt;li&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;span&gt;&lt;font color="#000000"&gt;With new text&lt;/font&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;span&gt;&lt;span&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;&amp;lt;&lt;/span&gt;&lt;span&gt;add&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;name&lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&lt;span&gt;&lt;font color="#000000"&gt;&amp;quot;&lt;/font&gt;&lt;span&gt;ClubSiteDB&lt;/span&gt;&lt;font color="#000000"&gt;&amp;quot;&lt;/font&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;providerName&lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&lt;font color="#000000"&gt;&amp;quot;&lt;/font&gt;&lt;span&gt;System.Data.SqlClient&lt;/span&gt;&lt;font color="#000000"&gt;&amp;quot;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span&gt;connectionString&lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&lt;span&gt;&lt;font color="#000000"&gt;&amp;quot;&lt;/font&gt;&lt;span&gt;ConnectionStringGoesHere;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;database=YourDataBaseNameHere;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;uid=YourUserNameHere;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;pwd=YourPasswordHere&lt;/span&gt;&lt;span&gt;&lt;font color="#000000"&gt;&amp;quot;&lt;/font&gt;&lt;span&gt;/&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;&amp;lt;&lt;/span&gt;&lt;span&gt;remove&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;name&lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&lt;span&gt;&lt;font color="#000000"&gt;&amp;quot;&lt;/font&gt;&lt;span&gt;LocalSqlServer&lt;/span&gt;&lt;font color="#000000"&gt;&amp;quot;&lt;/font&gt;&lt;span&gt;/&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;&amp;lt;&lt;/span&gt;&lt;span&gt;add&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;name&lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&lt;span&gt;&lt;font color="#000000"&gt;&amp;quot;&lt;/font&gt;&lt;span&gt;LocalSqlServer&lt;/span&gt;&lt;font color="#000000"&gt;&amp;quot;&lt;/font&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;providerName&lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&lt;font color="#000000"&gt;&amp;quot;&lt;/font&gt;&lt;span&gt;System.Data.SqlClient&lt;/span&gt;&lt;font color="#000000"&gt;&amp;quot;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span&gt;connectionString&lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&lt;span&gt;&lt;font color="#000000"&gt;&amp;quot;&lt;/font&gt;&lt;span&gt;&lt;span&gt;ConnectionStringGoesHere&lt;/span&gt;;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;database=YourDataBaseNameHere;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;uid=YourUsernameHere;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;pwd=YourPasswordHere&lt;/span&gt;&lt;span&gt;&lt;font color="#000000"&gt;&amp;quot;&lt;/font&gt;&lt;span&gt;/&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/li&gt;&lt;/ol&gt;
&lt;li&gt;&lt;span&gt;&lt;span&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;span&gt;&lt;font color="#000000"&gt;Change &amp;lt;customErrors mode=&amp;quot;Off&amp;quot; /&amp;gt; (optional)&lt;/font&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/span&gt;&lt;/span&gt;
&lt;li&gt;&lt;span&gt;&lt;span&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;span&gt;&lt;font color="#000000"&gt;Save!!!&lt;/font&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/span&gt;&lt;/span&gt;
&lt;li&gt;&lt;span&gt;&lt;span&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;span&gt;&lt;font color="#000000"&gt;Run CTRL-F5 again.&amp;nbsp; (it will bring up a window with a server error, what you want is to look in the lower left corner of the VWD window for &amp;quot;Build Successful&amp;quot;)&lt;/font&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/span&gt;&lt;/span&gt;
&lt;li&gt;&lt;span&gt;&lt;span&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;span&gt;&lt;font color="#000000"&gt;Click Website &amp;gt; Copy Web Site &amp;gt; Connect&lt;/font&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/span&gt;&lt;/span&gt;
&lt;li&gt;&lt;span&gt;&lt;span&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;span&gt;&lt;font color="#000000"&gt;Input your hosting username and password (NOT you database uid and pwd)&lt;/font&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/span&gt;&lt;/span&gt;
&lt;li&gt;&lt;span&gt;&lt;span&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;span&gt;&lt;font color="#000000"&gt;Highlight all files from the left side and click right arrow to transfer.&lt;/font&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/span&gt;&lt;/span&gt;
&lt;li&gt;&lt;span&gt;&lt;span&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;span&gt;&lt;font color="#000000"&gt;Go to your public website and create an account for each admin you created on your local database.&amp;nbsp; (make sure the usernames and passwords are the same!!!)&lt;/font&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/span&gt;&lt;/span&gt;
&lt;li&gt;&lt;span&gt;&lt;span&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;span&gt;&lt;font color="#000000"&gt;Log back into Query Analyzer&lt;/font&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/span&gt;&lt;/span&gt;
&lt;li&gt;&lt;span&gt;&lt;span&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;span&gt;&lt;font color="#000000"&gt;Input&lt;/font&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/span&gt;&lt;/span&gt;
&lt;ol&gt;
&lt;li&gt;&lt;span&gt;&lt;span&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;span&gt;&lt;font color="#000000"&gt;SELECT RoleId FROM aspnet_Roles WHERE RoleName=&amp;quot;Administrators&amp;quot;&lt;/font&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;
&lt;li&gt;&lt;span&gt;&lt;span&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;span&gt;&lt;font color="#000000"&gt;Copy bracketed response into a text document and include the brackets&lt;/font&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/span&gt;&lt;/span&gt;
&lt;li&gt;&lt;span&gt;&lt;span&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;span&gt;&lt;font color="#000000"&gt;Reset QA and Input&lt;/font&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/span&gt;&lt;/span&gt;
&lt;ol&gt;
&lt;li&gt;&lt;span&gt;&lt;span&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;span&gt;&lt;font color="#000000"&gt;SELECT UserId FROM aspnet_Users WHERE UserName=&amp;quot;username&amp;quot;&lt;/font&gt;&lt;/span&gt;&lt;/span&gt;&lt;span&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt;
&lt;li&gt;&lt;span&gt;&lt;span&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;span&gt;&lt;font color="#000000"&gt;Copy each bracketed response to your text document.&lt;/font&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/span&gt;&lt;/span&gt;
&lt;li&gt;&lt;span&gt;&lt;span&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;span&gt;&lt;font color="#000000"&gt;Reset QA again and Input&lt;/font&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/span&gt;&lt;/span&gt;
&lt;ol&gt;
&lt;li&gt;&lt;span&gt;&lt;span&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;span&gt;&lt;font color="#000000"&gt;INSERT INTO aspnet_UsersInRoles (RoleId, UserID) VALUES (&amp;#39;copied text from 29&amp;#39;, &amp;#39;copied text from 31&amp;#39;)&lt;/font&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;
&lt;li&gt;&lt;span&gt;&lt;span&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;span&gt;&lt;font color="#000000"&gt;Repeat 28-32 for each admin account&lt;/font&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;/span&gt;&lt;/span&gt;&lt;/ol&gt;&lt;/li&gt;&lt;/ol&gt;</description></item><item><title>Re: Problem Sending Email in Clubsite with Go Daddy</title><link>http://forums.asp.net/thread/2242203.aspx</link><pubDate>Wed, 19 Mar 2008 10:29:36 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2242203</guid><dc:creator>typhoid</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2242203.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1004&amp;PostID=2242203</wfw:commentRss><description>&lt;p&gt;&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="/Themes/fan/images/icon-quote.gif"&gt; &lt;strong&gt;kwezzie1:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt; 
&lt;p&gt;&amp;nbsp;hi,&lt;/p&gt;
&lt;p&gt;could you please help me upload my site from visual studio? I am a newbie and hosting on godaddy as well. I did a publish which was successfull but I get this error when I try to find my site on the internet:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Application Error&lt;/h2&gt;
&lt;p&gt;An error has occured in the application.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Could you please give me direction as to what to do to get the site working properly? Thanks in advance.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;/p&gt;
&lt;p&gt;Did you find an answer yet?&amp;nbsp; If not, search this forum for &amp;quot;godaddy walkthrough&amp;quot;.&amp;nbsp; It may be a bit out of date due to updates to the GoDaddy management console(s), but it might point you in the right direction.&amp;nbsp; I&amp;#39;ll be pushing a new site up to GoDaddy in the next couple of weeks and can update the walkthrough if anyone needs it.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Problem Sending Email in Clubsite with Go Daddy</title><link>http://forums.asp.net/thread/2223387.aspx</link><pubDate>Mon, 10 Mar 2008 17:29:51 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2223387</guid><dc:creator>kwezzie1</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2223387.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1004&amp;PostID=2223387</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;hi,&lt;/p&gt;&lt;p&gt;could you please help me upload my site from visual studio? I am a newbie and hosting on godaddy as well. I did a publish which was successfull but I get this error when I try to find my site on the internet:&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;h2&gt;
                Application Error&lt;/h2&gt;
            &lt;p&gt;
                An error has occured in the application.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Could you please give me direction as to what to do to get the site working properly? Thanks in advance.&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Problem Sending Email in Clubsite with Go Daddy</title><link>http://forums.asp.net/thread/2202343.aspx</link><pubDate>Thu, 28 Feb 2008 19:30:29 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2202343</guid><dc:creator>CoolBond</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2202343.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1004&amp;PostID=2202343</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hi&lt;/p&gt;&lt;p&gt;this error might be due to insufficient privileges for you&lt;/p&gt;&lt;p&gt;try this method &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; C#&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SmtpClient client = new SmtpClient(smtp_server);&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; client.UseDefaultCredentials = false;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; client.DeliveryMethod = SmtpDeliveryMethod.Network;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; client.Credentials = new System.Net.NetworkCredential(&amp;quot;usename&amp;quot;, &amp;quot;password&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; client.Send(emailMsg);&amp;nbsp;  &lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; VB &lt;/p&gt;&lt;p&gt;&lt;font color="blue"&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; Dim&amp;nbsp;&lt;/font&gt;&lt;font color="black"&gt;client&amp;nbsp;&lt;/font&gt;&lt;font color="blue"&gt;As&amp;nbsp;&lt;/font&gt;&lt;font color="black"&gt;SmtpClient&amp;nbsp;&lt;/font&gt;&lt;font color="blue"&gt;=&amp;nbsp;New&amp;nbsp;&lt;/font&gt;&lt;font color="black"&gt;SmtpClient(smtp_server)&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; client.UseDefaultCredentials&amp;nbsp;&lt;/font&gt;&lt;font color="blue"&gt;=&amp;nbsp;false&lt;br /&gt;
&lt;/font&gt;&lt;font color="black"&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; client.DeliveryMethod&amp;nbsp;&lt;/font&gt;&lt;font color="blue"&gt;=&amp;nbsp;&lt;/font&gt;&lt;font color="black"&gt;SmtpDeliveryMethod.Network&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; client.Credentials&amp;nbsp;&lt;/font&gt;&lt;font color="blue"&gt;=&amp;nbsp;New&amp;nbsp;&lt;/font&gt;&lt;font color="black"&gt;System.Net.NetworkCredential(&lt;/font&gt;&lt;font color="#808080"&gt;&amp;quot;usename&amp;quot;&lt;/font&gt;&lt;font color="black"&gt;,&amp;nbsp;&lt;/font&gt;&lt;font color="#808080"&gt;&amp;quot;password&amp;quot;&lt;/font&gt;&lt;font color="black"&gt;)&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; client.Send(emailMsg)&lt;/font&gt; &lt;br /&gt;&lt;/p&gt;&lt;p&gt;hope this will help for you&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Problem Sending Email in Clubsite with Go Daddy</title><link>http://forums.asp.net/thread/2202326.aspx</link><pubDate>Thu, 28 Feb 2008 19:22:30 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2202326</guid><dc:creator>gyukon</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2202326.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1004&amp;PostID=2202326</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Thank you so much! I had the same problem and this did the trick.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Problem Sending Email in Clubsite with Go Daddy</title><link>http://forums.asp.net/thread/1855072.aspx</link><pubDate>Mon, 13 Aug 2007 14:38:20 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1855072</guid><dc:creator>rogertinsley</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1855072.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1004&amp;PostID=1855072</wfw:commentRss><description>&lt;p&gt;After much trial and error, I have come to the conclusion that the sending smtp host must be different on the goDaddy server than it is on your development computer, and that can be accomplished via different web.config parameters.&amp;nbsp; On the goDaddy site the smtp host must be &amp;quot;relay-hosting.secureserver.net&amp;quot; using port 25 and on your development maching, it must be &amp;quot;smtpout.secureserver.net&amp;quot; using port 80.&amp;nbsp; In other words, you must put something into &amp;quot;production&amp;quot; without actually testing it.&lt;/p&gt;</description></item><item><title>Re: Problem Sending Email in Clubsite with Go Daddy</title><link>http://forums.asp.net/thread/1673163.aspx</link><pubDate>Thu, 19 Apr 2007 15:49:45 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1673163</guid><dc:creator>jeric2k5</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1673163.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1004&amp;PostID=1673163</wfw:commentRss><description>&lt;p&gt;What is the error you are receiving after removing the "port"?&lt;/p&gt;&lt;p&gt;&amp;nbsp;~Eric&lt;br /&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Problem Sending Email in Clubsite with Go Daddy</title><link>http://forums.asp.net/thread/1667850.aspx</link><pubDate>Mon, 16 Apr 2007 17:54:12 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1667850</guid><dc:creator>rogertinsley</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1667850.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1004&amp;PostID=1667850</wfw:commentRss><description>&lt;p&gt;I&amp;#39;m having the same problem, only removing the port only changed the failure.&amp;nbsp; One difference is that I&amp;#39;m in a subfolder.&amp;nbsp; Any suggestions?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Follow up - Godaddy told me that in order to send email from code, it is required to use &amp;quot;relay-hosting.secureserver.net&amp;quot; as the smtp mail server, and this only works with port 25 (the default).&amp;nbsp; My problem has been resolved.&lt;/p&gt;</description></item><item><title>Re: Problem Sending Email in Clubsite with Go Daddy</title><link>http://forums.asp.net/thread/1583470.aspx</link><pubDate>Sat, 17 Feb 2007 16:24:15 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1583470</guid><dc:creator>bridgetgregory</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1583470.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1004&amp;PostID=1583470</wfw:commentRss><description>Figures it would be something small like that, is what I meant to say.</description></item><item><title>Re: Problem Sending Email in Clubsite with Go Daddy</title><link>http://forums.asp.net/thread/1582986.aspx</link><pubDate>Fri, 16 Feb 2007 23:34:48 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1582986</guid><dc:creator>typhoid</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1582986.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1004&amp;PostID=1582986</wfw:commentRss><description>&lt;p&gt;You're welcome.&amp;nbsp; We GoDaddy users sometimes have to help each other out.&lt;/p&gt;</description></item><item><title>Re: Problem Sending Email in Clubsite with Go Daddy</title><link>http://forums.asp.net/thread/1582389.aspx</link><pubDate>Fri, 16 Feb 2007 17:29:09 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1582389</guid><dc:creator>bridgetgregory</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1582389.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1004&amp;PostID=1582389</wfw:commentRss><description>That seemed to do the trick.&amp;nbsp; I just took out the port.&amp;nbsp; It is working fine now.&amp;nbsp; Thank you, thank you, thank you.&amp;nbsp; Figures it would be someone small like that.&amp;nbsp;</description></item><item><title>Re: Problem Sending Email in Clubsite with Go Daddy</title><link>http://forums.asp.net/thread/1582123.aspx</link><pubDate>Fri, 16 Feb 2007 15:08:27 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1582123</guid><dc:creator>typhoid</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1582123.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1004&amp;PostID=1582123</wfw:commentRss><description>&lt;p&gt;This is my mailsettings that works with GoDaddy:&lt;/p&gt;
&lt;p&gt;&amp;lt;system.net&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;mailSettings&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;smtp from=&lt;a href="mailto:someone@myorg.net"&gt;someone@myorg.net&lt;/a&gt;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;network host="relay-hosting.secureserver.net"/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/smtp&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/mailSettings&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;/system.net&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>