You'll need somewhere to host ASP.NET pages/Web Services - they aren't static files like HTML which can be transferred, but programs that run on the server, which needs to support that type of page. There's a short thread in the Lounge about a partiucular host at the moment: http://www.codeproject.com/lounge.asp?select=557153&exp=5&fr=16#xx557153xx[^] If you're doing something fairly simple and have low bandwidth requirements (ie, just friends will be using it), and you are on DSL/Cable and are allowed to run servers (and don't mind the headache of admining it), you could self host and expose your Web Server through your firewall/NAT Gateway. HTH -- Ian Darling