Infralution Support Forum Index Infralution Support
Support groups for Infralution products
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Local Testing Works But Cannot Perform Remote Test

 
Post new topic   Reply to topic    Infralution Support Forum Index -> IPN.NET Support
View previous topic :: View next topic  
Author Message
markdart



Joined: 18 Oct 2006
Posts: 18

PostPosted: Thu Feb 04, 2010 12:14 am    Post subject: Local Testing Works But Cannot Perform Remote Test Reply with quote

I was able to successfully test locally with the IPN Test Tool but I cannot get the remote test with the test tool working. I published as you previously suggested locally then ftp to remote. The default.aspx file is in the root. It looks like it runs but is not finding something when it starts to send the first email (?).

Thanks...


I get this debug info from the trace tool:

aspx.page Begin PreInit
aspx.page End PreInit 4.34412753576223E-05 0.000043
aspx.page Begin Init 6.13206427073832E-05 0.000018
aspx.page End Init 8.74412809449246E-05 0.000026
aspx.page Begin InitComplete 0.000100711123899825 0.000013
aspx.page End InitComplete 0.000114120649412146 0.000013
aspx.page Begin PreLoad 0.000126692079579947 0.000013
aspx.page End PreLoad 0.000139473033583877 0.000013
aspx.page Begin Load 0.000152463511423938 0.000013
Page_Load 0.000166780973559489 0.000014
Payment Status: Completed 0.00018389208684344 0.000017
Log File: D:\Hosting\5586293\html\logs\2010-01\7F7DKLPRSWWHZ3D22.xml 0.00467999424507863 0.004496
LogPostData 0.00613723252536286 0.001457
VerifyPost 0.00885489636252652 0.002718
Receiver Email: mdreher@mixermuse.com 0.00898626780778004 0.000131
ProcessPayment 0.00944016627811635 0.000454
ProcessShoppingCartItems 0.0251814127214492 0.015741
ProcessPurchaseItem(T2488 on CD for Tascam 2488 MKII, 1) 0.0332964804186007 0.008115
GetEmailText 0.0344446011993144 0.001148
SendCustomerEmail 0.0705433232435966 0.036099
SendEmail 0.0715789995655872 0.001036
Unhandled Exception: SmtpException
Message: Failure sending mail.
Stack Trace:
at System.Net.Mail.SmtpClient.Send(MailMessage message)
at _Default.SendEmail(MailMessage message) in C:\Audio Recording\ipn\Source\IPN\Default.aspx.cs:line 699
at _Default.SendCustomerEmail(String subject, String emailText) in C:\Audio Recording\ipn\Source\IPN\Default.aspx.cs:line 566
at _Default.ProcessPurchaseItem(PurchaseItem item, Int32 quantity) in C:\Audio Recording\ipn\Source\IPN\Default.aspx.cs:line 400
at _Default.ProcessShoppingCartItems() in C:\Audio Recording\ipn\Source\IPN\Default.aspx.cs:line 447
at _Default.ProcessPayment() in C:\Audio Recording\ipn\Source\IPN\Default.aspx.cs:line 529
at _Default.Page_Load(Object sender, EventArgs e) in C:\Audio Recording\ipn\Source\IPN\Default.aspx.cs:line 977 21.2655178241927 21.193939
SendNotificationEmail 21.2687796214323 0.003262
SendEmail 21.2690394309891 0.000260
Unhandled Execution Error
Failure sending mail.
at System.Net.Mail.SmtpClient.Send(MailMessage message)
at _Default.SendEmail(MailMessage message) in C:\Audio Recording\ipn\Source\IPN\Default.aspx.cs:line 699
at _Default.SendNotificationEmail() in C:\Audio Recording\ipn\Source\IPN\Default.aspx.cs:line 599
at _Default.Page_Load(Object sender, EventArgs e) in C:\Audio Recording\ipn\Source\IPN\Default.aspx.cs:line 1002
at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e)
at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
at System.Web.UI.Control.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

The Form Collection reportedin the trace is this:

mc_handling 0.00
mc_shipping 0.00
custom
num_cart_items 1
test_ipn 0
txn_id 7F7DKLPRSWWHZ3D22
txn_type cart
notify_version 2.1
charset windows-1252
verify_sign vJxFRT046ccMipGonDnRDwjZuKDEwtATxAg3VdwQst-vJxFRT046ccMi
business mdreher@mixermuse.com
receiver_email mdreher@mixermuse.com
receiver_id TK0M4PKU6YCN5
payer_id TK0M4PKU6YCN5
payer_email dreherm_98@yahoo.com
payer_status unverified
first_name Andrew
last_name Tester4
address_status unconfirmed
address_name Andrew Tester4
address_street 6 Test St
address_city Test Town
address_state Test State
address_zip 12345
address_country_code US
address_country United States
residence_country US
payment_date 11:20:27 Jan 30, 2010 PDT
payment_type instant
payment_status Completed
payment_fee
payment_gross 64.95
tax 0.00
mc_gross 64.95
mc_currency USD
mc_fee 0.00
item_number1 4
item_name1 T2488 on CD for Tascam 2488 MKII
quantity1 1
mc_handling1 0.00
mc_shipping1 0.00
mc_gross_1 64.95
Back to top
View user's profile Send private message Visit poster's website
markdart



Joined: 18 Oct 2006
Posts: 18

PostPosted: Thu Feb 04, 2010 2:02 pm    Post subject: Reply with quote

Also, why does the trace report paths with c:\... since that is my local hard drive - is that right?
Back to top
View user's profile Send private message Visit poster's website
markdart



Joined: 18 Oct 2006
Posts: 18

PostPosted: Fri Feb 05, 2010 7:23 pm    Post subject: Reply with quote

Nevermind - this worked for GoDaddy...

<MailServer>relay-hosting.secureserver.net</MailServer>
<SmtpUserName></SmtpUserName>
<SmtpPassword></SmtpPassword>
<SmtpPort>25</SmtpPort>
<SmtpUseSSL>false</SmtpUseSSL>
Back to top
View user's profile Send private message Visit poster's website
Infralution



Joined: 28 Feb 2005
Posts: 5027

PostPosted: Sun Feb 07, 2010 10:22 pm    Post subject: Reply with quote

You worked it out before I got a chance to reply. The problem was indeed your email was not configured correctly. The trace reports the C path because it reports the path of the source code that the assemblies were compiled with.
_________________
Infralution Support
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Infralution Support Forum Index -> IPN.NET Support All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group