943,974 Members | Top Members by Rank

Ad:
  • ASP.NET Discussion Thread
  • Unsolved
  • Views: 10984
  • ASP.NET RSS
Aug 17th, 2004
0

IIS and ASP.Net

Expand Post »
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.
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
Taffy-Taff is offline Offline
6 posts
since Jul 2004
Aug 18th, 2004
0

Re: IIS and ASP.Net

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 .
Moderator
Reputation Points: 322
Solved Threads: 28
The C# Man, Myth, Legend
Tekmaven is offline Offline
914 posts
since Feb 2002
Aug 18th, 2004
0

Re: IIS and ASP.Net

Thanks for your response. Can you suggest what type of environment would be needed? Is there any free ones available? Do I need to do any configuration of IIS in order to start writing scripts?

BTW, Thanks for the information about ASP and ASP.net I know the difference, but I guess I am just been bad by not using the correct name.
Reputation Points: 10
Solved Threads: 0
Newbie Poster
Taffy-Taff is offline Offline
6 posts
since Jul 2004
Aug 19th, 2004
0

Re: IIS and ASP.Net

Quote originally posted by Taffy-Taff ...
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
Reputation Points: 115
Solved Threads: 7
Practically a Master Poster
Slade is offline Offline
633 posts
since Mar 2004
Aug 19th, 2004
0

Re: IIS and ASP.Net

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.
Moderator
Reputation Points: 322
Solved Threads: 28
The C# Man, Myth, Legend
Tekmaven is offline Offline
914 posts
since Feb 2002
Aug 19th, 2004
0

Re: IIS and ASP.Net

there's a beta?! All hail tekmaven. I've got to check this out.
Reputation Points: 115
Solved Threads: 7
Practically a Master Poster
Slade is offline Offline
633 posts
since Mar 2004
Aug 20th, 2004
0

Re: IIS and ASP.Net

Guys -
I seem to have a problem. I tried typing a simple page with ASP tag and it did not work. I suspect that it might be an IIS configuration issue. I use the tag <%=time%> but it came up blank. I tried to configure IIS but seems to be having problem there, also. On my Administration Tools toolbar, I am seeing icons for Local Secutiry Policy and Performance, but I am not seeing an icon for Personal Web Manager. I am presently using Windows XP Professional.

How can I properly configure IIS so that I can start using ASP.net?

I am in the process of downloading the Beta file for the environment, thanks a million.


Taffy.
Reputation Points: 10
Solved Threads: 0
Newbie Poster
Taffy-Taff is offline Offline
6 posts
since Jul 2004
Aug 20th, 2004
0

Re: IIS and ASP.Net

Can you post your whole page's code?
Moderator
Reputation Points: 322
Solved Threads: 28
The C# Man, Myth, Legend
Tekmaven is offline Offline
914 posts
since Feb 2002
Aug 21st, 2004
0

Re: IIS and ASP.Net

Sure:

<html>
<head><title>My First ASP.NET Page</title></head>
<body>
<p>Hello there!</p>
<p>The time is now: <%=time%>


</body>
</html>

Thanks much
Reputation Points: 10
Solved Threads: 0
Newbie Poster
Taffy-Taff is offline Offline
6 posts
since Jul 2004
Aug 21st, 2004
0

Re: IIS and ASP.Net

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() %>
Moderator
Reputation Points: 322
Solved Threads: 28
The C# Man, Myth, Legend
Tekmaven is offline Offline
914 posts
since Feb 2002

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in ASP.NET Forum Timeline: Automatically Generated Letters
Next Thread in ASP.NET Forum Timeline: Advice required to start WEB based application development





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC