CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 2005
    Posts
    180

    The browser produces an error after I have published my ASP.NET C# program.

    The browser produces an error after I have published my ASP.NET C# program that is not produced in my local host in debug mode.

    I get this error often and it seems to be a generic error. By this, i mean that if I do what the error suggests and change the configuration file by setting the customErrors to "off", I still get this error. The frusturating thnig is that this error does not happen in local host when running in debug mode. Is there any way to modify the configuration file so that the error message is more descriptive?
    http://i67.photobucket.com/albums/h2...ps4499f5a5.png

    I saw this error occur when I was running a Microsoft Outlook web page. Could it be a serious problem with Microsoft?

    http://www.gelsana.com/Recording.avi
    http://www.gelsana.com/Recording.flv59temp44.avi
    http://www.gelsana.com/Recording2.flv59temp44.avi

  2. #2
    Join Date
    Jun 2005
    Location
    JHB South Africa
    Posts
    3,772

    Re: The browser produces an error after I have published my ASP.NET C# program.

    Proper debugging of ASP web apps is not as easy as it runs fine on local host so it now will work on a Proper webserver... Most often the problem is that you've forgotten to add the referenced object DLL's to the server.. If it's a server you have full access to, installing Visual Studio onto it will often resolve the missing references...

    Else.. Check the ASP page that throws errors for what references it uses (Especially 3rd party controls), and include the DLL's in the BIN folder....
    Articles VB6 : Break the 2G limit - Animation 1, 2 VB.NET : 2005/8 : Moving Images , Animation 1 , 2 , 3 , User Controls
    WPF Articles : 3D Animation 1 , 2 , 3
    Code snips: VB6 Hex Edit, IP Chat, Copy Prot., Crop, Zoom : .NET IP Chat (V4), Adv. ContextMenus, click Hotspot, Scroll Controls
    Find me in ASP.NET., VB6., VB.NET , Writing Articles, My Genealogy, Forum
    All VS.NET: posts refer to VS.NET 2008 (Pro) unless otherwise stated.

  3. #3
    Join Date
    Jun 2013
    Posts
    1

    Re: The browser produces an error after I have published my ASP.NET C# program.

    The browser produces an error after I have published my ASP.NET C# program that is not produced in my local host in debug mode.

    I get this error often and it seems to be a generic error. By this, i mean that if I do what the error suggests and change the configuration file by setting the customErrors to "off", I still get this error. The frusturating thnig is that this error does not happen in local host when running in debug mode. Is there any way to modify the configuration file so that the error message is more descriptive?

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

Featured