|
|
 Rank: YAF Forumling
Joined: 8/28/2008 Posts: 5
|
I've run both the source and binary locally and went trough excellent, then I copy all the binary file to the 1and1 hosting account into the root location, and I’m getting runtime error. With version 1.9.1.8 works good but with the 1.9.3 beta it doesn't on 1and1. 1and1 use the fallowing format to connect to the DB: server=mssqlxxx.1and1.com; initial catalog=dbxxxxxxxxx;uid=dboxxxxxxxxx;pwd=xxxxxxxx
For the version 1.9.3 beta i changed the format in the db.config from <connectionStrings> <add name="yafnet" connectionString="data source=(local);initial catalog=yafnet;integrated security=SSPI" /> </connectionStrings>
to
<connectionStrings> <add name="yafnet"server=mssqlxxx.1and1.com; initial catalog=dbxxxxxxxxx;uid=dboxxxxxxxxx;pwd=xxxxxxxx" /> </connectionStrings> with the MS SQL info provided under the control panel in my 1and1 account. I also tried to recompile in both VS pro 2005 and 2008 and the error retains on the hosting company. Any suggestions?
|
|
|
 Rank: YAF MVP

Joined: 2/12/2005 Posts: 923 Location: Italy
|
Are you using a fresh v1.9.3 DB. The databases are different from version to version. .....the man in black fled across the desert..........and the gunslinger followed.....
|
|
|
 Rank: YAF Forumling
Joined: 8/28/2008 Posts: 5
|
test2005 wrote:Are you using a fresh v1.9.3 DB. The databases are different from version to version.
Yes, is a fresh v1.9.3 full install I'm on this issue for the last 3 days before i've post here.
|
|
|
 Rank: YAF Forumling
Joined: 8/28/2008 Posts: 5
|
I was able to solve the issue with the runtime error, but now i'm having this problem: Server Error in '/' Application.
Quote:Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: YAF.Providers.Membership.YafMembershipProvider..ctor()
Source Error:
Line 106: <providers> Line 107: <clear/> Line 108: <add connectionStringName="yafnet" applicationName="YetAnotherForum" name="YafMembershipProvider" requiresUniqueEmail="true" useSalt="true" type="YAF.Providers.Membership.YafMembershipProvider"/> Line 109: </providers> Line 110: </membership>
Source File: E:\kunden\homepages\30\d2XXXXXXXX\web.config Line: 108
Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433
This error happens after i submit the info from the intallation form. Any ideea what could be the issue?
|
|
|
 Rank: YAF MVP

Joined: 2/12/2005 Posts: 923 Location: Italy
|
You've posted this second problem in another thread! Try not to do that! Confuses us old guys!!! Answered in other thread!  .....the man in black fled across the desert..........and the gunslinger followed.....
|
|
|
| Users browsing this topic |
|
Guest
|
YAFPro Theme Created by Jaben Cargman (Tiny Gecko)Powered by YAF 1.9.3 RC2 |
YAF © 2003-2008, Yet Another Forum.NETThis page was generated in 0.083 seconds.