Basic Info & Download/ Installation Tutorial For Asp.net 2.0

free web hosting
Free Web Hosting > Computers & Tech > How-To's and Tutorials > Programming > ASP

Basic Info & Download/ Installation Tutorial For Asp.net 2.0

saint-michael
Basic Info & Download/Installation Tutorial for ASP.NET 2.0


Well I received a book about ASP 2.0 and was ask to go over and review it later on which means test out the scripts that come with the book and what not. So far in my success in learning ASP I was able to download and install the proper software in order to get ASP running on a local machine (my computer) and so those who would like to ASP like I am somewhat. These series of tutorials that I will provide thanks to this book will give a general idea on how ASP works and build "robust" web applications. I will list the software that you will need and then break it down for you as best as I can understand it from this book and what I can find on the web.

First let's talk about what ASP is, well ASP is a Active Server Pages which is a server side technology that build web applications based on the Microsoft .NET framework and windows server based operating systems i.e. Windows Server 2003, 2005 and it's database component being Microsoft SQL. Now with this complete package of Microsoft technology what programming languages does it support? Easy enough 40 known languages are support by ASP.net which includes C#, VB, VB.NET, JScript and XML to name a few (at this time I don't have the complete list but once I find it I will update this post).

So what's all the big hoopla well as stated in the book that ASP is unique because of the wide variation of programming languages it uses when people are designing ASP.NET web applications, however their is some other interesting stuff in it as well, for one it has full access to the .NET framework which includes database interaction, email and web services to name a few. Also with ASP it is possible to have it separated from html coding which means that you don't need to have to upload it into a webpage in order to see it; you are able to run the scripts separately. Well not to bore you with all this technical jargon and boring dictionary terms lets get right down to business, but first I would like to point to everyone the main ASP web page that pretty much covers everything about ASP.net and funny enough the domain is ASP.NET and look just remembered a website with no effort at all.

Now to fun stuff the software components, well to simply put their is the paid version of all this software, but why spend thousands of dollars when you get all the tools you really need to run a ASP.NET server on your computer, so lets begin shall we. Just a small reminder that as we install the components to the required software to get a ASP server going, I would recommend that that after each installation that you run the software update/patch when they mention them. So at the end of the installation it will lower the possibilities that something might go wrong if you do it in one fell swoop.

Software Requirements

.NET Framework 2.0
Basically this software is what’s needed to run ASP.NET simple enough and so where can you download it? Simple enough right HERE. I would make a small note on that .NET framework there is a 3.0 version out, but since I am a beginner as much as anyone else reading this tutorial we will be sticking with 2.0. Ok now with that out of the way go ahead and install the .NET software and of course choose the language that your computer is based on (i.e. English, German, French) and also make sure your computer fulfills the following requirement:

QUOTE

System Requirements

* Supported Operating Systems: Windows 2000 Service Pack 3; Windows 98; Windows 98 Second Edition; Windows ME; Windows Server 2003; Windows Vista Business; Windows Vista Business 64-bit edition; Windows Vista Enterprise; Windows Vista Enterprise 64-bit edition; Windows Vista Home Basic; Windows Vista Home Basic 64-bit edition; Windows Vista Home Premium; Windows Vista Home Premium 64-bit edition; Windows Vista Starter; Windows Vista Ultimate; Windows Vista Ultimate 64-bit edition; Windows XP Service Pack 2

* Required Software:

o Windows Installer 3.0 (except for Windows 98/ME, which require Windows Installer 2.0 or later). Windows Installer 3.1 or later is recommended.
o IE 5.01 or later: You must also be running Microsoft Internet Explorer 5.01 or later for all installations of the .NET Framework.
* Disk Space Requirements: 280 MB (x86), 610 MB (x64)
So after you download and install the framework component it brings up a message th get any updates and or patches, In which of course I recommend because it's always to get your self protected, especially since your running a server that could be connected through the net. So go ahead and download the patches and then install them accordingly.

