473,507 Members | 13,597 Online
Bytes | Software Development & Data Engineering Community
+ 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 18 '05 #1
14 1552
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 18 '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 18 '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 18 '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 18 '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 18 '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 18 '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 18 '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 18 '05 #9
The files should already be there. If you don't have those files, then IIS
is absolutely correct in returning 404 for your requests.

What I suspect in your situation is the root of your website has been moved
from the original location and that those ASP.Net files were not moved with
it. If so, fix that.

--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"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 18 '05 #10
The files should already be there. If you don't have those files, then IIS
is absolutely correct in returning 404 for your requests.

What I suspect in your situation is the root of your website has been moved
from the original location and that those ASP.Net files were not moved with
it. If so, fix that.

--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"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 18 '05 #11
I orginally pointed my web site to another hard drive partition that's not
on C:

Do you think that's why there are no files there?


"David Wang [Msft]" <so*****@online.microsoft.com> wrote in message
news:ek**************@TK2MSFTNGP09.phx.gbl...
The files should already be there. If you don't have those files, then IIS is absolutely correct in returning 404 for your requests.

What I suspect in your situation is the root of your website has been moved from the original location and that those ASP.Net files were not moved with it. If so, fix that.

--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights. //
"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 18 '05 #12
I orginally pointed my web site to another hard drive partition that's not
on C:

Do you think that's why there are no files there?


"David Wang [Msft]" <so*****@online.microsoft.com> wrote in message
news:ek**************@TK2MSFTNGP09.phx.gbl...
The files should already be there. If you don't have those files, then IIS is absolutely correct in returning 404 for your requests.

What I suspect in your situation is the root of your website has been moved from the original location and that those ASP.Net files were not moved with it. If so, fix that.

--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights. //
"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 18 '05 #13
Absolutely. If you point websites to different physical partitions, how is
ASP.Net ever going to figure that out? You can run aspnet_regiis to fix
ASP.net settings based on your new configuration, or you can go and copy
those files yourself.

--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"anon" <an**@hotmail.com> wrote in message
news:Ow**************@TK2MSFTNGP09.phx.gbl...
I orginally pointed my web site to another hard drive partition that's not
on C:

Do you think that's why there are no files there?


"David Wang [Msft]" <so*****@online.microsoft.com> wrote in message
news:ek**************@TK2MSFTNGP09.phx.gbl...
The files should already be there. If you don't have those files, then IIS is absolutely correct in returning 404 for your requests.

What I suspect in your situation is the root of your website has been moved from the original location and that those ASP.Net files were not moved with it. If so, fix that.

--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights. //
"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 18 '05 #14
Absolutely. If you point websites to different physical partitions, how is
ASP.Net ever going to figure that out? You can run aspnet_regiis to fix
ASP.net settings based on your new configuration, or you can go and copy
those files yourself.

--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"anon" <an**@hotmail.com> wrote in message
news:Ow**************@TK2MSFTNGP09.phx.gbl...
I orginally pointed my web site to another hard drive partition that's not
on C:

Do you think that's why there are no files there?


"David Wang [Msft]" <so*****@online.microsoft.com> wrote in message
news:ek**************@TK2MSFTNGP09.phx.gbl...
The files should already be there. If you don't have those files, then IIS is absolutely correct in returning 404 for your requests.

What I suspect in your situation is the root of your website has been moved from the original location and that those ASP.Net files were not moved with it. If so, fix that.

--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights. //
"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 18 '05 #15

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

Similar topics

4
2466
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...
8
272
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...
8
244
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...
7
267
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...
7
204
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
7223
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
7110
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
7314
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7372
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...
1
7030
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
5623
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,...
1
5041
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4702
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
1540
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.