I have a problem with user controls (.ascx) when inserting them into Umbraco which I host on my hosting company server. The strange thing is when I test it on my local environment on Microsoft Webmatrix it works perfectly fine. I tried Calendar control, Button, Drop-Down controls-none of them works. But they all work on Webmartix. If I don't place asp control but use just a text "Hello World" it works ok. Otherwise it gives me an error message: "An error occurred while processing your request."
Problem with user control (.ascx) in Umbraco.
Hi,
I have a problem with user controls (.ascx) when inserting them into Umbraco which I host on my hosting company server. The strange thing is when I test it on my local environment on Microsoft Webmatrix it works perfectly fine. I tried Calendar control, Button, Drop-Down controls-none of them works. But they all work on Webmartix. If I don't place asp control but use just a text "Hello World" it works ok. Otherwise it gives me an error message: "An error occurred while processing your request."
Could you please help?
Thank you.
Berdia,
Did you make sure the user control is in a <form runat="server"</form> tag?
is working on a reply...