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

Thank you for your reply, seems like we are one step closer to success.

Now I got a new error message:

Keyword not supported: 'initial catalog'.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 

Exception Details: System.ArgumentException: Keyword not supported: 'initial catalog'.

Source Error: 

Line 1:  @{Line 2: WebSecurity.InitializeDatabaseConnection("StarterSite", "UserProfile", "UserId", "Email", true); Line 3:  WebMail.SmtpServer = "mail.saffron.arvixe.com";
Line 4:  WebMail.EnableSsl = false;

web.config:

<?xml version="1.0" encoding="UTF-8"?><configuration><connectionStrings><add name="StarterSite"
		connectionString="Data Source=saffron.arvixe.com;Initial Catalog=StarterSite; User Id=root;
		Password=****" /></connectionStrings><system.webServer><directoryBrowse enabled="false" /><defaultDocument><files><clear /><add value="Default.htm" /><add value="Default.asp" /><add value="index.htm" /><add value="index.html" /><add value="iisstart.htm" /><add value="default.aspx" /><add value="default.cshtml" /></files></defaultDocument></system.webServer></configuration>



Got any clue?


Viewing all articles
Browse latest Browse all 11

Trending Articles



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