answersLogoWhite

0

Is it possible to use a joomla website on asp technology?

Updated: 8/17/2019
User Avatar

Wiki User

14y ago

Best Answer

No, this is not possible. Joomla is written in PHP while ASP.NET uses IIS.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Is it possible to use a joomla website on asp technology?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Do i need Special web hosting for asp website?

ASP websites are mostly being hosted on Windows servers. However, it is possible to host it on a Linux server also. For ease of mind, I would advice Windows server when it comes to hosting an ASP website. http://legendwebhosting.com/


What is a request object in asp technology?

The ASP Request object is used to get information from the user. From http://www.w3schools.com/ASP/asp_ref_request.asp


Which one is better from jsp and asp?

I would choose JSP because JSP is a open source technology and is free whereas ASP is a proprietary technology and is paid. Features wise, both JSP and ASP are equivalent and can compete with one another feature by feature.


What does the term index ASP refer to?

index ASP is generally the main page or file for any website operating or using Active Server Pages as a web application framework. This is true of both Classic ASP, ASP 2.0 and ASP 3.0.


Is there a better alternative for a small website than ASP hosting?

Yes, there are other places that are better than ASP hosting to host a small website, such as go-daddy.


What does ASP stand for on a doctor's name?

As soon as possible.


What is the difference between ASP.net and ASP?

The main difference between ASP and ASP.Net is that ASP is interpreted whereas, ASP.NET is compiled. This implies that since ASP uses VBScript; therefore, when an ASP page is executed, it is interpreted. On the other hand, ASP.NET uses.NET languages, such as C# and VB.NET, which are compiled to Microsoft Intermediate Language. Below some other difference are given. 1. Classic ASP uses a technology called ADO to connect and work with databases. ASP.NET uses the ADO.NET technology. 2. ASP has Mixed HTML and coding logic where in asp.net html and coding part are separated by code behind files. 3. ASP.NET purely object oriented whereas ASP is partially object oriented. 4. For ASP No in-built support for XML whereas in ASP.NET full XML Support for easy data exchange. I think above details help you a lot. I hosted my website at Asp.net hosting of Mywindowshosting.com.


Is it possible to get the patent if the website is developed in ASP .NET or PHP integrated with the tools already built in the same language?

From what I understand, you can't actually patent a website. You could patent parts of it if they meet the criteria for a patent (new or innovative technology). According to the US Patent Office, "patents protect inventions, and improvements to existing inventions." Note that your website will be protected by copyright no matter which technologies you use to build it.


How to convert asp for use on UNIX?

ASP pages are a Microsoft technology. To convert them to run under Unix you could install a package in Apache that understands ASP, or you could rewrite it so that it uses something more generic, such as Perl, PHP, or Python.


What is the difference between aspnet and joomla?

Well "asp.net" and "joomla" are very similar in that they are both web applications designed to easily deliver dynamic web content and applications. === === ".net" (dot-net) is the framework that delivers web content for web pages with .asp or .aspx extensions. This free technology provided by the Microsoft Corporation. Asp.net also comes with the free Visual Web Developer. Joomla is an open-source content management system (CMS) with several of extensions and web templates available for download, most often free of charge. Joomla is also generated dynamically, however, "php" framework is utilized. Joomla is easiest (in my opinion) for beginners. Simple templates are preloaded and many times there are available extensions (code already written) for purchase or sometimes free. There are forums available for both content types for support. MOST of the time, if you need help, you should browse the "Knowlege Base (KB)" sections of the corresponding websites before posting a question on the forum- your question may be ignored. One reason that I recommend Joomla to beginners is the ease of access and relatively low amount of programming knowledge is needed. It is a good idea to understand basic HTML scripts and tags (h1, h2, p, em, cite, div, span, ol, ul, etc.), in most cases. Try drupal, they have been growing strong over the years. Any CMS technology used can be customized (not very easily for beginners) using photoshop "psd" templates or fireworks "png" templates, along with custom Cascading Style Sheets (CSS) that structures your pages (Try the Visual Web Developer to design your CSS. This is a FREE W.hat Y.ou S.ee I.s W.hat Y.ou G.et [WYSIWYG] Editor similar to Adobe Dreamweaver). In most cases, Joomla and Drupal are considered "standard", as appose to ASP or ".net" which some claim is easier to customize and not have the "standard" template designs. (By standard I mean menu at the top bar, content in between with footer content at bottom). Joomla and Drupal Are Two CMS systems I highly Recommend For Beginners Or Small Businesses Who Have A Small Budget and Want To Have An Online Presence That Goes Beyond The Typical "5-pages" Websites. ---- To deliver content dynamically: Drupal and Joomla (CMS). To design CSS: Visual Web Developer To Share: Heroturko.com To Learn More visit their website: Joomla | Drupal |ASP.net


What is the difrence between jsp and asp?

JSP stands for Java Server Pages is an open source Java based Technology that belongs to the Sun group whereas ASP stands for Active Server Pages and is a proprietary technology that belongs to Microsoft. The features and functionalities of both technologies are almost similar


What is the difference between asp and servlet?

ASP is a server side technology which enables a developer to combine both HTML & scripting language in the same page. servlets are server side programs written in java.It is platform independent