![]() |
|
|
|
| ||||||
|
Welcome to the The ProgrammersTalk Community forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
| Tags: asp, aspnet, programmers, programming, start kit, tutorial |
![]() |
![]() | | LinkBack | Thread Tools | Display Modes | ![]() |
| ||||
| Hello, I'm back with my tutorial series!!! hopefully you guys are a little bit excited because I want to share a little bit of my experience.. Please let me know if there's any correction that I have to make in this tutorial, and feel free to give some additional comments if you have better way to solve some problems ![]() First of all, before starting to program ASP.NET, you need to make sure that you have at least the first and second component below: (third component is recommended) 1. IIS (Internet Information Services) - If you're using Windows XP, you can follow the step below: Control Panel --> Add/Remove Program --> Add/Remove Windows Components --> Check the IIS (Internet Information Services) Note that at this point you will need your genuine Windows XP SP2 CD to install this component to your windows operating system. IIS will let you run your .asp .aspx file locally. 2. .NET Framework 2.0 here: Download details: .NET Framework 2.0 Software Development Kit (SDK) (x86) - UPDATED LINK! You need to download and install this component in order to test .asp and .aspx on your local machine 3. I'm currently using Mirosoft Visual Studio 2005 Professional. There's other IDE such as Dreamweaver. You can get the Visual Web Developer Express Edition for free here: Visual Studio Express: Visual Web Developer - Easy to Use Note that you can write codes by using Visual Basic or C#. In this tutorial, I'll be using C#. Why? Because it's my preference, some people found that VB is better than C# haha... Let's now write codes: Default.aspx PHP Code: PHP Code: ![]() Last edited by HelloWorld : 06-25-2007 at 12:58 AM. |
| |
| |||
| thanks for the tutorial... best of luck on your asp.net adventure ![]() __________________ Day Cares | Golf Courses | Disc Golf Courses | Campgrounds | Ice Rinks | Paintball Fields | Dentists | Plastic Surgeons | Aging Jokes Catholic Churches | Lutheran Churches | Methodist Churches | Episcopal Churches | Clean Jokes |
| ||||
| Quote:
![]() I probably will need your help in the future. But do you strictly only use VB instead of C#? You said last time that you could also do it in C# right..? For me, VB is just not really working for some reason, probably later once I'm done learning it with C#, then try it out with VB ![]() |
![]() |
| Thread Tools | |
| Display Modes | |
| |