Gabriel 0 Denunciar post Postado Dezembro 21, 2005 Estou tentando instalar o fórum IDEALBB para meu site : http://www.simsville.com.br/forum Mas está dando esse erro... sei que é erro de configuração... como faço pra configurar !? Eu realmente nao sei nada de ASP.NET Aki está o arkivo necessário para configuração: <?xml version="1.0" encoding="utf-8" ?><configuration> <configSections> <section name="ibbV2.server" type="System.Configuration.NameValueFileSectionHandler, System, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> <section name="ibbV2.cache" type="System.Configuration.NameValueFileSectionHandler, System, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> <section name="idealadmin" type="System.Configuration.NameValueFileSectionHandler, System, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> <section name="idealdata" type="System.Configuration.NameValueFileSectionHandler, System, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> <section name="ideallogin" type="System.Configuration.NameValueFileSectionHandler, System, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> <section name="idealbbSearch" type="System.Configuration.NameValueFileSectionHandler, System, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> <section name="ideallogger" type="System.Configuration.NameValueFileSectionHandler, System, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> </configSections> <!-- BEGIN IDEAL SCIENCE DATABASE CONNECTION STRINGS SETTINGS --> <idealdata> <add key="IBBV2connectionString" value="server=strongbad;database=ibbNetMasterOneBuild;user id=sa;password=rrek1209;" /> <add key="BBSearchConnectionString" value="server=strongbad;database=ibbNetMasterOneBuild;user id=sa;password=rrek1209; Connection Timeout=60"/> <!-- For users of a single database: If the keys below are commented out or deleted, --> <!-- the IBBV2connectionString above will be used by default --> <add key="IdealLoginconnectionString" value="server=strongbad;database=ibbNetMasterOneBuild;user id=sa;password=rrek1209;" /> <add key="ILSconnectionString" value="server=strongbad;database=idealls-1-2;user id=sa;password=rrek1209;" /> </idealdata> <!-- END IDEAL SCIENCE CONNECTION STRINGS SETTINGS --> <!-- BEGIN IDEAL SCIENCE LOGIN SETTINGS --> <ideallogin> <add key="UseIdealLogin" value="true" /> <add key="IdealLoginAppID" value="3" /> <add key="AllowRemember" value="true" /> <add key="RememberDays" value="14" /> </ideallogin> <!-- END IDEAL SCIENCE LOGIN SETTINGS --> <!-- IDEAL SCIENCE IBB.NET SETTINGS --> <!-- These settings will apply on a global level and can not be overridden on a per board basis --> <ibbV2.server> <!-- This will shut down all boards and redirect to the error page --> <add key="DisableAllBoards" value="false" /> <!-- Email settings for using ideal list server or SMTP --> <add key="UseIdealListServer" value="false" /> <add key="SmtpServer" value="mail.idealscience.com" /> <add key="SendmailUserName" value="Ideal BB" /> <add key="SendmailAddress" value="webmaster@yourdomain.com" /> <!-- Used for testing, this will divert all emails to the address specified below. --> <add key="DivertAllEmails" value="true" /> <add key="DivertEmailAddress" value="admin@yourdomain.com" /> <!-- Subscribed post subjects. {0} will be replaced with the post subject. --> <add key="SendmailSubscriptionSubject" value="You've got post! [{0}]" /> <add key="SendmailForwardSubject" value="A post from IdealBB.Net" /> <!-- Enables subscriptions --> <add key="EnableSubscriptions" value="true" /> <!-- Cache Settings --> <!-- Enables caching --> <add key="EnableCaching" value="true" /> <!-- Forces cache to expire after a certain amount of time (in minutes) --> <add key="ForceExpiration" value="15" /> <!-- Enables resolve button --> <add key="EnableResolutions" value="true" /> <!-- Default Board ID for when using only one board --> <add key="defaultBoardID" value="1" /> <!-- Root Directories and Domain info --> <add key="adminDomain" value="localhost" /> <add key="adminRoot" value="/idealadmin/" /> <add key="ibbRoot" value="/ibb/" /> <add key="fileLocation" value="/ibb/" /> <!-- Ideal Science Website --> <add key="IdealScience" value="www.idealscience.com" /> <!-- This will override the dataprovider for custom database interfaces --> <add key="DataProviderAssemblyPath" value="ibbV2.dll" /> <!-- This will log all errors to the event viewer --> <add key="UseEventLog" value="true" /> <!-- An active topic icon will be displayed after the number of replies surpasses the ActiveThreadCount number and the last reply was posted no more than ActiveThreadMaxAge days ago --> <add key="ActiveThreadCount" value="5" /> <add key="ActiveThreadMaxAge" value="30" /> <!-- Active Directory settings --> <add key="UseActiveDirectory" value="false" /> <add key="ActiveDirectoryDomains" value="domain1.com;domain2.com" /> <add key="ActiveDirectoryDefaultUserGroup" value="member" /> <!-- Passport settings --> <!-- If UsePassportAuth is set to true, ensure that the Authentication Mode (below) --> <!-- Is also set to passport. If false, it should be set to Windows --> <add key="UsePassportAuth" value="false" /> </ibbV2.server> <ibbV2.cache> <add key="cacheBoardItemPriority" value="Default" /> <add key="cacheBoardCollectionPriority" value="Default" /> <add key="cacheCategoryItemPriority" value="Default" /> <add key="cacheCategoryCollectionPriority" value="Default" /> <add key="cacheForumItemPriority" value="Default" /> <add key="cacheForumCollectionPriority" value="Default" /> <add key="cacheTopicItemPriority" value="Default" /> <add key="cacheTopicCollectionPriority" value="Default" /> <add key="cacheReplyItemPriority" value="Default" /> <add key="cacheReplyCollectionPriority" value="Default" /> </ibbV2.cache> <!-- END IDEAL SCIENCE IBB.NET SETTINGS --> <!-- BEGIN IDEAL SCIENCE ADMIN SETTINGS --> <idealadmin> <!-- Main display pages --> <add key="skinPath" value="/idealadmin/skins/default/" /> <add key="xmlPath" value="/idealadmin/xml/" /> <!-- Web paths and pages --> <add key="webRoot" value="/idealadmin/" /> <add key="loginPage" value="login.aspx" /> <!-- Is the Ideal BB.NET application installed? --> <add key="ibbInstalled" value="true" /> </idealadmin> <!-- END IDEAL SCIENCE ADMIN SETTINGS --> <idealbbSearch> <add key="EnterpriseSearch" value="false" /> <!-- "AllowTransactionLogToBeCleared" should only be turned on if the search --> <!-- index is being rebuilt, and all users are logged off. All values other --> <!-- than "true" will be interpreted as "false". --> <add key="AllowTransactionLogToBeCleared" value="false" /> <!-- Indexing interval in milliseconds - 3600000 = 1 hour --> <add key="IndexingInterval" value="3600000" /> <add key="IndexingThreads" value="5" /> <add key="SubjectWeight" value="5" /> <add key="BodyWeight" value="1" /> <add key="MemberWeight" value="7" /> <add key="MaxWordIndexRowsReturned" value="5000" /> <add key="ResultPageRows" value="10" /> <add key="MaxResultPages" value="9" /> <add key="SearchResultMaxQuantity" value="300" /> <add key="BadWordsFileName" value="badwords.xml" /> </idealbbSearch> <ideallogger> <!-- LogLevel can be debug/warn/info/error --> <!-- debug: logs in extensive detail for development or --> <!-- debugging, not recommended for production --> <!-- error: logs only when an exception is thrown --> <!-- this is the recommended production level --> <!-- All search logging is added to the "log" table --> <add key="LogLevel" value="error" /> <add key="LogToDatabase" value="true" /> <add key="LogToEventLog" value="true" /> </ideallogger> <system.web> <httpHandlers> <add verb="GET" path="FtbWebResource.axd" type="FreeTextBoxControls.AssemblyResourceHandler, FreeTextBox" /> <add verb="GET" path="get.axd" type="IdealScience.Web.Utility.FileHandler, ibb" /> </httpHandlers> <!-- DYNAMIC DEBUG COMPILATION Set compilation debug="true" to enable ASPX debugging. Otherwise, setting this value to false will improve runtime performance of this application. Set compilation debug="true" to insert debugging symbols (.pdb information) into the compiled page. Because this creates a larger file that executes more slowly, you should set this value to true only when debugging and to false at all other times. For more information, refer to the documentation about debugging ASP.NET files. --> <compilation defaultLanguage="c#" debug="true" /> <!-- CUSTOM ERROR MESSAGES Set customErrors mode="On" or "RemoteOnly" to enable custom error messages, "Off" to disable. Add <error> tags for each of the errors you want to handle. "On" Always display custom (friendly) messages. "Off" Always display detailed ASP.NET error information. "RemoteOnly" Display custom (friendly) messages only to users not running on the local Web server. This setting is recommended for security purposes, so that you do not display application detail information to remote clients. --> <!-- customErrors mode="RemoteOnly" /--> <customErrors mode="RemoteOnly"> </customErrors> <!-- AUTHENTICATION This section sets the authentication policies of the application. Possible modes are "Windows", "Forms", "Passport" and "None" "None" No authentication is performed. "Windows" IIS performs authentication (Basic, Digest, or Integrated Windows) according to its settings for the application. Anonymous access must be disabled in IIS. "Forms" You provide a custom form (Web page) for users to enter their credentials, and then you authenticate them in your application. A user credential token is stored in a cookie. "Passport" Authentication is performed via a centralized authentication service provided by Microsoft that offers a single logon and core profile services for member sites. --> <authentication mode="Windows" /> <!-- AUTHORIZATION This section sets the authorization policies of the application. You can allow or deny access to application resources by user or role. Wildcards: "*" mean everyone, "?" means anonymous (unauthenticated) users. --> <authorization> <allow users="*" /> <!-- Allow all users --> <!-- <allow users="[comma separated list of users]" roles="[comma separated list of roles]"/> <deny users="[comma separated list of users]" roles="[comma separated list of roles]"/> --> </authorization> <!-- APPLICATION-LEVEL TRACE LOGGING Application-level tracing enables trace log output for every page within an application. Set trace enabled="true" to enable application trace logging. If pageOutput="true", the trace information will be displayed at the bottom of each page. Otherwise, you can view the application trace log by browsing the "trace.axd" page from your web application root. --> <trace enabled="false" requestLimit="10" pageOutput="false" traceMode="SortByTime" localOnly="true" /> <!-- SESSION STATE SETTINGS By default ASP.NET uses cookies to identify which requests belong to a particular session. If cookies are not available, a session can be tracked by adding a session identifier to the URL. To disable cookies, set sessionState cookieless="true". --> <sessionState mode="InProc" stateConnectionString="tcpip=127.0.0.1:42424" sqlConnectionString="data source=127.0.0.1;Trusted_Connection=yes" cookieless="false" timeout="20" /> <!-- GLOBALIZATION This section sets the globalization settings of the application. --> <globalization requestEncoding="utf-8" responseEncoding="utf-8" /> </system.web></configuration> Falow ;) Compartilhar este post Link para o post Compartilhar em outros sites
Gabriel 0 Denunciar post Postado Dezembro 23, 2005 Alguma luz ????Falow ;) Compartilhar este post Link para o post Compartilhar em outros sites