I have XP Pro on my machine and have IIS running. I have MDAC 2.8x, .Net 1.1, and WebMatrix installed per Beginning ASP.NET 1.1 with
VB.NET 2003 and all appears to be running correctly. When I run punctual.aspx from WebMatrix, it starts up and functions correctly. If I try to View/Source I get no response. I also have the same setup on my work XP Pro machine and have no problem with View/Source. The only difference is that I do not have IIS running on my work machine. WebMatrix is using port 8080 as expected on my home machine. I am also unable to get punctual.aspx to run outside of WebMatrix on my home machine with or without BegAspNet11/Ch01, Ch01, or anything else added to the URL to run punctual.aspx from localhost. I also tried localhost:8080 as part of the URL without luck. I've tried everything from stopping my default web site (www, which has an asp.net web app running from it)to completely disabling IIS and it's dependent services from starting up on machine start.
Any ideas?
Thanks in advance. This is my first post here and if the answer is out here already, I can't see it. I am just starting with Asp.Net, WebMatrix,
Vb.Net 2003, this book, and don't want to start off on the wrong foot.