Problem to display the Photo.

Discussion in 'Databases' started by ddeepak, Jun 4, 2007.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Hi,

    I have the problem to dispaly the photo but we haveeasily upload.
    The uploaded photo should not be display.

    If we try to open or make a large that gives the following error message:

    "Parser Error"

    Please visit this site:- http://unlimitcom1.web144.discountasp.net

    How can i solve that problem?

    Regard,
    DD
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    There's some problem with your imagefech.ashx page.


    Try reupload it.


    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
  3. Is imagefetch.ashx is the specified path in your web.config(section where you register the handler)?

    You can register your web handler either in your web.config file or add the following in your ashx file(as specified in the error message):
    <%@ WebHandler Language='C#' Class='SampleHandler.MyHandler' %> (where Class=namespace_name.Class_name)

    Vikram

    DiscountASP.NET
    www.DiscountASP.NET
     
  4. Hi,


    Thanks, Bruce and vvsharmaby your reply isolved my problem.


    Thanks again.


    Regards,


    DD
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page