Hi, i am a newbie programmer, and i have a problem with sqldatasource. In my project, i have a database called "KFS". I have a gridview and sqldatasource as gridview's datasource. I have a connection string like that:
"KFSConnectionString" connectionString="Data Source=.\sqlexpress;Initial Catalog=KFS;Integrated Security=True" providerName="System.Data.SqlClient"
This is working in VS2008 but when i load this on my website, it doesn't work. How should i change my connection string?