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

Last post 03-16-2005, 12:49 AM by NetProgrammer. 4 replies.
Sort Posts: Previous Next
  •  03-14-2005, 10:25 AM 4584

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

    Has downloaded a demo of the version of components CuteEditor and DotNetGallery, has established on localhost has seen all works normally.

    Has unloaded files on a host the server through FTP - works nothing!

    I receive Error in Application!

    What's the matter?


    On English: Automatic intellegance - a task of generations ...
    По Русски: Искуственный интеллект - задача поколений ...
  •  03-14-2005, 11:17 AM 4592 in reply to 4584

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

    NetProgrammer,

    The trial version of Cute Editor and dotnetgallery should work on the remote server as well.

    What's kind of error did you get? Can you paste here?

    Maye it's configuration issue.

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  03-14-2005, 4:02 PM 4613 in reply to 4592

    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 ...
    По Русски: Искуственный интеллект - задача поколений ...
  •  03-14-2005, 4:52 PM 4618 in reply to 4613

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

    After you set <customErrors mode="Off"/> in your web.confif file, are you able to see the error message?

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  03-16-2005, 12:49 AM 4679 in reply to 4618

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

    Has found out, why did not work:

    Adam

    , at a host of the provider it is forbidden to write down inWEB.Config-<impersonate=true/> !
    Since the application is carried out and so under the full rights of my account, and at me in a base directory such has been registered, therefore internal directories inherited this property and worked nothing ...

    Thanks !


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