Results 1 to 3 of 3

Thread: Can I run ASP.NET applications on netscape or any other Browsers.

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 2002
    Location
    Windsor
    Posts
    100

    Can I run ASP.NET applications on netscape or any other Browsers.

    Hi,

    I am new at Microsoft NET of ASP.NET. Can anybody tel me if I can run ASP.NET applications on netscape or any other Browsers.


    Thanks

  2. #2
    Fanatic Member Redth's Avatar
    Join Date
    May 2001
    Location
    Ontario, Canada
    Posts
    551
    Yes...

    ASP.NET code is run at the server only... so, of course the server hosting the page needs to have IIS and the .NET Framework installed, but other than that, as long as the client can read html, you're fine...

    The client never sees any asp.net code, for all it knows, it's accessing a plain htm page, as the server sends back html content only...

    Now there is the problem that some browsers aren't as compatible with certain types of javascript, and html tags... i haven't tried my stuff in netscape yet, but i think it should be fine in most cases...

  3. #3
    C# Aficionado Lord_Rat's Avatar
    Join Date
    Sep 2001
    Location
    Cave
    Posts
    2,497
    One of the biggest advantages to Dot Net is that it automatically will tailor your pages to notscape, Mozilla, IE, Opera, etc. You don't have to worry about the differences between the browsers. The framework does that for you.
    Need to re-register ASP.NET?
    C:\WINNT\Microsoft.NET\Framework\v#VERSIONNUMBER#\aspnet_regiis -i

    (Edit #VERSIONNUMBER# as needed - do a DIR if you don't know)

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