473,322 Members | 1,494 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,322 software developers and data experts.

IIS reports SmartNav.htm as a 404 File Not Found, Why So?

IIS is reporting "SmartNav.htm" and "SmartNav.js" in the

/aspnet_client/system_web/1_1_4322/

directory on the web server as FILE NOT FOUND 404 errors.

Does anyone know why IIS is report this as a 404?

Should I place the files above in that said directory to prevent this? I
don't why this should matter, but I would really like to know what's
happening here.
The .NET Framework 1.1 is installed cleanly on a Win 2K server.




Nov 20 '05 #1
8 805
This is not something created by IIS. I suppose that if you are using the
files, and they are supposed to be in that directory, but are not, then you
get a 404 Not Found error. To solve that, copy the files into the directory.

But you might want to find out what this really is, and how it is supposed
to work, before doing anything? Guessing what to do, most often gives you
more things to fix in the end.

--
Regards,
Kristofer Gafvert - IIS MVP
Reply to newsgroup only. Remove NEWS if you must reply by email, but please
do not.
http://www.ilopia.com/
"anon" <an**@hotmail.com> wrote in message
news:OY**************@TK2MSFTNGP09.phx.gbl...
IIS is reporting "SmartNav.htm" and "SmartNav.js" in the

/aspnet_client/system_web/1_1_4322/

directory on the web server as FILE NOT FOUND 404 errors.

Does anyone know why IIS is report this as a 404?

Should I place the files above in that said directory to prevent this? I
don't why this should matter, but I would really like to know what's
happening here.
The .NET Framework 1.1 is installed cleanly on a Win 2K server.




Nov 20 '05 #2
This is not something created by IIS. I suppose that if you are using the
files, and they are supposed to be in that directory, but are not, then you
get a 404 Not Found error. To solve that, copy the files into the directory.

But you might want to find out what this really is, and how it is supposed
to work, before doing anything? Guessing what to do, most often gives you
more things to fix in the end.

--
Regards,
Kristofer Gafvert - IIS MVP
Reply to newsgroup only. Remove NEWS if you must reply by email, but please
do not.
http://www.ilopia.com/
"anon" <an**@hotmail.com> wrote in message
news:OY**************@TK2MSFTNGP09.phx.gbl...
IIS is reporting "SmartNav.htm" and "SmartNav.js" in the

/aspnet_client/system_web/1_1_4322/

directory on the web server as FILE NOT FOUND 404 errors.

Does anyone know why IIS is report this as a 404?

Should I place the files above in that said directory to prevent this? I
don't why this should matter, but I would really like to know what's
happening here.
The .NET Framework 1.1 is installed cleanly on a Win 2K server.




Nov 20 '05 #3
I have been searching MSDN....nothing whatsoever.

I am guessing that most .NET developer aren't good in the web development
and for them to even start analyzing their web files would be wishfull
thinking as they rarely have their own website anyway.

So, I guess, if any of you Microsoft people are listening, please check and
see if you are generating 404 errors if you don't have the

/aspnet_client/system_web/1_1_4322/

folder in one of your web sites
It sounds like a bug.......as that's what I have to do manually to get rid
of that 404 error


"Kristofer Gafvert" <kg******@NEWSilopia.com> wrote in message
news:eh**************@TK2MSFTNGP10.phx.gbl...
This is not something created by IIS. I suppose that if you are using the
files, and they are supposed to be in that directory, but are not, then you get a 404 Not Found error. To solve that, copy the files into the directory.
But you might want to find out what this really is, and how it is supposed
to work, before doing anything? Guessing what to do, most often gives you
more things to fix in the end.

--
Regards,
Kristofer Gafvert - IIS MVP
Reply to newsgroup only. Remove NEWS if you must reply by email, but please do not.
http://www.ilopia.com/
"anon" <an**@hotmail.com> wrote in message
news:OY**************@TK2MSFTNGP09.phx.gbl...
IIS is reporting "SmartNav.htm" and "SmartNav.js" in the

