Well, if you had some type of development environment to develop ASP.NET code, that would help a lot too. Of course, you could just write your code in notepad, but I don't know how great that would be for a newbie.
BTW, don't confuse ASP.NET and ASP. ASP is a very old web scripting language. ASP.NET is a new, web compiled language.
ASP.NET programmers like me hate when people refer to ASP.NET as ASP ;).
Tekmaven
Software Architect
1,274 posts since Feb 2002
Reputation Points: 322
Solved Threads: 28
I recently post a thread asking if IIS can run on XP Home Edition. The answer that I got is NO. I recently upgrade my laptop to Windows XP Professional. I really want to start learning ASP. Can I now just start writing ASP codes or do I now have to do something else before.
Thanks.
Depends, do you have IIS installed? If not, rip out your windows xp cd and install it. Now, you want an environment? I use visual studio .net 2003, but I've heard of one called asp matrix or something? Perhaps you should investigate that one :D
Slade
Practically a Master Poster
633 posts since Mar 2004
Reputation Points: 115
Solved Threads: 7
ASP.NET Web Matrix is entirely free, and its by the ASP.NET Team. However, its quite limited; no codebehind, no intellisense.
You're better off testing out the new Microsoft Visual Web Developer 2005 Beta 1, available for a free download here .
Tekmaven
Software Architect
1,274 posts since Feb 2002
Reputation Points: 322
Solved Threads: 28
:D there's a beta?! All hail tekmaven. I've got to check this out.
Slade
Practically a Master Poster
633 posts since Mar 2004
Reputation Points: 115
Solved Threads: 7
Can you post your whole page's code?
Tekmaven
Software Architect
1,274 posts since Feb 2002
Reputation Points: 322
Solved Threads: 28
That isn't a valid ASP.NET page.
You need to add this to the top of the page:
<%@ Page language="c#" %>
and the time part should be, <%= System.DateTime.Now.ToLongTimeString() %>
Tekmaven
Software Architect
1,274 posts since Feb 2002
Reputation Points: 322
Solved Threads: 28