ASP.Net Hosting

J

john

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.
 
J

Jeff Winn

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top