When I tryhttp://localhost:1073/, it gets redirected tohttp://localhost.lbm-solution.com:1073/default.aspx. This is what
happens run an ASP.NET app through VS 2005. Writing an ASP app using
Dreamweaver and then going tohttp://localhost/appname/pagenamejust
gets 'Page could not be found'.
I have never seen anything like this before, maybe I should
uninstall/reinstall all the relevant software? Although this would
still not explain why the ASP created in Dreamweaver or Notepad does not
work.
Mike, I would recommend you to follow advice of Juan: go to IIS
(Control Panel - Administrative Tools) and check the settings of
default website. If it has been properly configured and started, you
should get default document (e.g. default.htm, or default.aspx from
your inetpub/wwwroot) when you type
http://localhost in your web
browser. If it works, you can change settings of the web server in
VS.NET to run your site on IIS. If the site in IIS doesn't work, try
to find the reason, for example, look in the Event Log.