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
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
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...
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.