Scarlet Geschrieben 27. September 2010 Teilen Geschrieben 27. September 2010 Hallo, ich poste hier rein, weil ich ein Problem mit der web.config file habe. Und zwar soll ich eine Wiki (Screwturnwiki) für meine Firma einrichten. Die Daten sollen auf nem SQL Server liegen. Das alles hab ich auch installiert. Nur jetzt soll ich in der webconfigfile etwas umschreiben: <!-- WARNING: DO NOT MODIFY THE NAMES OF THE FOLLOWING KEYS: ONLY EDIT THEIR VALUES! --> <!-- Set this item with your "data" directory path, which MUST have write permissions for the ASP.NET worker process. This path must be relative to the Root Directory path. This parameter is mandatory. --> <add key="PublicDirectory" value="public\" /> <!-- Set this item with your preferred password, used for the root administrator (username 'administrator'). This parameter is mandatory. --> <add key="MasterPassword" value="XXX" /> <!-- Set this item with the fully-qualified name of Settings Storage Provider you want to use, for example "MyNamespace.MyProvider, MyAssembly". The assembly should be placed inside the bin directory of the application or the public\Plugins directory. Leave empty, or set "default" to use the built-in provider. --> <add key="SettingsStorageProvider" value="ScrewTurn.Wiki.Plugins.SqlServer.SqlServerSettingsStorageProvider, SqlServerProviders.dll" /> <!-- Set this item with the configuration for the Settings Storage Provider defined above. The built-in providers does not require any configuration. --> <add key="SettingsStorageProviderConfig" value="Data Source=\\IF-WIKI\SQLExpress\screwturnwiki" ;Initial Catalog="screwturnwiki";User ID="IF-WIKI\user";Password="XXX" /> </appSettings> weiß einer ob ich bei dem masterpassword das pw vom Serveradmin angeben soll? Darf ich den 'administrator' (username 'administrator') verändern? Und was soll man bei Initial Catalog eingeben? Ist die Syntax sonst richtig? Und muss man bei der User ID einen belebigen Benutzer der Datenbank angeben? Wär nett wenn sich da vielleicht jemand mit auskennt. LG Zitieren Link zu diesem Kommentar Auf anderen Seiten teilen Mehr Optionen zum Teilen...
Empfohlene Beiträge
Dein Kommentar
Du kannst jetzt schreiben und Dich später registrieren. Wenn Du ein Konto hast, melde Dich jetzt an, um unter Deinem Benutzernamen zu schreiben.