473,765 Members | 2,070 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

aspx and Web Browsers

Hi,
I am thinking about creating a web site based on ASP.NET but I first I would
like a couple of answers to my questions.

Can .aspx pages be viewed on linux browsers?

If so, why does some msn.com web pages say you need IE5.5+?

Furthermore, if asp.net is as good as people say, why isn't hotmail.com
using it?

Thank you in advance,

Timothy.
Nov 17 '05 #1
1 1019
> I am thinking about creating a web site based on ASP.NET but I first I
would
like a couple of answers to my questions.

Can .aspx pages be viewed on linux browsers?
It depends on how they are written. The aspx designation means nothing to
the client - there is a new file extension so that the server knows which
application should handle it. If it sees .htm or .html, then it will just
spit it back to the requestor. If it sees .asp, then it will hand it over to
the ASP processor, which will process the script and spit html back to the
requestor. If it sees .aspx, then it will hand it over to the ASP.NET
processor, which will process the script and spit html back to the
requestor. In general, you are always going to be receiving html and client
side scripts in return. There is nothing that ASP.NET will give back to the
browser that an .html file couldn't give as well.
If so, why does some msn.com web pages say you need IE5.5+?
There are still plenty of things you can do with your html and javascript
code that depends on having a particular browser. While I don't know about
msn in particular, one concept that is extensively used on sites that target
IE is DHTML behaviors. Behaviors are very, very cool, and a very logical way
to approach web site development. However, despite having been submitted to
standards boards, there are still no other implementations . So, if you use
them, then you target IE specifically. There are plenty of other examples of
this as well.
Furthermore, if asp.net is as good as people say, why isn't hotmail.com
using it?


Because it takes a lot of time to re-write code? Given the choice between
going back and re-writing hotmail, or else writing some new functionality
for some other site, you typically aren't going to go back and re-write
unless you have a business need to. Right now, my company is doing all new
development on ASP.NET, but we don't have anywhere near the resources to go
back and re-write everything we ever did in ASP Classic. Instead, if we need
to go in to an old application and make extensive changes to it, we'll
evaluate if it's worthwhile to re-do it with ASP.NET. Otherwise, we leave it
as it is. Users don't care what technology is used, as long as it works. Our
new stuff is definitively produced faster, but re-doing software that works
just because it's old, when you don't have features to add, is pure folly.
--
Chris Jackson
Software Engineer
Microsoft MVP - Windows XP
Windows XP Associate Expert
--
Nov 17 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
2078
by: Harry Whitehouse | last post by:
I've put up a few simple ASPX pages and they seem to display fine on all of the IE versions in my office, but periodically I hear from a remote user that the various text elements (distinct sections in tables, panels or just laid in) are overlapping. I'm using Arial pretty exclusively as a font. What should I check on to see what is causing this problem on some browers? Is this a screen resolution issue? An available font issue?
1
2813
by: Jerry Tovar | last post by:
I am using .Net 2003 on a XPPro running IIS. I am unable to view any of my ASPX webforms in a browser unless I modify the .ASPX file and replace Codebehind="employee.aspx.cs" with src="employee.aspx.cs". It looks like my bin/employee.dll file is not being used. Instead, my employee.aspx.cs file is being used.
8
1505
by: Thorsten Tarrach | last post by:
Hallo, I have a strange problem: ASP.net caches my aspx pages, the code not the output. For testing is created a page and inserted the folowing into the body: <%=now.tostring%> Every time I reload the page the correct date is shown. So far so good. Now I add the following line: <br>test12345
5
3168
by: z. f. | last post by:
hi, i have a vb.net web application and i make a request using internet explorer to an aspx page. the aspx page size if over 170KB, and the page in internet explorer looks truncated and in the view-source the text/html is truncated in the middle of a line. the last line looks like that: <td with and that's it. i checked the HTTP headers and saw that the aspx page have a Transfer-Encoding: chunked header, while asp page that have the...
24
2758
by: John Rivers | last post by:
ASPX which means ASPX pages, the code-behind concept, User Controls, Web Controls etc. is very poorly designed and makes it extremely hard to develop professional quality web applications. ASPX is Microsoft's attempt to "dumb down" web application development to help unskilled developers such as web design agencies achieve some results. For high quality applications IHttpHandlers are the way to go.
3
1018
by: R.A.M. | last post by:
Hello, (Sorry for my English...) I am learning ASP.NET 2.0: and I have a question: if I have .aspx page will it work without modifications in all popular browsers? Thank you very much for information. /RAM/
5
4080
by: =?Utf-8?B?U2FjaGluIFNha2k=?= | last post by:
I have asp application, from which I am redirecting user to .aspx page. I want to use same sessions in .aspx application. When User clicks on Browsers back button i.e. comes back from .aspx page to .asp page the same session state i want to persist ? How to do this ?? Thanks in Advance Sachin Saki
5
9872
by: Arch Stanton | last post by:
I have a set of ASPX pages that work fine on my home computer (Vista), and on a server at work (XP). I just got a new laptop at work (XP) and these same files don't work on it. I installed IIS and dot.net on my new computer, but every time I try to access the ASPX pages locally (using http://localhost/main.aspx in the browser address bar), the browsers don't display the pages. Instead, a popup box asks if I want to open or save, and...
4
1722
by: ayush patel | last post by:
Hi, I am developing a web application in visual studio 2008. .net 3.5. this application needs to be compatible with both IE and Firefox. I tried implementing but the Aspx pages render differently in both the browsers. pages are completly screwed up in Firefox. is there any way i can make this App compatible to both the browsers? Ayush
0
9398
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10156
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10007
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9951
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9832
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7375
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6649
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5275
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
3924
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.