Default scripting language in ASP is VB Script
Start the document with: <%@ language="javascript" %>
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.
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.
HTML (or JavaScript, CSS, PDF, CSV, whatever)
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.
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.
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.
http://www.apache-asp.org/
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
asp.net is the serverside prograaming and ado.net feauture submit databse connectvity to sql server and asp is the script language
There are ofcourse good books friend... Among them u can try "Programming in c#" by Oreily publications