Rendering .aspx pages to IE, Firefox, mozilla

Discussion in 'ASP.NET 2.0' started by mexcarlbert, Sep 14, 2007.

  1. Hello To all :
    where I can read a basic sample (how to) rendering .aspx pages to firefox
    using app_browser and browserfile.browse.
    I was read articles from msdn2 I triying some piece of code but I dont get results


    Thanks in advance
     
  2. The default browser defination file surely supports firefox.What is the issue exactly?

    Vikram

    DiscountASP.NET
    www.DiscountASP.NET
     
  3. Hello :
    I was read an article titled Rendering to firefox from ASP.NET)
    located at http://www.asptoday.com/Content.aspx?id=2339
    I was triying the code for ASP.Net 2.0 and I dont have satisfactory results.

    Then I was read from msdn2 about app_browsers and browserfiles, but I dont
    found sample (How To) to incorporate this new technical to my asp.net projects
    (sorry my english please).
    Thanks
     
  4. Everything on the link you provided should work fine.Can you be more specific on the issue's you are facing?

    Vikram

    DiscountASP.NET
    www.DiscountASP.NET
     
  5. Hello Vikram
    I know that is very basic question, but this is new for me.
    I'am testing a basic .aspx page. on the basic page I put only a text control,
    and label1.text propierties to ="Text to display"
    I run the basic page under Firefox Mozilla and I run again the basic page under IE
    The page is show in IE OK.
    The same page is show diffent in Firefox
    To try to correct how page is showed
    I copy all code located in
    http://slingfive.com/pages/code/browserCaps/browserCaps_tabs.txt
    and I pasted the code in my web.config file in section :
    <configuration>
    <system.web>

    <!--- HERE IS CODE FOR SETTINGS BROWSERCAPS -->
    </browsercaps>
    <system.web>
    <configuration>
    I save the file web.config and run new test .aspx basic page
    I dont get consist look display to IE-firefox
    I need write other line code before run the test ?
    Thanks very much.
     

    Attached Files:

  6. Whats the problem in the screenshot attached?What exactly do you mean by 'show diffent' in Firefox?

    Vikram

    DiscountASP.NET
    www.DiscountASP.NET
     
  7. The text in IE is showed in 4 Lines. The text in Forefox is showed in one single line.
     

Share This Page