« Previous Next »

Thread: asp page not found error when browsed

Last post 09-03-2008 9:45 AM by Jewels.08. 7 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (8 items)

Sort Posts:

  • 08-27-2008, 12:11 PM

    • Jewels.08
    • Not Ranked
    • Joined on 08-27-2008, 12:06 PM
    • Posts 4

    asp page not found error when browsed

    Hi!

    I am trying to get an .net asp 2.0 page to work with IIS 6.0, when I go to create a virtual directory and then go to browse the page I get a 404 not found error, any ideas why?

    Thanks so much :)

     Julie

  • 08-27-2008, 1:25 PM In reply to

    Re: asp page not found error when browsed

    Hi,

    If you look in the IIS log files for the web site in question you should be able to see the full status code (including sub-status) for the failed request.

    A 404 error usually means simply that the resource requested was not found but it can also mean that the web server is mis-configured in some way, for example if you see a 404.2 in IIS 6 usually means that the web service extension you are calling hasn't been enabled.

    Once you have determined the HTTP status code in your log file refer to this KB article for further troubleshooting tips :

    Description of Microsoft Internet Information Services (IIS) 5.0 and 6.0 status codes

     

    Regards,

    Paul Lynch | www.iisadmin.co.uk
  • 08-27-2008, 4:19 PM In reply to

    • Jewels.08
    • Not Ranked
    • Joined on 08-27-2008, 12:06 PM
    • Posts 4

    Re: asp page not found error when browsed

    Thanks so much for the response. I looked at the log file I found one for all of the IIS but nothing for the individual website, is there something else I should be looking for?

    Also I didn't see anything about the error in there, I noticed too that any changes I make affect my other working websites, even if I don't change the default website properties, then I have to restart IIS to get them to be ok again.

    I have some working .net asp pages on the server already (not ones I created) and when I compare the properties of them to my new one (and they are the same) the old one works and mine doesn't. The file is located in the same shared folder that the rest of the websites are located in, with the same permissions and format... i'm not sure what would be different.

    Thanks again for all of the help, any other suggestions are appreciated! :)

     Julie 

     

  • 09-02-2008, 5:48 AM In reply to

    Re: asp page not found error when browsed

    Hi Julie,

    The IIS log files are typically located in C:\WINDOWS\system32\LogFiles, you can see folders with name W3SVC, each folder is used for one of the web site. You can look at fields like sc-status, sc-substatus, sc-win32-status in the log files.

    Jewels.08:
    I have some working .net asp pages on the server already (not ones I created) and when I compare the properties of them to my new one (and they are the same) the old one works and mine doesn't. The file is located in the same shared folder that the rest of the websites are located in, with the same permissions and format... i'm not sure what would be different.
     

    Does the page redirect to any of other Url?

    Zhao Ji Ma
    Sincerely,
    Microsoft Online Community Support

    “Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. ”
  • 09-02-2008, 4:19 PM In reply to

    • Jewels.08
    • Not Ranked
    • Joined on 08-27-2008, 12:06 PM
    • Posts 4

    Re: asp page not found error when browsed

    Hey!

    I had a look at the LogFiles but I don't see anything in regards to the page I am trying to get working, just the already exisiting working pages. And no the page does not redirect to any other Url. It just says "404 Not Found" nothing else. I've tried two different ways to create the virtual directory, 1- by going into IIS and creating a new virtual directory and linking it to the folder for with the aspx page in it, and setting the properties to match an already exisiting working one. 2- I have gone to the folder for the website application and went to web sharing and selected to share it with the Default website which is where the other website applications are located. Any other suggestions of ways to create a virtual directory?

     Thanks!!

     Julie

  • 09-02-2008, 4:39 PM In reply to

    Re: asp page not found error when browsed

    Jewels.08:
    I had a look at the LogFiles but I don't see anything in regards to the page I am trying to get working, just the already exisiting working pages.

    If your IIS logs don't show the request, it isn't getting to the server.  Might be redirecting to a different server.

    Also, any subcode on the 404, such as 404.1, etc.?  Have you checked permissions on the virtual folder?  Is the virtual folder configured as an application?

    Jeff

    Look for Wrox's new book Professional IIS 7 in your local bookstore, or order now at Amazon.com
  • 09-02-2008, 4:41 PM In reply to

    • tomkmvp
    • Top 10 Contributor
    • Joined on 03-20-2003, 10:27 AM
    • Central NJ
    • Posts 6,163
    • IIS MVPs

    Re: asp page not found error when browsed

    Jewels.08:
    It just says "404 Not Found" nothing else.
    Is that all it says, those three words?  If so, I don't think that's the standard 404 message from IIS ... could something else be in the way?

  • 09-03-2008, 9:45 AM In reply to

    • Jewels.08
    • Not Ranked
    • Joined on 08-27-2008, 12:06 PM
    • Posts 4

    Re: asp page not found error when browsed

    Yup! That is all it says is those three words, seems strange. I'm not sure what else could be in the way of it.

Page 1 of 1 (8 items)
Microsoft Communities