hi
I am doing project under entire architecture in ASP.Net ,, But i am getting coonection error while running the program

connection at webconfig is below:
[code=xml]
<appSettings>

<add key="Myconn" value="server=. ;uid=;pwd=;Init ial Catalog=tempdb; Integrated Security=true"/>
</appSettings >
[/code]

my code on calling...