Trying to setup Web Matrix.
I'm using Windows XP Home.
I'm using Beginning ASP.NET 1.1 with
VB.NET 2003 and have installed everything as requested in the book.
When I try and start the Web Application things start to go wrong.
The first message is:
The specified port number is already in use. Please specify a different port number. Port 80 might be in use by IIS, if you have it enabled.
I change the port to 8080 as suggested in the book.
The second message is:
The specified port number is already in use. Please specify a different port number.
I then change the port to 8081 and it attempts to open my test.aspx:
Internet Explorer opens and attempts to go to the page:
http://localhost:8081/test.aspx
The page cannot be displayed.
Thanks,
Koula :)