473,396 Members | 1,892 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,396 software developers and data experts.

Controls don't render

I'm an intermediate/novice (I've probably developed a half dozen ASP.NET apps
at this point) ASP.NET C# developer at this point and am totally strumped by
a client's setup.

I am developing this for a client's intrnet. On my client's server (Windows
2000 Terminal Server with ASP.NET v1.14322) I can't get any of the WebForm
controls to render except for Label and (Web Form TextBox, RadioButtonList,
Button, LinkButton all don't render)

The bin directory w/dll has been copied over. I tried copying over several
apps that I know work on multiple servers over all have the same behavior.

Does anyone have any idea on what can be causing this and/or what I can do
to make this work?

Thanks in advance.

Abe Rosner
Jul 21 '05 #1
6 1561
It is quite possible that the antivirus app running on your client's machine
prevented the .Net Framework installation from happening correctly. Can you
connect to that machine as administrator, turn off anti-virus, and reinstall
the framework? You are free to turn the anti-virus back on after that.

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
"AbeR" <Ab**@discussions.microsoft.com> wrote in message
news:E6**********************************@microsof t.com...
I'm an intermediate/novice (I've probably developed a half dozen ASP.NET
apps
at this point) ASP.NET C# developer at this point and am totally strumped
by
a client's setup.

