hi all,
in my platform I've just configurated HTTPD services; in project.reg in
HKLM/Ident I've changed the field name but if I request
http://localhost/remoteadmin/DeviceConfig.htm, the Device Name field is empy.
Why ?

Thanks in advance
Stefano

Re: HTTPD configuration by John

John
Wed Jul 19 20:19:43 CDT 2006

You also need to have HKLM\Ident\OrigName name set to be some string (it can
be something like "Windows CE").
--
John Spaith
Development Lead, Windows CE
Microsoft Corporation

Check out the CE Networking Team Blog at http://blogs.msdn.com/cenet/.

This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2006 Microsoft Corporation. All rights
reserved.

"Stefano Magni" <StefanoMagni@discussions.microsoft.com> wrote in message
news:A972AF98-72CC-4E3A-A11E-EBFD844541A1@microsoft.com...
> hi all,
> in my platform I've just configurated HTTPD services; in project.reg in
> HKLM/Ident I've changed the field name but if I request
> http://localhost/remoteadmin/DeviceConfig.htm, the Device Name field is
> empy.
> Why ?
>
> Thanks in advance
> Stefano



Re: HTTPD configuration by StefanoMagni

StefanoMagni
Thu Jul 20 00:56:02 CDT 2006

Thanks, we already have done thi but result is the one shown above !

"John Spaith [MS]" wrote:

> You also need to have HKLM\Ident\OrigName name set to be some string (it can
> be something like "Windows CE").
> --
> John Spaith
> Development Lead, Windows CE
> Microsoft Corporation
>
> Check out the CE Networking Team Blog at http://blogs.msdn.com/cenet/.
>
> This posting is provided "AS IS" with no warranties, and confers no rights.
> You assume all risk for your use. © 2006 Microsoft Corporation. All rights
> reserved.
>
> "Stefano Magni" <StefanoMagni@discussions.microsoft.com> wrote in message
> news:A972AF98-72CC-4E3A-A11E-EBFD844541A1@microsoft.com...
> > hi all,
> > in my platform I've just configurated HTTPD services; in project.reg in
> > HKLM/Ident I've changed the field name but if I request
> > http://localhost/remoteadmin/DeviceConfig.htm, the Device Name field is
> > empy.
> > Why ?
> >
> > Thanks in advance
> > Stefano
>
>
>

Re: HTTPD configuration by John

John
Thu Jul 20 09:40:51 CDT 2006

I don't know then -- the code to do this ships in in
\public\servers\oak\samples\RemoteAdmin\modules\hostname\hostname.cpp, in
particular HostName_MOD::Get(). Could you put a break point in this code
and see what happens when it gets executed?

--
John Spaith
Development Lead, Windows CE
Microsoft Corporation

Check out the CE Networking Team Blog at http://blogs.msdn.com/cenet/.

This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2006 Microsoft Corporation. All rights
reserved.

"Stefano Magni" <StefanoMagni@discussions.microsoft.com> wrote in message
news:563005A8-7308-4882-8241-5952586CB9B1@microsoft.com...
> Thanks, we already have done thi but result is the one shown above !
>
> "John Spaith [MS]" wrote:
>
>> You also need to have HKLM\Ident\OrigName name set to be some string (it
>> can
>> be something like "Windows CE").
>> --
>> John Spaith
>> Development Lead, Windows CE
>> Microsoft Corporation
>>
>> Check out the CE Networking Team Blog at http://blogs.msdn.com/cenet/.
>>
>> This posting is provided "AS IS" with no warranties, and confers no
>> rights.
>> You assume all risk for your use. © 2006 Microsoft Corporation. All
>> rights
>> reserved.
>>
>> "Stefano Magni" <StefanoMagni@discussions.microsoft.com> wrote in message
>> news:A972AF98-72CC-4E3A-A11E-EBFD844541A1@microsoft.com...
>> > hi all,
>> > in my platform I've just configurated HTTPD services; in project.reg in
>> > HKLM/Ident I've changed the field name but if I request
>> > http://localhost/remoteadmin/DeviceConfig.htm, the Device Name field is
>> > empy.
>> > Why ?
>> >
>> > Thanks in advance
>> > Stefano
>>
>>
>>



Re: HTTPD configuration by StefanoMagni

StefanoMagni
Fri Jul 21 01:42:01 CDT 2006

Thanks for your answer. The problem is name that I've assigned to my device :
in the string there are 2 '_' char. I've renamed this one, and now run !!!


"John Spaith [MS]" wrote:

> I don't know then -- the code to do this ships in in
> \public\servers\oak\samples\RemoteAdmin\modules\hostname\hostname.cpp, in
> particular HostName_MOD::Get(). Could you put a break point in this code
> and see what happens when it gets executed?
>
> --
> John Spaith
> Development Lead, Windows CE
> Microsoft Corporation
>
> Check out the CE Networking Team Blog at http://blogs.msdn.com/cenet/.
>
> This posting is provided "AS IS" with no warranties, and confers no rights.
> You assume all risk for your use. © 2006 Microsoft Corporation. All rights
> reserved.
>
> "Stefano Magni" <StefanoMagni@discussions.microsoft.com> wrote in message
> news:563005A8-7308-4882-8241-5952586CB9B1@microsoft.com...
> > Thanks, we already have done thi but result is the one shown above !
> >
> > "John Spaith [MS]" wrote:
> >
> >> You also need to have HKLM\Ident\OrigName name set to be some string (it
> >> can
> >> be something like "Windows CE").
> >> --
> >> John Spaith
> >> Development Lead, Windows CE
> >> Microsoft Corporation
> >>
> >> Check out the CE Networking Team Blog at http://blogs.msdn.com/cenet/.
> >>
> >> This posting is provided "AS IS" with no warranties, and confers no
> >> rights.
> >> You assume all risk for your use. © 2006 Microsoft Corporation. All
> >> rights
> >> reserved.
> >>
> >> "Stefano Magni" <StefanoMagni@discussions.microsoft.com> wrote in message
> >> news:A972AF98-72CC-4E3A-A11E-EBFD844541A1@microsoft.com...
> >> > hi all,
> >> > in my platform I've just configurated HTTPD services; in project.reg in
> >> > HKLM/Ident I've changed the field name but if I request
> >> > http://localhost/remoteadmin/DeviceConfig.htm, the Device Name field is
> >> > empy.
> >> > Why ?
> >> >
> >> > Thanks in advance
> >> > Stefano
> >>
> >>
> >>
>
>
>