I'm just learning VB.NET. I am trying to find the code to connect to an IIS server. I would so appreciate any help with the code! It's probably really simple, but I am just getting into this. Thanks!
You do not need to connect to IIS, you do need to but to make sure your application file are in a folder under Inetpub\wwroot tree. This should happen when you create an ASP.Net project in the first place.