Re: The version on a host the server does not work Demo ?

  •  03-14-2005, 4:02 PM

    Re: The version on a host the server does not work Demo ?

    Adam, at applicationsCuteEditorandDotNetGallerythe same mistake:
     
    ==============================================================================

    Server Error in '/' Application.

    Runtime Error

    Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

    Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".

    <!-- Web.Config Configuration File -->
    
    <configuration>
        <system.web>
            <customErrors mode="Off"/>
        </system.web>
    </configuration>

    Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.

    <!-- Web.Config Configuration File -->
    
    <configuration>
        <system.web>
            <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
        </system.web>
    </configuration>

    ==============================================================================

    On a host the server the account has full access to database

    SQL (dbo),and full access on a host a directory with files, applications are carried out in a bullet of the application (Application Protection: Medium (pooled)). As on the server it is establishedWindows 2003 Server.NET Framework 1.1 (SP1), SQL Server 2000 (final SP)(Database: Cyrillic collation).
    It would be desirable to know what else conditions are necessary for start of applications?
    I did not recustomize your applications, on
    localhostall works, on removedWEBthe server with above described configuration does not work!
    Tried to register in
    WEB.Config:

    <configuration>
        <system.web>
            <customErrors mode="Off"/>
        </system.web>
    </configuration>

    In anything has not resulted,the samemistake
     

    On English: Automatic intellegance - a task of generations ...
    По Русски: Искуственный интеллект - задача поколений ...
View Complete Thread