Click to See Complete Forum and Search --> : Problem with website starting
cyberpilgrim
06-01-2004, 05:21 AM
I need to start website. The problem is that when I try to access to website I catch "The page cannot be found".
I just want to realize why I do wrong?
1.I have directory "c:\inetpub\wwwroot\directory"
2.It is mapped in IIS to "default website\directory"
3.Default page "default.aspx" is written to IIS and present in directory
3.I try to run website typing "http:://someserver/directory/"
4.See page "The page cannot be found"
Does anybody know what is wrong with that?
And... I'd really appreciate if someone suggest me what to read to dig into IIS?
Thank you in advance.
JayDie
06-01-2004, 06:22 AM
3.I try to run website typing "http:://someserver/directory/"
I guess it is a little mistake, but you must not place two ':' after http!
cyberpilgrim
06-01-2004, 07:25 AM
Actually, I did that mistake only typing that message. But anyway, thank you.
PeOfEo
06-02-2004, 04:00 AM
try typeing in the file default.aspx and see if it still gives you the error, that will help us to narrow down where it is choaking. It could be a few different things depending on what is going on over there. I can look at my iis settings and compare them to yours.
cyberpilgrim
06-02-2004, 04:39 AM
It doesn't work. :( I have IIS6.0(win2003). I am not so familiar with what is going on deep inside of it :( I would really appreciate any help you can provide.
ray326
06-02-2004, 10:46 AM
Do you get the IIS start page if you just go to http://someserver/ ?
PeOfEo
06-02-2004, 04:25 PM
try what ray said, then try http://localhost
cyberpilgrim
06-03-2004, 02:59 AM
I know what was wrong with that.
(quote from MSDN)
Requests for Dynamic Content Return 404 Error
In order to take a more proactive stance against malicious users and attackers, IIS is installed in a highly secure and locked mode. By default, IIS serves only static content - meaning features like ASP, ASP.NET, server-side includes, WebDAV publishing, FrontPage ® Server Extensions, and Common Gateway Interfaces - do not work unless enabled. If you do not enable this functionality after installing IIS, by default on this denial, IIS returns a generic 404 custom error page to prevent disclosure of configuration information.
PeOfEo
06-03-2004, 03:01 AM
look, try http://localhost this could very well be a router issue, firewall issue, or some other problem doen stream and not relate to iis at all.
cyberpilgrim
06-03-2004, 04:28 AM
PeOfEo
I really appreciate your feedback annd all your efforts in this problem solving but O've already solved the problem (look at my previous post) just enabling ASP.NET feature.
Thank you very much.