close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

GoDaddy Forms - Help with Processing Code

Thread began 7/29/2009 4:53 pm by rel693385750 | Last modified 8/03/2009 10:49 pm by rel693385750 | 5589 views | 2 replies

biesheuvel378713

I don't know exactly what you are trying to do.

Were did you place your ASP.NET code?

500 Internal Server Error pops up when it's not properly placed in the BIN folder.

This part of the code:
private void SendEmail()
{
const string SERVER = "relay-hosting.secureserver.net";
MailMessage oMail = new System.Web.Mail.MailMessage();
oMail.From = "emailaddress@domainname";
oMail.To = "emailaddress@domainname";
oMail.Subject = "Test email subject";
oMail.BodyFormat = MailFormat.Html; // enumeration
oMail.Priority = MailPriority.High; // enumeration
oMail.Body = "Sent at: " + DateTime.Now;
SmtpMail.SmtpServer = SERVER;
SmtpMail.Send(oMail);
oMail = null; // free up resources
needs a closing bracket }

If you've wrtitten only this methode without declaring this method as a member of a class this will never work C# is compltely object oriƫntated. You cannot instanciate a method without a class..


Error 800402e

Looks like there is something wrong with the SMTP adres.

I allways use the web.config to setup the smtp.

Something like this:

<system.net>
<mailSettings>
<smtp from="">
<network host="127.0.0.1"
password="" userName="" />
</smtp>
</mailSettings>
</system.net>

ASP.NET is totally different to ASP. ASP.NET works with precompiled code. Is your IIS setup for ASP.NET?

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...