Build a silverlight 4 business application template and then used the web deploy method to upload to dasp. did not add any connection strings for any sql server 2008 database in the web.config...... the error is:- The connection name 'LocalSqlServer' was not found in the applications configuration or the connection string is empty in the machine .config. C:\Windows\Microsoft.NET\Framework\v4.0.30319\Config\machine.config Error details are as follows :- ========================================================= <font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif "> <b> Description: </b>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. <br><br> <b> Parser Error Message: </b>The connection name 'LocalSqlServer' was not found in the applications configuration or the connection string is empty.<br><br> <b>Source Error:</b> <br><br> <table width=100% bgcolor="#ffffcc"> <tr> <td> <code><pre> Line 281: <providers> Line 282: <add name="AspNetSqlRoleProvider" connectionStringName="LocalSqlServer" applicationName="/" <font color=red>Line 283: type="System.Web.Security.SqlRoleProvider, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> </font>Line 284: <add name="AspNetWindowsTokenRoleProvider" applicationName="/" Line 285: type="System.Web.Security.WindowsTokenRoleProvider, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /></pre></code> </td> </tr> </table> <br> <b> Source File: [B]</b> C:\Windows\Microsoft.NET\Framework\v4.0.30319\Config\machine.config[/B]<[/U]b> Line: </b> 283 =============================================