/aspnet_client/system_web/1_1_4322/

directory on the web server as FILE NOT FOUND 404 errors.

Does anyone know why IIS is report this as a 404?

Should I place the files above in that said directory to prevent this? I don't why this should matter, but I would really like to know what's
happening here.
The .NET Framework 1.1 is installed cleanly on a Win 2K server.





Nov 20 '05 #4
I have been searching MSDN....nothing whatsoever.

I am guessing that most .NET developer aren't good in the web development
and for them to even start analyzing their web files would be wishfull
thinking as they rarely have their own website anyway.

So, I guess, if any of you Microsoft people are listening, please check and
see if you are generating 404 errors if you don't have the

/aspnet_client/system_web/1_1_4322/

folder in one of your web sites
It sounds like a bug.......as that's what I have to do manually to get rid
of that 404 error


"Kristofer Gafvert" <kg******@NEWSilopia.com> wrote in message
news:eh**************@TK2MSFTNGP10.phx.gbl...
This is not something created by IIS. I suppose that if you are using the
files, and they are supposed to be in that directory, but are not, then you get a 404 Not Found error. To solve that, copy the files into the directory.
But you might want to find out what this really is, and how it is supposed
to work, before doing anything? Guessing what to do, most often gives you
more things to fix in the end.

--
Regards,
Kristofer Gafvert - IIS MVP
Reply to newsgroup only. Remove NEWS if you must reply by email, but please do not.
http://www.ilopia.com/
"anon" <an**@hotmail.com> wrote in message
news:OY**************@TK2MSFTNGP09.phx.gbl...
IIS is reporting "SmartNav.htm" and "SmartNav.js" in the

/aspnet_client/system_web/1_1_4322/

directory on the web server as FILE NOT FOUND 404 errors.

Does anyone know why IIS is report this as a 404?

Should I place the files above in that said directory to prevent this? I don't why this should matter, but I would really like to know what's
happening here.
The .NET Framework 1.1 is installed cleanly on a Win 2K server.





Nov 20 '05 #5
Can you please tell me where the bug is?

Obviously your pages (which you developed) are using the smartnav files. And
if they are not installed, of course you will get 404 - File not found,
because the files are not there! Why not look at the referer, to find out
what files are using smartnav?

To install the Client Side scripts, run

aspnet_regiis -c

on the server.

--
Regards,
Kristofer Gafvert - IIS MVP
Reply to newsgroup only. Remove NEWS if you must reply by email, but please
do not.
http://www.ilopia.com/
"anon" <an**@hotmail.com> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
I have been searching MSDN....nothing whatsoever.

I am guessing that most .NET developer aren't good in the web development
and for them to even start analyzing their web files would be wishfull
thinking as they rarely have their own website anyway.

So, I guess, if any of you Microsoft people are listening, please check and see if you are generating 404 errors if you don't have the

/aspnet_client/system_web/1_1_4322/

folder in one of your web sites
It sounds like a bug.......as that's what I have to do manually to get rid
of that 404 error


"Kristofer Gafvert" <kg******@NEWSilopia.com> wrote in message
news:eh**************@TK2MSFTNGP10.phx.gbl...
This is not something created by IIS. I suppose that if you are using the
files, and they are supposed to be in that directory, but are not, then

you
get a 404 Not Found error. To solve that, copy the files into the

directory.

But you might want to find out what this really is, and how it is supposed to work, before doing anything? Guessing what to do, most often gives you more things to fix in the end.

--
Regards,
Kristofer Gafvert - IIS MVP
Reply to newsgroup only. Remove NEWS if you must reply by email, but

please
do not.
http://www.ilopia.com/
"anon" <an**@hotmail.com> wrote in message
news:OY**************@TK2MSFTNGP09.phx.gbl...
IIS is reporting "SmartNav.htm" and "SmartNav.js" in the

/aspnet_client/system_web/1_1_4322/

