Latest 100 public snipts »
ludicco's
snipts » mvc
showing 1-2 of 2 snipts for mvc
-
∞ Web.config ASP.NET MVC SQL SERVER/EXPRESS - Development x Production
<connectionStrings> <remove name="LocalSqlServer" /> <!-- DEVELOPMENT - SQLEXPRESS --> <add name="ApplicationServices" connectionString="data source=.\SQLEXPRESS;Integrated Security=True;AttachDbFilename=|DataDirectory|\ASPNETDB.MDF;User Instance=True" providerName="System.Data.SqlClient" /> <!-- PRODUCTION - SQLSERVER --> <add name="ApplicationServices" connectionString="Data Source=MACHINE_NAME;Initial Catalog=DataBaseName;Integrated Security=True" providerName="System.Data.SqlClient" /> </connectionStrings>
-
∞ ASP MVC MS SQL Fix in Webconfig
in web.config Under the ...<system.web> <identity impersonate="true" userName="ludicco" password="s4lv4d0rd4l1" />


