开发者

Configuration Membership on localhost and real hosting

开发者 https://www.devze.com 2023-02-06 17:54 出处:网络
On localhost use SQLServer Express Edition. When I upload file to real hosting,my hosting use Full SQL Server 2005. H开发者_StackOverflowow to config the ConnectionString of Membership(aspnetdb.mdf) c

On localhost use SQLServer Express Edition. When I upload file to real hosting,my hosting use Full SQL Server 2005. H开发者_StackOverflowow to config the ConnectionString of Membership(aspnetdb.mdf)


connectionstrings should stay the same. if db and app is same machine and u set location to localhost.


How your ConnectionString for your hosting environment is supposed to look like you should probably find out via the FAQs (or a similar section) on your hoster's page.

On this page you will find a reference of all ConnectionStrings and how to use them:

  • www.connectionstrings.com
0

精彩评论

暂无评论...
验证码 换一张
取 消