directory on the web server as FILE NOT FOUND 404 errors.

Does anyone know why IIS is report this as a 404?

Should I place the files above in that said directory to prevent this?

I don't why this should matter, but I would really like to know what's
happening here.
The .NET Framework 1.1 is installed cleanly on a Win 2K server.






Nov 20 '05 #6
Can you please tell me where the bug is?

Obviously your pages (which you developed) are using the smartnav files. And
if they are not installed, of course you will get 404 - File not found,
because the files are not there! Why not look at the referer, to find out
what files are using smartnav?

To install the Client Side scripts, run

aspnet_regiis -c

on the server.

--
Regards,
Kristofer Gafvert - IIS MVP
Reply to newsgroup only. Remove NEWS if you must reply by email, but please
do not.
http://www.ilopia.com/
"anon" <an**@hotmail.com> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
I have been searching MSDN....nothing whatsoever.

I am guessing that most .NET developer aren't good in the web development
and for them to even start analyzing their web files would be wishfull
thinking as they rarely have their own website anyway.

So, I guess, if any of you Microsoft people are listening, please check and see if you are generating 404 errors if you don't have the

/aspnet_client/system_web/1_1_4322/

folder in one of your web sites
It sounds like a bug.......as that's what I have to do manually to get rid
of that 404 error


"Kristofer Gafvert" <kg******@NEWSilopia.com> wrote in message
news:eh**************@TK2MSFTNGP10.phx.gbl...
This is not something created by IIS. I suppose that if you are using the
files, and they are supposed to be in that directory, but are not, then

you
get a 404 Not Found error. To solve that, copy the files into the

directory.

But you might want to find out what this really is, and how it is supposed to work, before doing anything? Guessing what to do, most often gives you more things to fix in the end.

--
Regards,
Kristofer Gafvert - IIS MVP
Reply to newsgroup only. Remove NEWS if you must reply by email, but

please
do not.
http://www.ilopia.com/
"anon" <an**@hotmail.com> wrote in message
news:OY**************@TK2MSFTNGP09.phx.gbl...
IIS is reporting "SmartNav.htm" and "SmartNav.js" in the

/aspnet_client/system_web/1_1_4322/

directory on the web server as FILE NOT FOUND 404 errors.

Does anyone know why IIS is report this as a 404?

Should I place the files above in that said directory to prevent this?

I don't why this should matter, but I would really like to know what's
happening here.
The .NET Framework 1.1 is installed cleanly on a Win 2K server.






Nov 20 '05 #7
Do you have to install the .NET SDK as opposed to the .NET runtime only for
the

aspnet_regiis -c

command to work?


"Kristofer Gafvert" <kg******@NEWSilopia.com> wrote in message
news:eo**************@TK2MSFTNGP09.phx.gbl...
Can you please tell me where the bug is?

Obviously your pages (which you developed) are using the smartnav files. And if they are not installed, of course you will get 404 - File not found,
because the files are not there! Why not look at the referer, to find out
what files are using smartnav?

To install the Client Side scripts, run

aspnet_regiis -c

on the server.

--
Regards,
Kristofer Gafvert - IIS MVP
Reply to newsgroup only. Remove NEWS if you must reply by email, but please do not.
http://www.ilopia.com/
"anon" <an**@hotmail.com> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
I have been searching MSDN....nothing whatsoever.

I am guessing that most .NET developer aren't good in the web development
and for them to even start analyzing their web files would be wishfull
thinking as they rarely have their own website anyway.

So, I guess, if any of you Microsoft people are listening, please check

and
see if you are generating 404 errors if you don't have the

/aspnet_client/system_web/1_1_4322/

folder in one of your web sites
It sounds like a bug.......as that's what I have to do manually to get rid of that 404 error


"Kristofer Gafvert" <kg******@NEWSilopia.com> wrote in message
news:eh**************@TK2MSFTNGP10.phx.gbl...
This is not something created by IIS. I suppose that if you are using the files, and they are supposed to be in that directory, but are not,
then you
get a 404 Not Found error. To solve that, copy the files into the

