404 not found

  • Thread starter Thread starter Aleks Kleyn
  • Start date Start date
A

Aleks Kleyn

I use windows vista, iis7. my asp page worked fine until recently. but it
stopped to work, reporting http 404 not found. file exists. what may be the
reason.
 
Check the IIS log for details.

--
HTH,

Kevin Spencer
Microsoft MVP

Printing Components, Email Components,
FTP Client Classes, Enhanced Data Controls, much more.
DSI PrintManager, Miradyne Component Libraries:
http://www.miradyne.net
 
Check the IIS log for details.

--
HTH,

Kevin Spencer
Microsoft MVP

Printing Components, Email Components,
FTP Client Classes, Enhanced Data Controls, much more.
DSI PrintManager, Miradyne Component Libraries:http://www.miradyne.net






- Show quoted text -

I guess, IIS doesn't allow that file extension and you have to
configure it.
What file do you call?
 
I guess, IIS doesn't allow that file extension and you have to
configure it.
What file do you call?

What makes you guess that? Can you quote the IIS log file?

--
HTH,

Kevin Spencer
Microsoft MVP

Printing Components, Email Components,
FTP Client Classes, Enhanced Data Controls, much more.
DSI PrintManager, Miradyne Component Libraries:
http://www.miradyne.net
 
In Win 2003 if file has an unknown Mime type (determined by file extension)
allowed to server from IIS then it will return 404.

George.
 
In Win 2003 if file has an unknown Mime type (determined by file extension)
allowed to server from IIS then it will return 404.

The same with IIS 7.

If an error occured with ASPX-file, I would try

aspnet_regiis.exe -i
 
Back
Top