473,473 Members | 1,962 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

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 824
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

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.