our website not open, and ask for your help.

Discussion in 'ASP.NET WebServices' started by worldmedior, Jan 2, 2010.

  1. Hello, our website not open, and ask for your help.

    Web site opened, the page display:(www.ijbs.org)
    [​IMG]

    That errors in the image file for Source File, but we do not have this folder(htdocs).


    We exist on the server folders, such as images shown
    [​IMG]

    To sum up, ask for your help. Thanks

    IJBS
    Web-master
     
  2. It's not related to the htdocs folder (or it's apparent non-existence); ignore that. Your current problem is line 71 in your web.config - it's just not right.

    What mode do you intend to use for session state? InProc is the default, but you appear to have connection strings for SQL (supported on DASP) and StateServer (not supported on DASP).

    The actual cause of absolute failure in your app is probably due to the line 71 sesionState element cookieless attribute not being terminated with a " and the whole element not being terminated properly with '/>'
     

Share This Page