Quantcast
Channel: Problem publishing web-application - web.config, DB table names
Viewing all articles
Browse latest Browse all 11

Re: Problem publishing web-application - web.config, DB table names

$
0
0

Do I need to add anything in my _AppStart.cshtml file, like this? http://msdn.microsoft.com/en-us/library/gg548376%28v=vs.99%29.aspx
 

My _AppStart.cshtml code:

@{
WebSecurity.InitializeDatabaseConnection("StarterSite", "UserProfile", "UserId", "Email", true);
WebMail.SmtpServer = "mail.***.com";
WebMail.EnableSsl = false;
WebMail.UserName = "noreply@***.com";
WebMail.Password = "****";
WebMail.From = "noreply@***.com";
}

Viewing all articles
Browse latest Browse all 11

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>