answersLogoWhite

0

How can you run asp script?

User Avatar

Anonymous

14y ago
Updated: 8/19/2019

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.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What is the default scripting language in ASP?

Default scripting language in ASP is VB Script


How can you script your ASP code in JavaScript?

Start the document with: <%@ language="javascript" %>


Difference between ASP and JSP?

The main difference between ASP and JSP is that JSP is more script like and includes Java, whereas ASP does not. Both of these are server side languages.


How ASP page is processed with example?

An ASP (Active Server Pages) page is processed on the server side. When a user requests an ASP page, the server executes the embedded script (usually written in VBScript or JScript) and generates HTML content, which is then sent back to the client's browser. For example, if you have an ASP page that queries a database for user information, the server will run the script, fetch the data, and output it as standard HTML for the user to view. This allows for dynamic content generation based on user input or database state.


What does ASP script return to the browser?

HTML (or JavaScript, CSS, PDF, CSV, whatever)


What is that your asp script is returning to the browser?

An ASP script typically returns HTML or other web content to the browser, which can include text, images, and multimedia elements. It may also return data dynamically generated from a database or handle user input through forms. Additionally, the script can set HTTP headers and cookies to manage user sessions or control cache behavior. Overall, the response is crafted based on the logic defined within the ASP script to deliver the appropriate content to the user.


The script was run or the script was ran which is correct?

In the world of technology, where a script is a snippet or more of computer code, the proper grammar is: The script was run, or the script ran.


Is there an easy way to make Apche web server run asp pages?

To run ASP pages on an Apache web server, you can use a module called mod_mono, which allows you to run ASP.NET applications. Alternatively, you can set up a reverse proxy to an IIS server that handles ASP pages. However, native support for classic ASP is limited, so using a dedicated Windows server with IIS is generally more straightforward for ASP applications. For best results, consider migrating your ASP code to a more modern framework if possible.


Can you run an ASP program on Unix or Linux?

http://www.apache-asp.org/


What is the difference between asp and aspx?

ASP is Script based language while ASP.NET Compliled programming language ASP Support ADO Data Access Technology while ASP.NET Support ADO.NET ASP Support only VBScript while ASP.NET support VB.NET, C# and other .NET CTS Language. For more information on this topic visit . http://www.programmer2programmer.net/tips/interview_question/asp_dot_net.aspx


Write code for an example in net?

asp.net is the serverside prograaming and ado.net feauture submit databse connectvity to sql server and asp is the script language


For beginners Suggest a good reference book to learn C Sharp VB Net ADO Net ASP Net for Ms Developer Studio 2005 also suggest books for ASP VB Script Java Script Java Core Java and VB 6.0?

There are ofcourse good books friend... Among them u can try "Programming in c#" by Oreily publications