I am developing this for a client's intrnet. On my client's server
(Windows
2000 Terminal Server with ASP.NET v1.14322) I can't get any of the WebForm
controls to render except for Label and (Web Form TextBox,
RadioButtonList,
Button, LinkButton all don't render)

The bin directory w/dll has been copied over. I tried copying over several
apps that I know work on multiple servers over all have the same behavior.

Does anyone have any idea on what can be causing this and/or what I can do
to make this work?

Thanks in advance.

Abe Rosner

Jul 21 '05 #2
Hi Nick,

Thanks so much for the response. Your recommendation sounded very reasonable
and I tried it out. Unfortunately I got the same response. The Server is a
Windows 2000 terminal server. The IT staff has given me administrative rights
to this virtual server. My test application has been reduced to one form with
one button and two labels, one as a static title and one "message" container,
and one on_click event to print text
to the message. I copy the files over (I know enough to copy the aspx,
config files, and bin directory...) and when I run the "app" in browser only
the static label renders (no button). Now it makes perfect sense that .NET
framework did not install properly, so I turned off Mcaffee antiVirus and
reloaded framework 1.1 (SP1) from MS site. It ran properly, told me it was
successful (I have user {domain}/ASPNET ... seems like no problem, right?
Nooooooooooo! I've scoured MSDN and TechNet for weeks now with no results,
I'm an external consultant, so IT is not paying much attention to me.

Could they (net administrator) have a setting or group policy affecting IIS
that prohibits dotnet from running? There is no software firewall, so that's
not an issue because I'm testing from the server. I can run static web pages
fine. I've run out of ideas, so I'm open to anything (yes I'm feeling
despirate here :( . Any direction or leads would be really helpful.

-- Abe
"Nick Malik [Microsoft]" wrote:
It is quite possible that the antivirus app running on your client's machine
prevented the .Net Framework installation from happening correctly. Can you
connect to that machine as administrator, turn off anti-virus, and reinstall
the framework? You are free to turn the anti-virus back on after that.

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
"AbeR" <Ab**@discussions.microsoft.com> wrote in message
news:E6**********************************@microsof t.com...
I'm an intermediate/novice (I've probably developed a half dozen ASP.NET
apps
at this point) ASP.NET C# developer at this point and am totally strumped
by
a client's setup.

I am developing this for a client's intrnet. On my client's server
(Windows
2000 Terminal Server with ASP.NET v1.14322) I can't get any of the WebForm
controls to render except for Label and (Web Form TextBox,
RadioButtonList,
Button, LinkButton all don't render)

The bin directory w/dll has been copied over. I tried copying over several
apps that I know work on multiple servers over all have the same behavior.

Does anyone have any idea on what can be causing this and/or what I can do
to make this work?

Thanks in advance.

Abe Rosner


Jul 21 '05 #3
I am sorry that I can't do a lot from here. I've certainly seen messages
like yours posted on the newsgroups before, but that was quite a while ago.
I was under the impression that this issue was fixed in the current drops of
the framework. I'm going to suggest that you get hold of Product Support
Services to help with this situation.

When you re-installed the framework, did you use the console (available
through Virtual Server) or did you use Terminal Services? If you used T/S,
then you may have still have had anti-virus running if the console was
logged in or if it is running as a service.

I did a search of the public KB and didn't see anything, unfortunately.
I'm not in PSS, and I'm working from home, so I don't have any more
resources than you do.

Good Luck

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
"AbeR" <Ab**@discussions.microsoft.com> wrote in message
news:BF**********************************@microsof t.com...
Hi Nick,

Thanks so much for the response. Your recommendation sounded very
reasonable
and I tried it out. Unfortunately I got the same response. The Server is a
Windows 2000 terminal server. The IT staff has given me administrative
rights
to this virtual server. My test application has been reduced to one form
with
one button and two labels, one as a static title and one "message"
container,
and one on_click event to print text
to the message. I copy the files over (I know enough to copy the aspx,
config files, and bin directory...) and when I run the "app" in browser
only
the static label renders (no button). Now it makes perfect sense that .NET
framework did not install properly, so I turned off Mcaffee antiVirus and
reloaded framework 1.1 (SP1) from MS site. It ran properly, told me it was
successful (I have user {domain}/ASPNET ... seems like no problem, right?
Nooooooooooo! I've scoured MSDN and TechNet for weeks now with no results,
I'm an external consultant, so IT is not paying much attention to me.

Could they (net administrator) have a setting or group policy affecting
IIS
that prohibits dotnet from running? There is no software firewall, so
that's
not an issue because I'm testing from the server. I can run static web
pages
fine. I've run out of ideas, so I'm open to anything (yes I'm feeling
despirate here :( . Any direction or leads would be really helpful.

-- Abe
"Nick Malik [Microsoft]" wrote:
It is quite possible that the antivirus app running on your client's
machine
prevented the .Net Framework installation from happening correctly. Can
you
connect to that machine as administrator, turn off anti-virus, and
reinstall
the framework? You are free to turn the anti-virus back on after that.

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
"AbeR" <Ab**@discussions.microsoft.com> wrote in message
news:E6**********************************@microsof t.com...
> I'm an intermediate/novice (I've probably developed a half dozen
> ASP.NET
> apps
> at this point) ASP.NET C# developer at this point and am totally
> strumped
> by
> a client's setup.
>
> I am developing this for a client's intrnet. On my client's server
> (Windows
> 2000 Terminal Server with ASP.NET v1.14322) I can't get any of the
> WebForm
> controls to render except for Label and (Web Form TextBox,
> RadioButtonList,
> Button, LinkButton all don't render)
>
> The bin directory w/dll has been copied over. I tried copying over
> several
> apps that I know work on multiple servers over all have the same
> behavior.
>
> Does anyone have any idea on what can be causing this and/or what I can
> do
> to make this work?
>
> Thanks in advance.
>
> Abe Rosner


Jul 21 '05 #4
Thanks for trying! Since I'm not allowed in the data center I'm only allowed
in using T/S. You're right, antivirus is still probably running on the box
despite virtual server session showing that I disabled it. The environment is
a bit weird which is definately complicating things. I'll find a solution and
post for others (tenacity counts ;) )
Best,
- Abe

"Nick Malik [Microsoft]" wrote:
I am sorry that I can't do a lot from here. I've certainly seen messages
like yours posted on the newsgroups before, but that was quite a while ago.
I was under the impression that this issue was fixed in the current drops of
the framework. I'm going to suggest that you get hold of Product Support
Services to help with this situation.

When you re-installed the framework, did you use the console (available
through Virtual Server) or did you use Terminal Services? If you used T/S,
then you may have still have had anti-virus running if the console was
logged in or if it is running as a service.

I did a search of the public KB and didn't see anything, unfortunately.
I'm not in PSS, and I'm working from home, so I don't have any more
resources than you do.

Good Luck

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
"AbeR" <Ab**@discussions.microsoft.com> wrote in message
news:BF**********************************@microsof t.com...
Hi Nick,

Thanks so much for the response. Your recommendation sounded very
reasonable
and I tried it out. Unfortunately I got the same response. The Server is a
Windows 2000 terminal server. The IT staff has given me administrative
rights
to this virtual server. My test application has been reduced to one form
with
one button and two labels, one as a static title and one "message"
container,
and one on_click event to print text
to the message. I copy the files over (I know enough to copy the aspx,
config files, and bin directory...) and when I run the "app" in browser
only
the static label renders (no button). Now it makes perfect sense that .NET
framework did not install properly, so I turned off Mcaffee antiVirus and
reloaded framework 1.1 (SP1) from MS site. It ran properly, told me it was
successful (I have user {domain}/ASPNET ... seems like no problem, right?
Nooooooooooo! I've scoured MSDN and TechNet for weeks now with no results,
I'm an external consultant, so IT is not paying much attention to me.

Could they (net administrator) have a setting or group policy affecting
IIS
that prohibits dotnet from running? There is no software firewall, so
that's
not an issue because I'm testing from the server. I can run static web
pages
fine. I've run out of ideas, so I'm open to anything (yes I'm feeling
despirate here :( . Any direction or leads would be really helpful.

-- Abe
"Nick Malik [Microsoft]" wrote:
It is quite possible that the antivirus app running on your client's
machine
prevented the .Net Framework installation from happening correctly. Can
you
connect to that machine as administrator, turn off anti-virus, and
reinstall
the framework? You are free to turn the anti-virus back on after that.

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
"AbeR" <Ab**@discussions.microsoft.com> wrote in message
news:E6**********************************@microsof t.com...
> I'm an intermediate/novice (I've probably developed a half dozen
> ASP.NET
> apps
> at this point) ASP.NET C# developer at this point and am totally
> strumped
> by
> a client's setup.
>
> I am developing this for a client's intrnet. On my client's server
> (Windows
> 2000 Terminal Server with ASP.NET v1.14322) I can't get any of the
> WebForm
> controls to render except for Label and (Web Form TextBox,
> RadioButtonList,
> Button, LinkButton all don't render)
>
> The bin directory w/dll has been copied over. I tried copying over
> several
> apps that I know work on multiple servers over all have the same
> behavior.
>
> Does anyone have any idea on what can be causing this and/or what I can
> do
> to make this work?
>
> Thanks in advance.
>
> Abe Rosner


Jul 21 '05 #5
As promised I'm posting the solution...

After a bit of digging around I found that IIS has to be mapped to ASP.NET.
ASPNET_WP.EXE (or in the case of Server 2003 w3wp.exe) may well be running
as a service on the box and IIS might still not see it. This happens if IIS
is deleted and then reinstalled after the .NET framework is installed.

The symptoms are that none of the server-side controls don't render. To
resolve this, either:
1) go to the IIS console go to the root default web site
2) select properties
3) home directory tab
4) configuration button
5) Add button (add extension .aspx this path of
(%winpath%\Framework\v1.1.4322\aspnet_isapi.dll) where %winpath% is the
location of windows (usually c:\windows or c:\winnt)

Restart IIS for good measure and everything should work.

I also found a msdn article that solves to problem slightly differently:
http://support.microsoft.com/default...b;en-us;306005

Hope this helps!

- Abe
-----------------------------------------

"Nick Malik [Microsoft]" wrote:
I am sorry that I can't do a lot from here. I've certainly seen messages
like yours posted on the newsgroups before, but that was quite a while ago.
I was under the impression that this issue was fixed in the current drops of
the framework. I'm going to suggest that you get hold of Product Support
Services to help with this situation.

When you re-installed the framework, did you use the console (available
through Virtual Server) or did you use Terminal Services? If you used T/S,
then you may have still have had anti-virus running if the console was
logged in or if it is running as a service.

I did a search of the public KB and didn't see anything, unfortunately.
I'm not in PSS, and I'm working from home, so I don't have any more
resources than you do.

Good Luck

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
"AbeR" <Ab**@discussions.microsoft.com> wrote in message
news:BF**********************************@microsof t.com...
Hi Nick,

Thanks so much for the response. Your recommendation sounded very
reasonable
and I tried it out. Unfortunately I got the same response. The Server is a
Windows 2000 terminal server. The IT staff has given me administrative
rights
to this virtual server. My test application has been reduced to one form
with
one button and two labels, one as a static title and one "message"
container,
and one on_click event to print text
to the message. I copy the files over (I know enough to copy the aspx,
config files, and bin directory...) and when I run the "app" in browser
only
the static label renders (no button). Now it makes perfect sense that .NET
framework did not install properly, so I turned off Mcaffee antiVirus and
reloaded framework 1.1 (SP1) from MS site. It ran properly, told me it was
successful (I have user {domain}/ASPNET ... seems like no problem, right?
Nooooooooooo! I've scoured MSDN and TechNet for weeks now with no results,
I'm an external consultant, so IT is not paying much attention to me.

Could they (net administrator) have a setting or group policy affecting
IIS
that prohibits dotnet from running? There is no software firewall, so
that's
not an issue because I'm testing from the server. I can run static web
pages
fine. I've run out of ideas, so I'm open to anything (yes I'm feeling
despirate here :( . Any direction or leads would be really helpful.

-- Abe
"Nick Malik [Microsoft]" wrote:
It is quite possible that the antivirus app running on your client's
machine
prevented the .Net Framework installation from happening correctly. Can
you
connect to that machine as administrator, turn off anti-virus, and
reinstall
the framework? You are free to turn the anti-virus back on after that.

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
"AbeR" <Ab**@discussions.microsoft.com> wrote in message
news:E6**********************************@microsof t.com...
> I'm an intermediate/novice (I've probably developed a half dozen
> ASP.NET
> apps
> at this point) ASP.NET C# developer at this point and am totally
> strumped
> by
> a client's setup.
>
> I am developing this for a client's intrnet. On my client's server
> (Windows
> 2000 Terminal Server with ASP.NET v1.14322) I can't get any of the
> WebForm
> controls to render except for Label and (Web Form TextBox,
> RadioButtonList,
> Button, LinkButton all don't render)
>
> The bin directory w/dll has been copied over. I tried copying over
> several
> apps that I know work on multiple servers over all have the same
> behavior.
>
> Does anyone have any idea on what can be causing this and/or what I can
> do
> to make this work?
>
> Thanks in advance.
>
> Abe Rosner


Jul 21 '05 #6
That's it then... running aspnet_regiis does the trick for this one too?

Fascinating. I'll keep that in my back pocket.

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
"AbeR" <Ab**@discussions.microsoft.com> wrote in message
news:F5**********************************@microsof t.com...
As promised I'm posting the solution...

After a bit of digging around I found that IIS has to be mapped to
ASP.NET.
ASPNET_WP.EXE (or in the case of Server 2003 w3wp.exe) may well be running
as a service on the box and IIS might still not see it. This happens if
IIS
is deleted and then reinstalled after the .NET framework is installed.

The symptoms are that none of the server-side controls don't render. To
resolve this, either:
1) go to the IIS console go to the root default web site
2) select properties
3) home directory tab
4) configuration button
5) Add button (add extension .aspx this path of
(%winpath%\Framework\v1.1.4322\aspnet_isapi.dll) where %winpath% is the
location of windows (usually c:\windows or c:\winnt)

Restart IIS for good measure and everything should work.

I also found a msdn article that solves to problem slightly differently:
http://support.microsoft.com/default...b;en-us;306005

Hope this helps!

- Abe
-----------------------------------------

"Nick Malik [Microsoft]" wrote:
I am sorry that I can't do a lot from here. I've certainly seen messages
like yours posted on the newsgroups before, but that was quite a while
ago.
I was under the impression that this issue was fixed in the current drops
of
the framework. I'm going to suggest that you get hold of Product Support
Services to help with this situation.

When you re-installed the framework, did you use the console (available
through Virtual Server) or did you use Terminal Services? If you used
T/S,
then you may have still have had anti-virus running if the console was
logged in or if it is running as a service.

I did a search of the public KB and didn't see anything, unfortunately.
I'm not in PSS, and I'm working from home, so I don't have any more
resources than you do.

Good Luck

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
"AbeR" <Ab**@discussions.microsoft.com> wrote in message
news:BF**********************************@microsof t.com...
> Hi Nick,
>
> Thanks so much for the response. Your recommendation sounded very
> reasonable
> and I tried it out. Unfortunately I got the same response. The Server
> is a
> Windows 2000 terminal server. The IT staff has given me administrative
> rights
> to this virtual server. My test application has been reduced to one
> form
> with
> one button and two labels, one as a static title and one "message"
> container,
> and one on_click event to print text
> to the message. I copy the files over (I know enough to copy the aspx,
> config files, and bin directory...) and when I run the "app" in browser
> only
> the static label renders (no button). Now it makes perfect sense that
> .NET
> framework did not install properly, so I turned off Mcaffee antiVirus
> and
> reloaded framework 1.1 (SP1) from MS site. It ran properly, told me it
> was
> successful (I have user {domain}/ASPNET ... seems like no problem,
> right?
> Nooooooooooo! I've scoured MSDN and TechNet for weeks now with no
> results,
> I'm an external consultant, so IT is not paying much attention to me.
>
> Could they (net administrator) have a setting or group policy affecting
> IIS
> that prohibits dotnet from running? There is no software firewall, so
> that's
> not an issue because I'm testing from the server. I can run static web
> pages
> fine. I've run out of ideas, so I'm open to anything (yes I'm feeling
> despirate here :( . Any direction or leads would be really helpful.
>
> -- Abe
>
>
> "Nick Malik [Microsoft]" wrote:
>
>> It is quite possible that the antivirus app running on your client's
>> machine
>> prevented the .Net Framework installation from happening correctly.
>> Can
>> you
>> connect to that machine as administrator, turn off anti-virus, and
>> reinstall
>> the framework? You are free to turn the anti-virus back on after
>> that.
>>
>> --
>> --- Nick Malik [Microsoft]
>> MCSD, CFPS, Certified Scrummaster
>> http://blogs.msdn.com/nickmalik
>>
>> Disclaimer: Opinions expressed in this forum are my own, and not
>> representative of my employer.
>> I do not answer questions on behalf of my employer. I'm just a
>> programmer helping programmers.
>> --
>> "AbeR" <Ab**@discussions.microsoft.com> wrote in message
>> news:E6**********************************@microsof t.com...
>> > I'm an intermediate/novice (I've probably developed a half dozen
>> > ASP.NET
>> > apps
>> > at this point) ASP.NET C# developer at this point and am totally
>> > strumped
>> > by
>> > a client's setup.
>> >
>> > I am developing this for a client's intrnet. On my client's server
>> > (Windows
>> > 2000 Terminal Server with ASP.NET v1.14322) I can't get any of the
>> > WebForm
>> > controls to render except for Label and (Web Form TextBox,
>> > RadioButtonList,
>> > Button, LinkButton all don't render)
>> >
>> > The bin directory w/dll has been copied over. I tried copying over
>> > several
>> > apps that I know work on multiple servers over all have the same
>> > behavior.
>> >
>> > Does anyone have any idea on what can be causing this and/or what I
>> > can
>> > do
>> > to make this work?
>> >
>> > Thanks in advance.
>> >
>> > Abe Rosner
>>
>>
>>


Jul 21 '05 #7

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

Similar topics

3
by: Steve Drake | last post by:
All, I have a CONTROL that contains 1 control (Control ONE), the 1 control that it can contain 1 or 2 control (Control A and B). Control A, raises and event and Control ONE receives this event...
4
by: Alexandre Soares | last post by:
Hi, If I make a control that derives from panel, how can I persist the state of the controls that are inside the panel when it is not rendered (visible = false)? The reason for this is that...
8
by: mark.norgate | last post by:
I've run into a few problems trying to use generics for user controls (classes derived from UserControl). I'm using the Web Application model rather than the Web Site model. The first problem...
4
by: Ken Fine | last post by:
I've been living with a frustrating issue with VS.NET for some months now and I need to figure out what the problem is. Hopefully someone has run into the same issue and can suggest a fix. I...
3
by: edurazee | last post by:
I am from C# Winforms background and recently switched to ASP.NET in c#. After working with Winforms applications along with BusinessObjects, O/R Mapping frameworks, and logical layering...
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...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
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
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...

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.