Error in Server when submitting this to the server
Server Error in '/' Application.
--------------------------------------------------------------------------------
Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
Background- I have an aspx.form which has a link to an aspx.page.
In that page is a calendar with XML file data.
when I select the link I get the above error message.
what are steps in submitting a page with an xml file beign read by a control in that page? I submitted also the xml in the server.
There are no errors is I run this on local browser but does get the error when submitted to the web server. I've missed something.
I am not familiar with how XML is to be viewed in a page.
thanks
|