Web Design::ASP.NET DisadvantagesWeb Design:ASP.NET Disadvantages
The server framework runs natively only on Microsoft IIS 5.0 or higher and Cassini, a web server developed in .NET and used mainly with WebMatrix, a free ASP.NET 1.1 development environment; however it can run on Linux on any of the alternative frameworks based on the ECMA standard. The most well known one is Mono Project, a free/opensource framework.
Previous versions of ASP.NET (1.0 and 1.1) were criticized for their lack of standards compliance. The generated HTML and JavaScript sent to the client browser would not always validate against W3C/ECMA standards. In addition, the framework's browser detection feature sometimes incorrectly identified web browsers other than Microsoft's own Internet Explorer as "downlevel" and returned HTML/JavaScript to these clients that was crippled or broken. However, in version 2.0, all controls generate valid HTML 4.0, XHTML 1.0 (the default), or XHTML 1.1 output, depending on the site configuration, detection of standards-compliant web browsers is more robust, and support for Cascading Style Sheets is more extensive. ..
Web Design::ASP.NET Disadvantages Related Sites
[READ MORE : Web Design::ASP.NET Disadvantages] |