Hello,
I'm trying to create my first asp.net web application using VB.NET. I've been able to successfully create and debug Windows Applications in visual studio, but not asp.net web applications.
here is the error message I get:
i've checked the web config file, and I've come across different things on the internet (checking user permissions, attaching to inetinfo.exe, etc...) and i've tried them all, but I'm not sure if I'm doing it correctly.
any help would be very helpful!!
I'm trying to create my first asp.net web application using VB.NET. I've been able to successfully create and debug Windows Applications in visual studio, but not asp.net web applications.
here is the error message I get:
Code:
Error while trying to run project: Unable to start debugging on the web server. The server does not support debugging of ASP.NET or ATL Server applications. Run setup to install the Visual Studio.NET server components. If setup has been run, verify that a valid URL has been specified.
i've checked the web config file, and I've come across different things on the internet (checking user permissions, attaching to inetinfo.exe, etc...) and i've tried them all, but I'm not sure if I'm doing it correctly.
any help would be very helpful!!