Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • curlybub 133 posts 107 karma points
    May 19, 2009 @ 10:19
    curlybub
    0

    Email Form

    Hi Guys,

    I dont know if this is the right place to post this question. If it isn't, I apologize.

    I had a friend that created a contact form for me using asp.net and i just introduced him to umbraco. I wanted to use the contact form that he did. He gave me two files. FormEmailSending.aspx and FormEmailSending.aspx.vb. The problem is when I try to upload the two files on the wwwroot folder, it gives me an error when I try to access it.

    http://www.mydomain.com/FormEmailSending.aspx. gives an error "No umbraco document matches the url 'http://www.mydomain.com/FormEmailSending.aspx'"

    How do I resolve this? Is there any particular place that I need to upload the two files that he gave to me?

    Thank you guys.

    Regards,
    Harry

  • Daniel Lindstrom 454 posts 271 karma points
    May 19, 2009 @ 10:36
    Daniel Lindstrom
    0

    You to use aspx pages without umbraco interfering you have to configure the umbracoReservedUrls or umbracoReservedPaths values in web.config.

    Add FormEmailSending.aspx to umbracoReservedUrls, otherwise umbraco will look for a content node with that Url.

  • curlybub 133 posts 107 karma points
    May 19, 2009 @ 12:21
    curlybub
    0

    [quote=daniel_l]You to use aspx pages without umbraco interfering you have to configure the umbracoReservedUrls or umbracoReservedPaths values in web.config.

    Add FormEmailSending.aspx to umbracoReservedUrls, otherwise umbraco will look for a content node with that Url.
    [/quote]

    Thank you for the quick reply. It worked. WHOA! this is getting harder and harder for a guy that doesn't have an asp or asp.net background.

    Sad. :(

    Regards,
    Harry

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies