answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: How does IIS Work with asp files?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Computer Science

PHP can be run on Microsoft Windows IIS(Internet Information Server)?

IIS is a Windows-only application, however it's important to note that running PHP on IIS is not the same as running PHP on Windows. XAMPP or WampServer are two choices for running PHP on Windows. However, these two options provide you with some more options. They use MySQL or MariaDB as a database server and run Apache as a web server. To learn more about data science please visit- Learnbay.co


How long is the online course that offers ASP training and does it offer certification?

There are different online courses available for ASP (Active Server Pages) training. The online ASP training courses tend to average around six weeks in length, and some do offer Web certification after the course is satisfactorily completed. You will find every online course including ASP will vary depending on the school. and not all will offer certification. The only way to find out is to do a search for online ASP training and then check that the school that is offering it is acreddited and offers certification. You can also use free tutorials in advance to get a basic understanding then take the classes as it will make them easier and get you a better grade. You can also continue you ASP training as new technologies devellop.


Full form of IIS server?

Internet Information Services (IIS, formerly Internet Information Server) is an extensible web server software created by Microsoft for use with the Windows NT family.


Why asp is better than HTML?

ASP is for generating dynamic data driven websites. The data it sends to the user is in the form of HTML. HTML is the markup language which allows your browser to render a webpage into a particular format through the use of CSS. At the end of the day, ASP makes use of HTML to make interactive websites


What system creates tells the computer how to work and allows the user to manage files and folders?

The file system.

Related questions

How can you run asp script?

how to run asp script. you must be install a webserver program, For example IIS(Internet Information Services),you can search "iis install" in Google.


Can run asp without iis and pwd?

Visual Studio includes a built in web server (basically a mini version of IIS) that you can use for development and debugging, but to actually host a ASP webpage on a server you need IIS.


How asp.net webpages get processed from the time we type web address in local host using IIS server to the response page we get.?

* When a browser requests an ASP file, IIS passes the request to the ASP engine. The ASP engine reads the ASP file, line by line, and executes the scripts in the file. Finally, the ASP file is returned to the browser as plain HTML


Can ASP code be put in HTML?

ASP can't be put 'in' HTML. ASP can be written in files where HTML is written. ASP can also output HTML.


Do ASP files contain virus or can you exclude ASP files while scanning?

Well sometimes the the antivirus programs detect asp files as viruses. That has happened with me it was a .asp file which used scripting.filesystem object. So yes if your antivirus reports a virus... do check with the developer(s) if that's a legit file or not.


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

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


How do you execute asp files?

(Taken from fileinfo.com) ASP (Active Server Page) files are server-generated web pages that may contain scripts written in VBScript, C# or Javascript; parsed on the server, which generates HTML that is sent to the client's browser; commonly used by ASP.NET sites and websites hosted on Microsoft IIS-based servers. Since ASP pages are processed on the server, website visitors do not see the actual ASP code, just the HTML generated from the scripts within the page. ASP pages typically use the ".asp" extension rather than ".html". So, to answer your question, use an internet browser such as Chrome or Internet Explorer (but the only thing you should be using internet explorer for is getting a real browser).


What is requirements of asp?

ASP has very simple requirements: 1. A windows server 2. IIS (Internet Information Service) 3. Notepad (To start Programming) 1st, 2nd are in purpose of running the pages and 3th is for writing your program.


What are differences between asp and aspnet?

Asp.net is the new version of asp. It contains the more rich set of controls and library files than asp.net. This site contains some asp.net sample projects that


Which programming language came first Perl or ASP?

Perl is the older of the two. Perl was created by Larry Wall in 1987 (ref. en.wikipedia.org/wiki/Perl) Active Server Pages (ASP) was created by Microsoft as an add-on to their Internet Information Services (IIS) around 1996 (ref. en.wikipedia.org/wiki/Active_Server_Pages)


What is an HTML converter?

An HTML Converter is a program that will take your HTML files and modify them to be able to be used with PHP, Javascript or ASP.


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.