Hosting with ASP.NET VERSION 1.1

  • Thread starter Thread starter James
  • Start date Start date
J

James

Hi there i'm newbie to this web development thing. However, i have created
an ASP.NET application on my machine and it works fine. However, i want
whenever i'm connected to the internet, for other people to be able to view
/ browse my website, i.e. i want to host the website on my own computer.
Can somebody please explain the steps in need to take to accomplish my task?

Thanks

James
 
What error are they having? They should be able to access your website by
going to http://YOUR IP/ If they are getting an authentication error, you
can disable authentication by going into IIS Manager
(under administrative tools) --> right clicking on your website -->
properties --> directory security --> edit --> allow anonymous access.

you can get your ip by typing ipconfig in a command prompt. Chances are
it'll change whenever you log into your ISP though, so if this is serious
hosting (as opposed to simply showing friends what you are working on), you
might wanna consider some cheap hosting.

Karl
 
Back
Top