Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. Parser Error Message: _Default Ensure your app has been setup as a application and it set to the correct framework within iis also ensure you are [...]
Error: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. Try adding a Connect Timeout in the web.config The Connect Timeout attribute of a connection string determines how long a SqlConnection Object runs before it stops attempting to connect to a server. Reference
Error: Theme ‘Default’ cannot be found in the application or global theme directories. my view: The App_Themes directory is either missing or iis does not have access to it. Reference Tempory fix will be to remove the reference from the web.config file or commented it out.
Error Microsoft OLE DB Provider for ODBC Drivers error ’80004005′ [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified /2008/mission.asp, line 174 Notes: strange the error states no data source name found and no default driver specified. If you are certain your code is correct. Please contact your host and ensure [...]
Line 42: <add assembly=”System.Data.DataSetExtensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B711414E089″ /> Line 43: <add assembly=”System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C2522089″ /> *ERROR *Line 44: <add assembly=”System.Data.Entity, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A55115214E089″ /> Line 45: <add assembly=”System.Data.Services, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A51515E089″ /> Line 46: [...]