I am hosting two websites. The home page for both were index.html and
everything was fine. I re-did one of them using Asp.net and now the
home page now is Default.aspx. The website is not on the internet
anymore. I checked and Asp.net service is running and also in the Home
Directory, Default.aspx was added and moved all the way to the top of
the binding.
Am I missing something? Would appreciate the help.

Re: Hosting by David

David
Sun Jun 22 22:10:38 CDT 2008

On Jun 21, 4:26=A0pm, john <johnbah...@hotmail.com> wrote:
> I am hosting two websites. The home page for both were index.html and
> everything was fine. I re-did one of them using Asp.net and now the
> home page now is Default.aspx. The website is not on the internet
> anymore. I checked and Asp.net service is running and also in the Home
> Directory, Default.aspx was added and =A0moved all the way to the top of
> the binding.
> Am I missing something? Would appreciate the help.


Please make sure that you published your ASP.Net pages to your
website. Either copy the files into your website, or create a new
virtual directory pointing to your ASP.Net pages. If you did not do
either action, then you failed to publish your ASP.Net pages and they
will not be accessible from the Internet.


//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//

Re: Hosting by john

john
Mon Jun 23 11:01:31 CDT 2008

On Jun 22, 10:10 pm, David Wang <w3.4...@gmail.com> wrote:
> On Jun 21, 4:26 pm, john <johnbah...@hotmail.com> wrote:
>
> > I am hosting two websites. The home page for both were index.html and
> > everything was fine. I re-did one of them using Asp.net and now the
> > home page now is Default.aspx. The website is not on the internet
> > anymore. I checked and Asp.net service is running and also in the Home
> > Directory, Default.aspx was added and moved all the way to the top of
> > the binding.
> > Am I missing something? Would appreciate the help.
>
> Please make sure that you published your ASP.Net pages to your
> website. Either copy the files into your website, or create a new
> virtual directory pointing to your ASP.Net pages. If you did not do
> either action, then you failed to publish your ASP.Net pages and they
> will not be accessible from the Internet.
>
> //Davidhttp://w3-4u.blogspot.comhttp://blogs.msdn.com/David.Wang
> //

They are copied into my website.

Re: Hosting by David

David
Mon Jun 23 12:28:40 CDT 2008

On Jun 23, 9:01=A0am, john <johnbah...@hotmail.com> wrote:
&g