[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

john

6/23/2008 4:31:00 PM

I have hosted my site designed by Dreamweaver for quite some time. The
first page was named indexhtml. I recently re-designed my site using
Asp.net where the first page is Default.aspx.
Now my site cannot be accessed from the internet. I made sure the new
files are copied in the website, on the IIS, Default.aspx has been
added to the accepted documents. Also Asp,net service is running on
the sever.
Is there anything I am missing for it to accept an Asp.net website?
Should I rename it to index.html? ( if I delete the Asp.net files and
bring back the Dreamweaver files with index.html, it will be accessed
by the internet).

Would appreciate your help.
1 Answer

Jeff Winn

6/24/2008 1:34:00 AM

0

You might want to try re-registering ASP.NET with IIS if you have access to
the server. Just run aspnet_regiis.exe from the command prompt. It's in the
%WINDIR%\Microsoft.NET\Framework\<version> folder on the machine.

Can you access the site locally on the box when connecting to localhost?
Also, what exactly is happening when you try to access the site? Make sure
you have custom errors mode in your web.config file set to "RemoteOnly" so
you can see any errors that show up on the site when you're connecting to it
locally.

"john" <johnbahran@hotmail.com> wrote in message
news:c8c6d630-d8a4-46c4-82da-8062394daebf@m73g2000hsh.googlegroups.com...
>I have hosted my site designed by Dreamweaver for quite some time. The
> first page was named indexhtml. I recently re-designed my site using
> Asp.net where the first page is Default.aspx.
> Now my site cannot be accessed from the internet. I made sure the new
> files are copied in the website, on the IIS, Default.aspx has been
> added to the accepted documents. Also Asp,net service is running on
> the sever.
> Is there anything I am missing for it to accept an Asp.net website?
> Should I rename it to index.html? ( if I delete the Asp.net files and
> bring back the Dreamweaver files with index.html, it will be accessed
> by the internet).
>
> Would appreciate your help.