.NET Framework 2.0 Software Development Kit (SDK)

This next component you will be installing on to your computer is the SDK for the framework, which consist of developer tools, a debugger, and documents and examples of some ASP scripts. This is good to have so you can get an idea of what to expect with ASP.NET, when you begin the long process of coding and debugging these scripts. So to download the SDK go HERE. So once the SDK eventually downloads (don't know why it is taking forever but might as well do this one step at a time). Of course make sure to choose the appropriate language for you to properly install the software and you don't get yourself confused through the quick installation process.

Ok we are now installing the SDK and low and behold you done, wasn't that easy? Well not yet, we have comeback to the dreaded update screen but this time we come with another message as well;

QUOTE

To run Visual J# 2005 Tools and Samples, you must have the Visual J# Redistributable Package 2.0 installed. For more information, see the Microsoft Visual J# .NET Developer Center on MSDN.

"http://msdn.microsoft.com/vjsharp/"


simple enough lets first run through the updates and get the necessary patches and what not, go ahead and install them and then we might as well and go ahead and open up and download the visual J# files, so go ahead and copy the link I provided without the quotes. Small reminder you will get this message when you install the SDK, which lucky for us you can highlight and then copy and paste.

Visual J# Version 2.0 Redistributable Package

Simple enough this is used to run Visual J# applications through your .NET framework and of course to find the proper link for this I point to you HERE. As usual install the software and make sure to read through the fine print and update according as so to protect you from those unknown dangers that may lurk about. Of course the update/patch message does come up so go through the process of updating those patches.

Microsoft SQL Server 2005 Express Edition

The next software component to this wonder world of ASP is the SQL or server database software, which of course is used to store your information through databases ie: name dates and shopping cart items. Lucky for us who don't want to shell out the several hundred dollars to get SQL, Microsoft provides us with a free version of the same thing. What is the catch you say? Nothing its still fully functional as if you were purchasing the more expensive version but since we want simplicity and not to overwhelm ourselves you could say this free version does just that. Well now we are in a predicament which version of the expression edition do we choose? Simple go with the basic version and if you feel comfortable enough with coding knock yourself out and download the advanced version. The download page also consists of some SDK, but since I am following the book they don't mention it so I won't download them at this time. Also I would like to mention they give you the options to register this so if you want go ahead if not then click no and then download away. I almost forgot the link which is right HERE .

Now let's begin the installation process, simple enough just read the directions and off you go. Also you happen to get this warning message by clicking a link on the com portion of the installation;

QUOTE
- COM Plus Catalog Requirement (Warning)
Messages
COM Plus Catalog Requirement

If SQL Server Setup fails, Setup will roll back the installation but may not remove all .manifest files. The workaround is to rename the files and then rerun Setup. For more information, see How to: Work Around COM+ Check Failure in SQL Server Setup.


Ignore for now as it won't affect your installation but as a recommendation I would ask and most likely when the time comes to update I will add in the reason for this warning message. Also when come upon a authentication screen in this installation, go with mix and add your own password, as so you can double the security of your ASP.NET files. Also select both error reports as well since they can benefit you in the future as you’re learning to program in ASP. Well we just got 2 more downloads to go and the hard part is over YEAH!!.

SQL Server Management Studio Express
With this piece of software it is used for visual representation of the above software, reason stated as in the book, it don't come with the installation. Which don't matter because this software is free as well and now for that important download link HERE. If I am reading this correctly and I should, this software is used to physically see what’s going on your SQL server and what not (smells like another tutorial). So once I know what it is all about you will know deal? Also a smal FYI download the non X64 if you are not running that version of a processor.

Ok now we come in a predicament well not really unless your running the home version of windows, their are two ways to get your server online or the way they put it "aware" is either install IIS or Internet Information Services or another program they recommend called Cassini (which you can download Cassini Here). Which does the same but easier I guess. Now I will go through both ways but since I don't have my Windows CD with me I will go by the book on setting up the IIS so bare with me on that.

Configure IIS

To start this off make sure you have everything installed and updated and of course have your IIS installed by going to your control panel > then add/remove windows components and then select Internet Information Services then click on next and IIS will intall on your computer automatically. Once the installation is completed do the following;

1. Open the command prompt by selecting Start> All Programs > Microsoft .NET Frameworks SDK v2.0>SDK Command Prompt.

2. Type this aspnet_regiis.exe -1in the command prompt in order to install ASP.NET, it should look somewhat like this in the command prompt window (will update with a image).

3. Once ASP.NET is installed, closed the command prompt and check again to confirm that ASP.NET installed correctly.

Although this next step is optional because ASP.NET could have been installed already But run aspnet_regiis.exe just to double check to make sure it is running.

Configure Cassini
Now if you don't want to go through all that hassle then go ahead and download Cassini HERE. So go ahead and install Cassini I’ll wait....(3 seconds later), ok now there are two things I need to discus first about this and depending how you do this it will still comes with the same results.

First you must type the following in the command SDK command prompt which you go to by doing this Start> All Programs > Microsoft .NET Frameworks SDK v2.0>SDK Command Prompt.

Now what you have to type is simple gacutil /i C:\\Cassini\Cassini.dll and then press enter and Cassini is installed. Now if you remember that I had 2 things to talk about well the second thing is that, you don't have to run this command line (which is used to open port 80). You can set up a bin folder in your root directory of your server by copying the cassini.dll file in the Cassini folder on your hard drive or where ever you installed and paste it in there.

The reason for this if you do not run the build or place this file in to your bin folder your default port (80) will show a pop error state to the fact that Cassini cannot run on port 80 due to some other program running it. I haven't gone into deep on search what this program is, but port 80 has to do with your computer connecting to the internet. But like I said if you run the command prompt line you won't have the problem. Also there is another method of setting up your ASP and that is by setting up a free account through this server that deals with Cassini HERE. This consist of a download ot your computer and simple registration and that's it. Of course I will be converting more of that in my next tutorial on directories and viewing files.

Well that’s everything, if you have done everything correctly by following this tutorial (I hope) you should now have ASP.NET running on your computer and read to build applications and other fun stuff. So to keep things simple all questions/problems you have from this tutorial make sure to be specific. Also any questions you have beyond this tutorial will most likely be covered in future tutorials so try to stay on topic. It's a lot of reading but very useful info, hopefully as people have questions pertaining to this tutorial I will be able to update it accordingly, so make sure to ask specific questions to improve on this tutorial. So now for some copyright info:

UPDATE After going through some trial and errors I would recommend that you use IIS as your man server support for running ASP applications, after finding out the difficulty and lack of configurations options Cassin has and of course the book I am using says so. I will briefly mention that in the next tutorial.


Author's Notice


Small note any questions you may or might have in the future about this tutorial and related tutorials in the future I will try my best to answer them. However, I do recommend that you go to Microsoft's, asp.net, or any other site that talks about ASP.NET. Since I am a beginner at ASP.NET as I can't provide you the best of information, but I will try to provide you the best sources as to find out more or to answer your questions and as such these websites can provide more accurate information then I can at this time. Make sure before you download anything that you check and read system requirements for all downloads, because your system maybe incompatible with this software since there are 2 versions x86 and x64. As such I am not responsible for any damages this may cause to your system if you install, uninstall or alter any files on your system when working with ASP.NET 2.0. Also this tutorial is copyright by MRA aka Saint-Michael 2007. Maybe redistributed as long as this warning and copyright information remains intact and that you provide the original link to it’s source.

 

 

 


Reply

matthewk
Thanks a lot for this guide, man. I had a job interview yesterday, and they use ASP rather than PHP. So, I am wanting to learn ASP. Also, they are moving towards .NET applications, so I want to learn this and hope they will hire me, hehe. Maybe you can do some examples for new people like me to learn from. Thanks again smile.gif

Reply


Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.

Recent Queries:-
  1. asp.net free download tutorial - 1.41 hr back. (1)
  2. lan wire download music - 53.91 hr back. (1)
  3. free tutorial for asp.net with vb - 54.63 hr back. (1)
  4. download asp.net 2.0 - 62.32 hr back. (1)
  5. windowsinstaller 3.0 megaupload - 70.24 hr back. (1)
  6. what to download to install for asp.net - 70.29 hr back. (1)
  7. asp net 2005 tutorial free download - 77.51 hr back. (1)
  8. connecting internet in "fedora 9" using "nokia 6233" - 129.78 hr back. (1)
  9. windows home basic torrent download - 165.73 hr back. (1)
  10. free asp.net 2.0 video tutorial - 182.71 hr back. (1)
  11. sdkcommandpromptdownload - 187.97 hr back. (1)
  12. visual basic installation tutorial - 268.62 hr back. (2)
  13. seamap.exe - 269.24 hr back. (1)
  14. asp free tutorial download - 273.46 hr back. (1)
Similar Topics

Keywords : basic, info, and, download, installation, tutorial, asp, net, 2, 0

  1. Basic C++ Coding
    (9)
  2. Basic C Language, Functions
    (5)
    In a complicated and/or big C programs, a programmer might need to use the same peice of code more
    than one time. However repeating the code can be both time consuming and frustrating. Thats why we
    use functions. Definition: A function is a small subprogram having its own name and datatype. It
    is used to carry out certain operations more than one time without the need of repetition. One of
    the functions we all know is the main functions; void main(). I will explain the void later.
    Syntax: Each function is composed of 3 parts: Name of the function Info type of the....
  3. Nfs: Undercover
    small info on the up coming game (0)
    QUOTE In what proved to be an incredibly newsworthy investors meeting EA boss John Riccitiello
    has unveiled details of the next Need for Speed game. Related Riccitiello seems confident Need for
    Speed Undercover, for that be its name, will be "a much better game" than a certain previous
    instalment in the series, thanks in part to a much richer storyline. He also won understatement of
    the day when he admitted last years Pro Street wasn't perhaps as good as it could have been. "I
    thought it was an okay game, in terms of gameplay. It's not good," "But who wan....
  4. Gimp Animation Tutorial
    Read in the first part of the tut why i made another tut same as Lance (16)
    QUOTE GIMP Animation Tutorial well this is an old tut. i have on a forum now i'm
    going to bring this in here ... i do think its using the old version of gimp but i'm not sure
    since i stop using GIMP for the same reason most peoples do it, they just want better and go for
    other programs like Photoshop. And i did notice the Tutorial Lancer posted but i just think some
    pictures for every step would help some of the newby's in the art of GIMP-ing /wink.gif"
    style="vertical-align:middle" emoid=";)" border="0" alt="wink.gif" /> And yes even if it is ....
  5. Here Are Some Great Php Tutorial Sites
    (4)
    these site very usefull for php html java 5 day ago i only use w3school recently i have some great
    web for usefull http://www.devresources.net/ http://www.php.net/ http://www.tizag.com/phpT/
    http://www.w3schools.com/php/default.asp http://phpbuilder.com/ http://www.phpfreaks.com/
    http://www.w3schools.com/php/ http://www.hudzilla.org/phpbook/index.php
    http://www.spoono.com/ http://codewalkers.com/ http://www.phpcs.com/ http://pear.php.net/
    http://www.phpclasses.org/ http://phpdebutant.org/ http://www.phpfrance.com/ http://....
  6. My Experience With The Zlob Trojan
    Related to www.userads.info (1)
    Some of the following links point to websites that can harm your computer system. Please read
    the entire post first before clicking any links. Hello everyone, I recently had a run-in
    with a very annoying piece of malware on my home LAN network, and I wanted to share this experience
    with you so that you may avoid some of the mistakes I made. I'm on a home network which
    consists of 15 PCs, all running either Windows XP or Windows Vista. Most of the users are
    security-unaware and only a few have anti-virus or anti-spyware programs installed on their machi....
  7. Help Me To Download Torrent Via Proxy Internet
    Torrent Downloads (3)
    Hi All, I have a proxy internet connection and i am not able to download any torrent with any kind
    of torrent client. I have also configured torrent clients to use my proxy but it never works for me.
    My proxy ip is 10.178.3.1 and the port is 8080. Is there any way to connect to torrents for
    downloading? If you have any solution with my current internet settings, please let me know.....
  8. How To Understand A Database Schema
    A very nice and simple tutorial (4)
    Yesterday while i'm seaching for a data model and database schema at the Library of Free Data
    Models for a new project of a friend of mine i found there this nice and simple tutorial on How to
    Understand a Database Schema . As its name says, this tutorial will help you to better understand a
    Database Schema and covers the following basics topics that every Database Schema must define:
    QUOTE Primary and Foreign Keys. One-to-Many and Many-to-Many Relationships. Inheritance.
    "Rabbit's Ears", (Recursive relationships). The Scope of this tutorial is ....
  9. C/c++ -gdb Linux Debug Tool
    Simple Gdb tutorial (1)
    To run the C/C++ file use $ gcc –g –o test sample.cpp To debug the code use following command $
    gdb test --- you will get following messages GNU gdb Red Hat Linux
    (6.3.0.0-1.122rh) Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the
    GNU General Public License, and you are welcome to change it and/or distribute copies of it under
    certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for
    GDB. Type "show warranty" for details. This GDB was configured as "i386-redhat-linux-g....
  10. How To Download Videos From Youtube
    A Tutorial designed to inform of how to download YouTube videos. (11)
    This tutorial is to inform the reader of how to download videos from YouTube. I will also inform
    you of how to convert these videos into MP4 format so you can put them on your iPod. First, download
    Mozilla Firefox Internet Browser. This is, in my opinion, the most secure and customizable browser
    available. It can be downloaded freely at http://www.firefox.com . After you have Mozilla Firefox
    installed, open it and go to: http://www.firefox.com . When the page has finished loading, click
    Add-ons at the top of the page. Once the page has loaded, click in the search....
  11. Acer Arcade Software
    is it possible to download? (13)
    I've got an Acer Aspire 5611 laptop, which was a replacement for another that went bad. This one
    didn't come with any software or windows installed, I had to get a new copy for it. I've
    been able to download all the acer drivers and the acer utilities sets, but I can't find
    anywhere to download the Acer Arcade software, which seems to be a requirement for being able to use
    the dedicated media buttons on the side of the laptop. Does anyone know where I can find this, or if
    it's even available? Searching for ideas, I've found one thread that said to....
  12. Html Basic Tutorial
    <!-- For beginners only --> (9)
    Knowledge HTML stands for H yper T ext M arkup L anguage. You cannot create an HTML file
    using a rich-text editor, such as Microsoft Word or Wordpad. HTML To write a basic HTML, you will
    need to start with this: CODE The html > tag tells the browser that this is an HTML page.
    To close any tag, the same tag will be repeted but with the "/" sign. For example, CODE   
         Page title    Did you notice the /title >, /head > & /html > tags? That's how we
    close the tag. The HEAD > Tag A head > tag will include the meta >, titl....
  13. Php Tutorial: Making A Shoutbox
    Requirements: PHP, MySQL (12)
    Hi everyone, I'm going to tell you how to make a simple shoutbox using PHP and MySQL. To start
    off, open up mysql in the command line, or phpmyadmin, and create a database called shoutbox. Next,
    enter the following sql into the command line, or the phpmyadmin sql box, while using the shoutbox
    database: CODE create table messages(author varchar(30), message text, time timestamp, mid int
    auto_increment, primary key(mid)); This creates the table we need to store the messages, note the
    "mid" column, this gives each message a seperate id number, we'll see why ....
  14. C# Tutorial : Lesson 7 - Creating Value Types & Reference Types - Part II
    (1)
    foreach statement This statement is explicitly used to traverse through arrays. The
    benefit of using foreach over the normal for statement is that it is not needed to check the
    size of the array while using the former. Syntax:- foreach(type identifier in expression) {
    statement 1; statement 2; .... } Suppose we have an array StudentNames containing the name of all
    the students in a class. We need to display the name of each one of them on screen. First we will
    see how it can be done using the for loop. CODE string StudentNames = new string {"....
  15. Ajax + Php + Sql = Simply Superb! ( With Visitor Tracking )
    A small tutorial to explain integrating php, ajax and MySQL Database (11)
    Hi all.. I'm back with a new small tutorial! Introducation A tutorial to integrate
    Ajax, Php And Database ( Im using MySQL) + Visitor Tracking! Here you can enter values to some
    input fields, and by clicking some enter button, ( or u can call the function on some other event)
    those values will be sent to the database, along with visitor details ( IP Address, Input Value,
    Visitor Agent etc)! Those values will be stored in some database and you can retrieve the same using
    some simple php code and even deleted some rows from those databases! Requiremen....
  16. Wireless: Bypassing Mac Filtering
    Tutorial (11)
    Sometimes you scan the neighborhood for the wireless connections, you see open connections but can
    not connect to them. Well this is possible because they use MAC filtering to secure up their
    network. I will try to explain how to bypass this protection NOTE: This is for EDUCATION purpose
    only to show you it is possible to bypass this security. I am not responsible for unauthorized use
    of these information. Requirements : 1- You need some tool for sniffing the traffic. I suggest
    using Aircrack-ng (http://www.aircrack-ng.org/) 2- You need some tool to change your MAC ad....
  17. Download Free Mobile Thems, Wallpapers Ringtones
    Zedge.net (17)
    Hi all, Anybody checked this sire: www.zedge.net Its a great site which offers Free
    Ringtons Free Wallpapers Free Themes Free Pic. Messages Free Games Free Videos Free
    Applications And the important thing is that, it supports a lot more mobile models!
    /biggrin.gif" style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" /> Its also a
    social networking community! /wink.gif" style="vertical-align:middle" emoid=";)" border="0"
    alt="wink.gif" /> After creating your free accoun there you can browse thru the free collecto there
    and serach....
  18. Best Download Manager
    what download manager do you use? and why? (42)
    for me free download manager is best. i used getright dap, ida, idm and ... but FDM(free download
    manager) is the best. it support zip file preview and query size option download it from:
    www.freedownloadmanager.org/download.htm /cool.gif" style="vertical-align:middle" emoid="B)"
    border="0" alt="cool.gif" />....
  19. [tutorial] Basics Of C Programming - Part 2
    (21)
    Ok, well here is the Second part of the tutorial i promised. Operators & Expressions in C
    Introduction In c the variable, arrays or
    function references are combined with operators to form expressions.
    Eg. C=A+B The data items that the operators act upon are
    called operands. Some operators require two operands will others
    require just a single operand to act upon. Types Of Operators : ....
  20. Using The Php Mail() Function For Images Or Attachments
    Can't find a decent tutorial! (6)
    I read the one mail() tutorial that was posted in the tutorial section and to my horror found that
    he had quoted almost verbatim from the PHP Manual off php.net, and made a comment about it, and also
    found that if you were new to PHP or the Manual that it was informative but not indepth enough for
    my tastes. This is not a tutorial although with the code that will be posted it might look like
    one, that is not its intent or purpose. I have searched and found many so called tutorials about
    MIME mail and boundries and all that but basically it either told me to use PHPMai....
  21. Video Editing Tutorial
    Using VirtualDub (3)
    Video Editing Tutorial (using VirtualDub) Before I start with this tutorial please
    download VirtualDub from VirtualDub.org . Many of us want to save just a small portion of a video,
    discard unwanted scenes from a video or add a logo of your choice to the video. Its very easy in
    virtual dub. First open the video in virtual dub. Virtual dub opens all kinds of video files with
    exception of the wmv and asf format as these are patented by microsoft. But you can find a version
    which opens asf too on doom9.org . Opened Video The bottom buttons are the co....
  22. Where Can I Download Free FPS Games
    (49)
    Does anybody know any free fps games that I can just download from the internet? I know of two,
    America's Army, and Return to Castle Wolfenstein: Enemy Territory. I played america's army,
    and the graphics are good but the game takes a while to load. Wolfenstein has worse graphics, but
    its a quick, fun and strategic game. Plus, there are custom maps /wink.gif' border='0'
    style='vertical-align:middle' alt='wink.gif' /> If anybody has a link to download other fps games,
    please post it /smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /> ....
  23. Need A Tutorial On Creating A Font
    (5)
    I'd like to create a font set, just unsure how to, can somebody possibly either create a short
    tutorial or point me in the right direction (Maybe google.com /biggrin.gif' border='0'
    style='vertical-align:middle' alt='biggrin.gif' /> ). Cheers,....
  24. Download Java Ebooks
    Java Books (15)
    Download java books from below sites http://www.gayanb.com/ The eBook links you've posted
    contain a bunch of illegal eBooks. Be aware that this is in direct violation of our TOS . Links
    removed. ....
  25. Change Fonts On A S60 Phone [tutorial]
    (15)
    I didnt find a suitable catagory for this tutorial so posting it out here, Mods please find a
    suitable place for this if i am wrong. Allright, lets get started. Almost everyone now owns a
    Nokia, and out of that almost 70% use SymbianOS phones (S60). You can change the themes the
    wallpapers etc on your phone, but i assume that a few of you would like to change only the Font.
    Nokia uses its default font called the NokiaSans . This is hard coded and set in the ROM of your
    phone, so that whenever we format the phone, the same font is taken and used. Many of you might hav....
  26. Making A Nice Looking Signature In Photoshop Cs
    Some basic Photoshop skills required... (17)
    Here's a guide you can use to help you make a signature image in Photoshop CS. Before we begin
    you need to pick out a good "render" for your signature. A render is basically an image that takes
    the focus in your signature, the render I will use currently looks like this First off I hit
    Ctrl+A and then Ctrl+C, then I go to File> New, and I set my image proportions to 410 wide, and 165
    high. Then I hit Ctrl+V and right click the eraser tool I select the Magic eraser tool, I hold down
    Ctrl and then left click my render. I move my render all the way to the right, th....
  27. C#.NET: Web Timer Control Tutorial
    C# & VB.NET (3)
    Web Timer Control C# Difficulty: Easy Time: 10 Minutes The aim of this tutorial is to create a
    Timer that works on web pages. Timers are a very useful control in Windows Applications but how can
    you use them in web pages. With the default controls you get in the .Net Framework there is not a
    Web Timer. This web timer can be used as a normal web control you will be able to drag and drop it
    onto Web Forms, and modify it using the properties window. This Timer Works using the JavaScript
    setTimeout() function which once the required time has elapsed unlike a Windows F....
  28. SMF - Shout Box Mod Installation
    Help Requested (50)
    hey! i'm the first to open a topic in this forum! /rolleyes.gif' border='0'
    style='vertical-align:middle' alt='rolleyes.gif' /> I've a problem, i've donwloaded and
    installed with success SMF board, then i've downloaded Shout Box created by Grudge Shout Box
    MOD installed it with success...but i can't find the shoutbox....in admin control panel i can
    set up many options of shout box but i can see it into my forum....on SMF forum them say i have to
    add some codelines in my index.template.php but i dunno how to do that....can anyone help me? TH....
  29. How To Remove Bad Sectors Or Bad Clusters From HDD
    a tutorial for you all (18)
    hi friends, there is small tutorial to remove Bad Sectors from hdd to remove bad sectors you need a
    program named SeaMap now we start Start the SeaMap.exe software Set the option by typing SD and
    then press enter Press 1 then 0 or 1 to select drive Then press 2 and there will be a option (Y/N)
    press n for No Press Esc button one to go back to command line Type FD Type y for yes the Hdd will
    format the whole disk and removes bad sectors and partitions Now the computer has to be restarted,
    Restart your computer Partition your Hdd using fdisk and then format all partitio....
  30. Basic Tutorial: PHP GD
    basic tuts (16)
    With php gd is the image function library of php. The functions include in this library enable php
    users to creating image up to manipulating photos. PHP gd can create with file extension of jpg,
    gif, swf, tiff and jpeg2000. Installation see http://www.php.net/manual/en/ref.image.php .
    Astahost hosting service has enable gd library, so won’t need any extra works except in coding.
    Lets get started, creating images from php set the canvas: CODE   $img = imagecreate(250, 80)
    imagecreate this function create and set a blank canvas with the wide of 250 pixels a....

    1. Looking for basic, info, and, download, installation, tutorial, asp, net, 2, 0






*SIMILAR VIDEOS*
Searching Video's for basic, info, and, download, installation, tutorial, asp, net, 2, 0
Similar
Basic C++ Coding
Basic C Language, Functions
Nfs: Undercover - small info on the up coming game
Gimp Animation Tutorial - Read in the first part of the tut why i made another tut same as Lance
Here Are Some Great Php Tutorial Sites
My Experience With The Zlob Trojan - Related to www.userads.info
Help Me To Download Torrent Via Proxy Internet - Torrent Downloads
How To Understand A Database Schema - A very nice and simple tutorial
C/c++ -gdb Linux Debug Tool - Simple Gdb tutorial
How To Download Videos From Youtube - A Tutorial designed to inform of how to download YouTube videos.
Acer Arcade Software - is it possible to download?
Html Basic Tutorial - <!-- For beginners only -->
Php Tutorial: Making A Shoutbox - Requirements: PHP, MySQL
C# Tutorial : Lesson 7 - Creating Value Types & Reference Types - Part II
Ajax + Php + Sql = Simply Superb! ( With Visitor Tracking ) - A small tutorial to explain integrating php, ajax and MySQL Database
Wireless: Bypassing Mac Filtering - Tutorial
Download Free Mobile Thems, Wallpapers Ringtones - Zedge.net
Best Download Manager - what download manager do you use? and why?
[tutorial] Basics Of C Programming - Part 2
Using The Php Mail() Function For Images Or Attachments - Can't find a decent tutorial!
Video Editing Tutorial - Using VirtualDub
Where Can I Download Free FPS Games
Need A Tutorial On Creating A Font
Download Java Ebooks - Java Books
Change Fonts On A S60 Phone [tutorial]
Making A Nice Looking Signature In Photoshop Cs - Some basic Photoshop skills required...
C#.NET: Web Timer Control Tutorial - C# & VB.NET
SMF - Shout Box Mod Installation - Help Requested
How To Remove Bad Sectors Or Bad Clusters From HDD - a tutorial for you all
Basic Tutorial: PHP GD - basic tuts
advertisement




Basic Info & Download/ Installation Tutorial For Asp.net 2.0



 

 

 

 

ADD REPLY / Got an Opinion! a humble request :-) RAPID SEARCH! Free Hosting [X]
Express your Opinions, Thoughts or Contribute your information that might help someone here.
Ask your Doubts & Queries to get answers.. "Together, We enlight each other!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE