IIS .ASP Simple Hello World Example
RegisterLogin
IIS .ASP Simple Hello World Example
Post Description: A Simple Hello World Sample Script In .asp .net Code For Beginers Who Are Trying To Learn The First Steps
Tags: Iis, Asp, Simple, Hello, World, Example
This Post Was Posted On Dec 07, 2009 By Webune Tutorials #2855
Post Description: A Simple Hello World Sample Script In .asp .net Code For Beginers Who Are Trying To Learn The First Steps
Tags: Iis, Asp, Simple, Hello, World, Example
This Post Was Posted On Dec 07, 2009 By Webune Tutorials #2855
IIS .ASP Simple Hello World Example by Webune Tutorials
.asp is for microsoft windows servers like IIS in .NET framework that comes with every windows server like windows 2003 or windows 2008 - if you leased a windows dedicated server from Webune you will find this short simple tutorial helpful
ok, the first step is to open a text editor. i am using windows xp to write this tutorial so i will be using notepad. so open a blank notepad and copy and paste the following code:
ASP CODE:
<% response.write("Hello World") %>
now save the file as: helloworld.asp
now upload to your website with .asp and open the file with your browser from your website:
http://www.example.com/helloworld.asp
you can see it in action
another way you can display the output is by using this simple code:
ASP CODE:
<%
="Hello World"
%>
="Hello World"
%>
if you are familiar with PHP, in php there are a number of ways you can make an ouput of text like: echo printr print_r()
Leave Your Comments
Related Pages: [Add Your Website]
Post New Topic
©2011 Webune Forums - Tue Dec 20, 2011 2:53 am
Powered by: Webune Forums V3
Powered by: Webune Forums V3