code i have return in web.config for sql server 2005
in sql server 2005 we have changed the default port to 1477
<connectionStrings><
addname="ConnectionStringSQL"connectionString="server=servername;PORT=1477;database=databasename;uid=XXX;pwd=XXXXXXX"providerName="System.Data.SqlClient" /></
connectionStrings>I am getting the error below
Error Description
Keyword not supported: 'port'.Description:An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ArgumentException: Keyword not supported: 'port'.
Source Error:An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:[ArgumentException: Keyword not supported: 'port'.]
System.Data.Common.DbConnectionOptions.ParseInternal(Hashtable parsetable, String connectionString, Boolean buildChain, Hashtable synonyms, Boolean firstKey) +4905476
System.Data.Common.DbConnectionOptions..ctor(String connectionString, Hashtable synonyms, Boolean useOdbcRules) +98
Please any one help me . I need to include the Port number in web.config