Hi x10 Community and Help Please

lezreth

New Member
Messages
2
Reaction score
0
Points
0
Hello everyone and I am glad to finally have my website that I have been working on posted, however I seem to be having some difficulty in getting it off the ground, and I did not see an appropriate section to post my problem.

I developed my website entirely in ASP.NET using Visual Studio 2008 and spent yesterday and today uploading it one file at a time using cPanel's built in file manager. After doing this I tried to view the website, however it kept giving me an error:

Runtime Error
Server Error in '/' Application

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.


What followed was an explanation of putting a customErrors tag in the web.config file with a mode="off" attribute. After doing so and viewing the page again, it gives me this:

Server Error in '/' Application

The value for the property 'mode' is not valid. The error is: The requested value 'off' was not found. (/home/lezreth/public_html/web.config line 1)

Description: HTTP 500. Error processing request.
Stack Trace:
System.Configuration.ConfigurationErrorsException: The value for the property 'mode' is not valid. The error is: The requested value 'off' was not found. (/home/lezreth/public_html/web.config line 1)
at System.Configuration.ConfigurationElement.DeserializeElement (System.Xml.XmlReader reader, Boolean serializeCollectionKey) [0x00000]

The stack trace was actually 12 lines long. I cannot seem to figure out what is causing this problem. Any help with matter would be greatly appreciated. The URL for my website is http://mabi-tools.com if you need to see the entire stack trace.
 
Top