Hi Imar,
I changed my hosting service to winhost.
I used web deploy to upload the classifieds site and it saved it as a folder called myapp.
I am having issues with the following
"Parser Error Message: The connection name 'LocalSqlServer' was not found in the applications configuration or the connection string is empty"
Support told me i need to use the following code in my web.config.
Code:
<connectionStrings>
<remove name="LocalSqlServer" />
<add name="LocalSqlServer" connectionString="Data Source=DBServerName;Integrated Security=false;Initial Catalog=DBName;User ID=DBLogin;Password=DBPassword" providerName="System.Data.SqlClient" />
</connectionStrings>
the only database that i use the classifieds. how do i know what the password and user name is?
Thanks.