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.
[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.
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
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=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
is working on a reply...
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.