Error on testing at my ISPs server.

Last post 08-18-2004, 5:39 AM by Digitalmafia. 6 replies.
Sort Posts: Previous Next
  •  07-27-2004, 5:11 AM 1325

    Error on testing at my ISPs server.

    Hi Adam,
    The DotNetGallery demo works fine on my local machine. Having uploaded the pages to to my ISPs server I get the error below.
    Will the demo work on this server? I realise I need to purchase a license to continue using it but this I am still testing the demo at this stage. (I think a license problem would give a different error anyway?)
    All help is much appreciated.
    Alex
     
     

    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>
  •  07-27-2004, 5:40 AM 1326 in reply to 1325

    Re: Error on testing at my ISPs server.

    Hi there,

    Sorry - I copied the earlier error. The correct one is below:
    I have enabled read, write and execute permissions on all the folders.
    Thanks again for any help,
    Alex
     
     
     
     
     

    Server Error in '/' Application.

    Security Exception

    Description: The application attempted to perform an operation not allowed by the security policy. To grant this application the required permission please contact your system administrator or change the application's trust level in the configuration file.

    Exception Details: System.Security.SecurityException: Security error.

    Source Error:

    Line 86:         <tr>
    Line 87:           <td align="center" valign="middle">        
    Line 88: 		  <form runat="server">
    Line 89: 			  <div align=center class="head"><b><font color="#000000" size="3" face="Trebuchet MS, Arial, Verdana">Portfoli 
    Line 90:                 Teamriders </font></b></div>
  •  07-27-2004, 11:24 AM 1328 in reply to 1326

    Re: Error on testing at my ISPs server.

    Try creating a new very simple web application , just have a single page
    and move it to the remote server to see whether it can run well.

    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

  •  08-10-2004, 12:32 PM 1471 in reply to 1328

    Re: Error on testing at my ISPs server.

    Adam,

     
    I uploaded a example page using a single image and still get the error.
     
    I have a MS Professional hosting package with 1and1.co.uk and they iform me that that the script/aaplication fails to run because it uses too much server capacity/power. They say the only way to resolve this is to pay for a dedicated hosting server. This is not an option for me.
     
    Please let me know if this is something you are aware of.
     
    Is there any way of reducing the server load? I want to be able to use multiple images - this is a 'gallery' after all.
     
    Thanks,
    Alex
  •  08-10-2004, 1:30 PM 1472 in reply to 1471

    Re: Error on testing at my ISPs server.

     

    Alex,

     

    The gallery product doesn't use much resource of the server. The only part that could use the server resource is the batch build function. The batch build function will created all the thumbnails for the gallery folder dynamically. If you do have a lot of images, that will take some resource. After that, the entire image's info is stored in a XML file.

     

    When you run slide show and list the entire image' thumbnails, the control only need to read the content from the XML file.

     

    You can make a test on your own machine; see how much CPU the gallery will takes.

     

    Keep me posted.

     


    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

  •  08-11-2004, 2:45 AM 1487 in reply to 1472

    Re: Error on testing at my ISPs server.

    Adam,

     
    I understand, but I don't perform any batch build on the remote server. I have already done that on my local machine, then uploaded the images, thumbnails, and XML files to the remote server.
     
    All I'm trying to do is view the gallery, not perform any maintenance of it.
     
    Alex
  •  08-18-2004, 5:39 AM 1544 in reply to 1487

    Re: Error on testing at my ISPs server.

    I think your ISP probably suxs -As their excuse is offensive as its so stupid (a dedicated server? for one additional control...bite me).  I use a great ISP for MS dotnet (Its USA, but perhaps that dosent matter to ya):

    (I use their standard advanced (26.95/mo) - as I need a sql2K db) and their shared intermediate (16.95/mo) for additional sites as they can all can access the one database-which is nice -:) but they have a standard plan (7.95/mo) that would work for you and still let you use 3rd part controls n stuff).
    Their customer service is nothing short of rock star.
    hope it helps man-I hate bad ISPs as they ruin our fun.
View as RSS news feed in XML