RE: TS web 2k8 and MOSS 2k7
- From: HAfandi <HAfandi@xxxxxxxxxxxxxxxx>
- Date: Thu, 12 Feb 2009 03:25:01 -0800
Thanks very much.
this will do fine.
thanks again for all the help.
--
Hasan Afandi
""Lambert Qin [MSFT]"" wrote:
Hi Hasan,.
Hi
Thanks for your response.
You can customize the page to show the remote desktop page only, here are
the detailed steps for your reference:
1. Navigate to C:\Windows\Web\ts\en-US
2. Duplicate the Desktops.aspx and rename to DesktopsOnly.aspx.
3. Edit the DesktopsOnly.aspx with notepad, search for *<table
id="topmenutbl" border="0" style="display:none">*
4. Add *style="display:none"* in the table tag, the outcome looks like
*<table id="topmenutbl" border="0" style="display:none">*
5. (optional) you can delete the code within the *<table id="topmenutbl"
border="0"">........</table>* as well.
6. Navigate to C:\Windows\Web\ts
7. Edit the Default.aspx with notepad, modify the goToFolder method as
follows:
void goToFolder(string getLangVal)
{
//Response.Redirect(getLangVal + "/Default.aspx" +
Request.Url.Query,true);
Response.Redirect(getLangVal + "/DesktopsOnly.aspx" +
Request.Url.Query, true);
}
I am sorry I cannot find any references to guide you to customize the
Desktops.aspx, you may need to customize it by reading the source code of
the page.
The pages are coded by ASP.NET 2.0, so you need to have some programming
skills to do the customization, and I am sorry I cannot provide further
assistance on programming which I am not familiar with.
Sincerely,
Lambert Qin
Microsoft Online Support
Get Secure! - www.microsoft.com/security
=====================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
=====================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
- Follow-Ups:
- RE: TS web 2k8 and MOSS 2k7
- From: "Lambert Qin [MSFT]"
- RE: TS web 2k8 and MOSS 2k7
- References:
- TS web 2k8 and MOSS 2k7
- From: HAfandi
- RE: TS web 2k8 and MOSS 2k7
- From: HAfandi
- RE: TS web 2k8 and MOSS 2k7
- From: "Lambert Qin [MSFT]"
- RE: TS web 2k8 and MOSS 2k7
- From: HAfandi
- RE: TS web 2k8 and MOSS 2k7
- From: HAfandi
- RE: TS web 2k8 and MOSS 2k7
- From: "Lambert Qin [MSFT]"
- TS web 2k8 and MOSS 2k7
- Prev by Date: Trouble with brand new TS installation
- Next by Date: Re: easy print default
- Previous by thread: RE: TS web 2k8 and MOSS 2k7
- Next by thread: RE: TS web 2k8 and MOSS 2k7
- Index(es):
Relevant Pages
|