• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

.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