• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

.aspx Form Submission Error ....VERY URGENT HELP PLEASE!

E

ebabjohn

Guest
Hello Friends,

I am a newbie to Windows/ asp.

ALL .aspx forms on my clients site will not function. I've tried the little I know....but no solution yet, pls can somebody help give a workable solution? Error Message pasted below:

Server Error in '/' Application.
--------------------------------------------------------------------------------

Exception 0xc0000006 was generated at address 0x77e4efe1
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Runtime.InteropServices.COMException: Exception 0xc0000006 was generated at address 0x77e4efe1

Source Error:


Line 19: mailMessage.Body = Message
Line 20: System.Web.Mail.SmtpMail.SmtpServer = "clientdomain.com"
Line 21: System.Web.Mail.SmtpMail.Send(mailMessage)
Line 22: response.redirect("ContactFormSent.aspx", false)
Line 23:


Source File: C:\Inetpub\vhosts\clientdomain.com\httpdocs\contactform.aspx Line: 21

Stack Trace:


[COMException (0x80040201): Exception 0xc0000006 was generated at address 0x77e4efe1
]

[TargetInvocationException: Exception has been thrown by the target of an invocation.]
System.RuntimeType.InvokeDispMethod(String name, BindingFlags invokeAttr, Object target, Object[] args, Boolean[] byrefModifiers, Int32 culture, String[] namedParameters) +0
System.RuntimeType.InvokeMember(String name, BindingFlags invokeAttr, Binder binder, Object target, Object[] args, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParameters) +468
System.Web.Mail.LateBoundAccessHelper.CallMethod(Object obj, String methodName, Object[] args) +58

[HttpException (0x80004005): Could not access 'CDO.Message' object.]
System.Web.Mail.LateBoundAccessHelper.CallMethod(Object obj, String methodName, Object[] args) +113
System.Web.Mail.CdoSysHelper.Send(MailMessage message) +1863
System.Web.Mail.SmtpMail.Send(MailMessage message) +153
ASP.contactform_aspx.Button1_Click(Object sender, EventArgs e) in C:\Inetpub\vhosts\clientdomain.com\httpdocs\contactform.aspx:21
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +108
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +57
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +18
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33
System.Web.UI.Page.ProcessRequestMain() +1292




--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET Version:1.1.4322.2300
 
Back
Top