gomindi Posted September 23, 2002 Posted September 23, 2002 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! Quote
reboot Posted September 23, 2002 Posted September 23, 2002 What exactly do you mean "connect to an IIS server"? What did you plan to do once you "connected" to it? Quote
gomindi Posted September 23, 2002 Author Posted September 23, 2002 Ugh, I hope I explain this right, I was hoping to have my program available on the internet. possible? Thanks for your help! Quote
gallicus Posted September 23, 2002 Posted September 23, 2002 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. :) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.