directory.

But you might want to find out what this really is, and how it is supposed to work, before doing anything? Guessing what to do, most often gives you more things to fix in the end.

--
Regards,
Kristofer Gafvert - IIS MVP
Reply to newsgroup only. Remove NEWS if you must reply by email, but

please
do not.
http://www.ilopia.com/
"anon" <an**@hotmail.com> wrote in message
news:OY**************@TK2MSFTNGP09.phx.gbl...
> IIS is reporting "SmartNav.htm" and "SmartNav.js" in the
>
> /aspnet_client/system_web/1_1_4322/
>
> directory on the web server as FILE NOT FOUND 404 errors.
>
> Does anyone know why IIS is report this as a 404?
>
> Should I place the files above in that said directory to prevent

this? I
> don't why this should matter, but I would really like to know what's
> happening here.
>
>
> The .NET Framework 1.1 is installed cleanly on a Win 2K server.
>
>
>
>
>
>
>
>
>
>
>
>



Nov 20 '05 #8
Do you have to install the .NET SDK as opposed to the .NET runtime only for
the

aspnet_regiis -c

command to work?


"Kristofer Gafvert" <kg******@NEWSilopia.com> wrote in message
news:eo**************@TK2MSFTNGP09.phx.gbl...
Can you please tell me where the bug is?

Obviously your pages (which you developed) are using the smartnav files. And if they are not installed, of course you will get 404 - File not found,
because the files are not there! Why not look at the referer, to find out
what files are using smartnav?

To install the Client Side scripts, run

aspnet_regiis -c

on the server.

--
Regards,
Kristofer Gafvert - IIS MVP
Reply to newsgroup only. Remove NEWS if you must reply by email, but please do not.
http://www.ilopia.com/
"anon" <an**@hotmail.com> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
I have been searching MSDN....nothing whatsoever.

I am guessing that most .NET developer aren't good in the web development
and for them to even start analyzing their web files would be wishfull
thinking as they rarely have their own website anyway.

So, I guess, if any of you Microsoft people are listening, please check

and
see if you are generating 404 errors if you don't have the

/aspnet_client/system_web/1_1_4322/

folder in one of your web sites
It sounds like a bug.......as that's what I have to do manually to get rid of that 404 error


"Kristofer Gafvert" <kg******@NEWSilopia.com> wrote in message
news:eh**************@TK2MSFTNGP10.phx.gbl...
This is not something created by IIS. I suppose that if you are using the files, and they are supposed to be in that directory, but are not,
then you
get a 404 Not Found error. To solve that, copy the files into the

directory.

But you might want to find out what this really is, and how it is supposed to work, before doing anything? Guessing what to do, most often gives you more things to fix in the end.

--
Regards,
Kristofer Gafvert - IIS MVP
Reply to newsgroup only. Remove NEWS if you must reply by email, but

please
do not.
http://www.ilopia.com/
"anon" <an**@hotmail.com> wrote in message
news:OY**************@TK2MSFTNGP09.phx.gbl...
> IIS is reporting "SmartNav.htm" and "SmartNav.js" in the
>
> /aspnet_client/system_web/1_1_4322/
>
> directory on the web server as FILE NOT FOUND 404 errors.
>
> Does anyone know why IIS is report this as a 404?
>
> Should I place the files above in that said directory to prevent

this? I
> don't why this should matter, but I would really like to know what's
> happening here.
>
>
> The .NET Framework 1.1 is installed cleanly on a Win 2K server.
>
>
>
>
>
>
>
>
>
>
>
>



Nov 20 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: anon | last post by:
IIS is reporting "SmartNav.htm" and "SmartNav.js" in the /aspnet_client/system_web/1_1_4322/ directory on the web server as FILE NOT FOUND 404 errors. Does anyone know why IIS is report this...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.