Code to connect to IIS

gomindi

Active member
Joined
Aug 28, 2002
Messages
25
Location
UT
Im 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! Its probably really simple, but I am just getting into this. Thanks!
 
Ugh, I hope I explain this right, I was hoping to have my program available on the internet. possible? Thanks for your help!
 
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.

:)
 
Back
Top