473,378 Members | 1,400 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,378 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.




Jul 21 '05 #1
4 2463
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.




Jul 21 '05 #2
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.





Jul 21 '05 #3
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.






Jul 21 '05 #4
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.
>
>
>
>
>
>
>
>
>
>
>
>



Jul 21 '05 #5

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

Similar topics

8
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: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?

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.