Results 1 to 3 of 3

Thread: [RESOLVED] [2005] Uploading File Problem: Page cannot be displayed

  1. #1

    Thread Starter
    Fanatic Member eSPiYa's Avatar
    Join Date
    Jun 2006
    Location
    in our house
    Posts
    751

    Resolved [RESOLVED] [2005] Uploading File Problem: Page cannot be displayed

    While I'm debugging my WEB Application; I encounter this error message on the browser if I upload one of my files: "The page cannot be displayed".
    It only shows on the browser's page and not on the debugger.

    I don't know why, I think it is not on the file size because it fails on the file with size of 9.03MB only but it works on the 23MB file.
    It is not on the filename becuase I tried to rename it; I removed all the spaces but still fails.

    What is the real problem?

  2. #2

    Thread Starter
    Fanatic Member eSPiYa's Avatar
    Join Date
    Jun 2006
    Location
    in our house
    Posts
    751

    Re: [2005] Uploading File Problem: Page cannot be displayed

    I already figured what is the problem.
    Thanks for reading my post.

    I just need to insert this inside the web.config:
    Code:
    <configuration>
        <system.web>
           <httpRuntime maxRequestLength="10000" />
         </system.web>
    </configuration>
    But still wondering why.

  3. #3

    Thread Starter
    Fanatic Member eSPiYa's Avatar
    Join Date
    Jun 2006
    Location
    in our house
    Posts
    751

    Re: [RESOLVED] [2005] Uploading File Problem: Page cannot be displayed

    Oh my...
    The problem is the file size.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width