different between http://computer and http://computer.domain.com

Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

    Default different between http://computer and http://computer.domain.com

    Hi guys,

    I built a winform control and ran it in IE to allow client dragdrop files in
    it.
    I setup up the UI permission of dotnet framework.
    It works well when I use [url]http://computer[/url] to access it.
    But when I use [url]http://computer.domain.com[/url] to access it,
    even I use assert() to get the permission,
    It still through out error "can't get permission of UI permission".

    Who knows the different between these two?

    Appreciate for any help.

    --
    ===================
    --$$$$$$$$$$$$$$$--
    -----*********-----
    --------???--------
    ===================
    Peng Jie Guest

  2. Similar Questions and Discussions

    1. Could not join computer to the domain
      We have Windows 2003 domain with 2 domain controlers. There is firewall between clients computers and domain controlers. Clients running Windows XP...
    2. Pulling a computer into a domain?
      What is the purpose of creating computer accounts on a domain (as in adding a computer's user account by using adding a new computer account while...
    3. No Computer Account in Domain...
      On 6/7/04 2:51 PM, in article 04B7B27E-F94F-4638-93B4-B3C956F980EA@microsoft.com, "SPeralta" <anonymous@discussions.microsoft.com> wrote: I've...
    4. domain user on xp computer
      On a windows xp machine how do I view my account priviledges and groups?
    5. Missing Computer from Domain
      I am attempting to run a script to pull local security options, and it requires the computer name. The computer is on, and connected to the domain....
  3. #2

    Default Re: different between http://computer and http://computer.domain.com

    I am not sure but i think [url]http://computer[/url] may have network privileges and
    [url]http://computer.domain.com[/url] may have internet privileges which available
    after .NET Framework 1.1
    But not sure...
    --
    Thanks,
    Yunus Emre ALPÖZEN



    "Peng Jie" <PengJie@discussions.microsoft.com> wrote in message
    news:90809AED-482E-4615-B461-E200F082EB46@microsoft.com...
    > Hi guys,
    >
    > I built a winform control and ran it in IE to allow client dragdrop files
    > in
    > it.
    > I setup up the UI permission of dotnet framework.
    > It works well when I use [url]http://computer[/url] to access it.
    > But when I use [url]http://computer.domain.com[/url] to access it,
    > even I use assert() to get the permission,
    > It still through out error "can't get permission of UI permission".
    >
    > Who knows the different between these two?
    >
    > Appreciate for any help.
    >
    > --
    > ===================
    > --$$$$$$$$$$$$$$$--
    > -----*********-----
    > --------???--------
    > ===================

    Yunus Emre ALPÖZEN Guest

  4. #3

    Default Re: different between http://computer and http://computer.domain.c

    Thanks for reply.
    I tried to add [url]http://computer.domain.com[/url] to trusted sites.
    It doesnt work.

    "Yunus Emre ALPÖZEN" wrote:
    > I am not sure but i think [url]http://computer[/url] may have network privileges and
    > [url]http://computer.domain.com[/url] may have internet privileges which available
    > after .NET Framework 1.1
    > But not sure...
    > --
    > Thanks,
    > Yunus Emre ALPÖZEN
    >
    >
    >
    > "Peng Jie" <PengJie@discussions.microsoft.com> wrote in message
    > news:90809AED-482E-4615-B461-E200F082EB46@microsoft.com...
    > > Hi guys,
    > >
    > > I built a winform control and ran it in IE to allow client dragdrop files
    > > in
    > > it.
    > > I setup up the UI permission of dotnet framework.
    > > It works well when I use [url]http://computer[/url] to access it.
    > > But when I use [url]http://computer.domain.com[/url] to access it,
    > > even I use assert() to get the permission,
    > > It still through out error "can't get permission of UI permission".
    > >
    > > Who knows the different between these two?
    > >
    > > Appreciate for any help.
    > >
    > > --
    > > ===================
    > > --$$$$$$$$$$$$$$$--
    > > -----*********-----
    > > --------???--------
    > > ===================
    >
    >
    >
    Peng Jie Guest

  5. #4

    Default Re: different between http://computer and http://computer.domain.com

    One site is probably in the "Intranet" security zone, and the other is in
    the "Internet" security zone.

    Cheers
    Ken


    "Peng Jie" <PengJie@discussions.microsoft.com> wrote in message
    news:90809AED-482E-4615-B461-E200F082EB46@microsoft.com...
    > Hi guys,
    >
    > I built a winform control and ran it in IE to allow client dragdrop files
    > in
    > it.
    > I setup up the UI permission of dotnet framework.
    > It works well when I use [url]http://computer[/url] to access it.
    > But when I use [url]http://computer.domain.com[/url] to access it,
    > even I use assert() to get the permission,
    > It still through out error "can't get permission of UI permission".
    >
    > Who knows the different between these two?
    >
    > Appreciate for any help.
    >
    > --
    > ===================
    > --$$$$$$$$$$$$$$$--
    > -----*********-----
    > --------???--------
    > ===================

    Ken Schaefer Guest

  6. #5

    Default Re: different between http://computer and http://computer.domain.c

    Thank you. I added this site to local intranet. It works.
    When I added it to trusted site, the security level is low, and it doesnt
    work.
    The localintranet's security level is medium-low, and it works.
    Both are default value. It doesn't make sence.

    "Ken Schaefer" wrote:
    > One site is probably in the "Intranet" security zone, and the other is in
    > the "Internet" security zone.
    >
    > Cheers
    > Ken
    >
    >
    > "Peng Jie" <PengJie@discussions.microsoft.com> wrote in message
    > news:90809AED-482E-4615-B461-E200F082EB46@microsoft.com...
    > > Hi guys,
    > >
    > > I built a winform control and ran it in IE to allow client dragdrop files
    > > in
    > > it.
    > > I setup up the UI permission of dotnet framework.
    > > It works well when I use [url]http://computer[/url] to access it.
    > > But when I use [url]http://computer.domain.com[/url] to access it,
    > > even I use assert() to get the permission,
    > > It still through out error "can't get permission of UI permission".
    > >
    > > Who knows the different between these two?
    > >
    > > Appreciate for any help.
    > >
    > > --
    > > ===================
    > > --$$$$$$$$$$$$$$$--
    > > -----*********-----
    > > --------???--------
    > > ===================
    >
    >
    >
    Peng Jie Guest

  7. #6

    Default Re: different between http://computer and http://computer.domain.c

    Suggest you check in an IE newsgroup, but AFAIK there are some differences
    between Intranet, and Trusted Sites, eg (auto logon in Intranet zone only
    setting etc)

    Cheers
    Ken

    "Peng Jie" <PengJie@discussions.microsoft.com> wrote in message
    news:43B665EB-81E7-4F1A-B670-FD048B6CD5AC@microsoft.com...
    > Thank you. I added this site to local intranet. It works.
    > When I added it to trusted site, the security level is low, and it doesnt
    > work.
    > The localintranet's security level is medium-low, and it works.
    > Both are default value. It doesn't make sence.
    >
    > "Ken Schaefer" wrote:
    >
    >> One site is probably in the "Intranet" security zone, and the other is in
    >> the "Internet" security zone.
    >>
    >> Cheers
    >> Ken
    >>
    >>
    >> "Peng Jie" <PengJie@discussions.microsoft.com> wrote in message
    >> news:90809AED-482E-4615-B461-E200F082EB46@microsoft.com...
    >> > Hi guys,
    >> >
    >> > I built a winform control and ran it in IE to allow client dragdrop
    >> > files
    >> > in
    >> > it.
    >> > I setup up the UI permission of dotnet framework.
    >> > It works well when I use [url]http://computer[/url] to access it.
    >> > But when I use [url]http://computer.domain.com[/url] to access it,
    >> > even I use assert() to get the permission,
    >> > It still through out error "can't get permission of UI permission".
    >> >
    >> > Who knows the different between these two?
    >> >
    >> > Appreciate for any help.
    >> >
    >> > --
    >> > ===================
    >> > --$$$$$$$$$$$$$$$--
    >> > -----*********-----
    >> > --------???--------
    >> > ===================
    >>
    >>
    >>

    Ken Schaefer Guest

  8. #7

    Default Re: different between http://computer and http://computer.domain.c

    Appreciate your help. Check in other IE newsgroup now.

    "Ken Schaefer" wrote:
    > Suggest you check in an IE newsgroup, but AFAIK there are some differences
    > between Intranet, and Trusted Sites, eg (auto logon in Intranet zone only
    > setting etc)
    >
    > Cheers
    > Ken
    >
    > "Peng Jie" <PengJie@discussions.microsoft.com> wrote in message
    > news:43B665EB-81E7-4F1A-B670-FD048B6CD5AC@microsoft.com...
    > > Thank you. I added this site to local intranet. It works.
    > > When I added it to trusted site, the security level is low, and it doesnt
    > > work.
    > > The localintranet's security level is medium-low, and it works.
    > > Both are default value. It doesn't make sence.
    > >
    > > "Ken Schaefer" wrote:
    > >
    > >> One site is probably in the "Intranet" security zone, and the other is in
    > >> the "Internet" security zone.
    > >>
    > >> Cheers
    > >> Ken
    > >>
    > >>
    > >> "Peng Jie" <PengJie@discussions.microsoft.com> wrote in message
    > >> news:90809AED-482E-4615-B461-E200F082EB46@microsoft.com...
    > >> > Hi guys,
    > >> >
    > >> > I built a winform control and ran it in IE to allow client dragdrop
    > >> > files
    > >> > in
    > >> > it.
    > >> > I setup up the UI permission of dotnet framework.
    > >> > It works well when I use [url]http://computer[/url] to access it.
    > >> > But when I use [url]http://computer.domain.com[/url] to access it,
    > >> > even I use assert() to get the permission,
    > >> > It still through out error "can't get permission of UI permission".
    > >> >
    > >> > Who knows the different between these two?
    > >> >
    > >> > Appreciate for any help.
    > >> >
    > >> > --
    > >> > ===================
    > >> > --$$$$$$$$$$$$$$$--
    > >> > -----*********-----
    > >> > --------???--------
    > >> > ===================
    > >>
    > >>
    > >>
    >
    >
    >
    Peng Jie Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139