Hello, our website not open, and ask for your help. Web site opened, the page displaywww.ijbs.org) 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 To sum up, ask for your help. Thanks IJBS Web-master
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 '/>'