Problem hosting webpage on server/ domain
-
hi i have developed a test page in asp.net 2.0 (VS 2005), and tried to hold it on my domain. it is a simple page with three textbox and a button, web.config is also default, but it gives error Server Error in '/' Application. -------------------------------------------------------------------------------- Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. Parser Error Message: Unrecognized configuration section 'connectionStrings' Source Error: Line 10: Line 11: Line 12: Line 13: Line 14:
-
hi i have developed a test page in asp.net 2.0 (VS 2005), and tried to hold it on my domain. it is a simple page with three textbox and a button, web.config is also default, but it gives error Server Error in '/' Application. -------------------------------------------------------------------------------- Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. Parser Error Message: Unrecognized configuration section 'connectionStrings' Source Error: Line 10: Line 11: Line 12: Line 13: Line 14:
Since this element is new in .NET 2.0, that would suggest that your host server hasn't been upgraded to support .NET 2.0 and the server is trying to run your page with the .NET 1.1 runtime. You need to get the server upgraded with .NET 2.0.
Stability. What an interesting concept. -- Chris Maunder