|
-
Jan 10th, 2003, 04:44 PM
#1
Thread Starter
Lively Member
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
-
Jan 10th, 2003, 04:50 PM
#2
Fanatic Member
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...
-
Jan 10th, 2003, 05:01 PM
#3
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|