I have been using VB.NET successfully with Windows forms and am starting a web forms application using ASP.NET project option. IIS was installed then VS.NET re-installed. When a project is debugged using Debug/Start the following error message appears:
Unable to start debugging on the web server. Server does not support debugging ASP.NET or ATL Server applications. Run setup to install .NET server components (checked that – all installed). If setup has been run verify that a valid URL has been specified (not sure how to do that).
Debug/Start without debugging runs but displays a blank web form (which should display some controls).
Has anyone any ideas to fix this?
Thanks
GraemeC