I have a question about how to change the web config
Below is my code
<configuration>
<appSettings/>
<connectionStrings>
<add name="MyXT" connectionString="Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\XT.mdf;Integrated Security=True;User Instance=True"
providerName="System.Data.SqlClient" />
</connectionStrings>
<system.web>
If i want to change it from SQL Express to Standard SQL how i have to write about it. Now the data put it on SQL Express and i need to change to SQL.
So wat is the code help me please