Smart Client form Permissons Problem

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

  1. #1

    Default Smart Client form Permissons Problem

    Out of 7 users, 3 don't work. One of them did things in
    the right order so now I'm not so sure what is the common
    denominator. Here is the error message:

    System.Data.SqlClient.SqlException: Cannot generate SSPI
    context.

    The database grants select access for public. I turned
    off anonymous access for the site and require Windows
    Integrated Security.


    >-----Original Message-----
    >I have a smart client form that requires SQL
    permissions.
    >I created an installer program that configures the
    user's
    >PC to grant full permissions to any code coming from my
    >intranet server. Those that ran the install program
    first
    >and then clicked on the smart client link work fine. But
    >those that ran the permissions installer program second,
    >don't work. I tried deleting the download cache, changed
    >the program to force a download again, rebooted,
    manually
    >created permissions using the dotnet configuration
    >administrative tool, and probably a bunch of other
    things
    >I can't remember right now. Any ideas?
    >.
    >
    Jay Stacy Guest

  2. Similar Questions and Discussions

    1. Smart Client Downloading -Sattelite Assembiles
      Hi I am working with Smart Client.I am having a windows application which needs to works with Multiple Languages so i am using Sattilitie...
    2. smart client for windows ce?
      Hi Can windows ce support smart client? Does using smart client requires IIS? Thanks
    3. Smart Client and IIS 6.0
      I am trying to get a smart client app to work properly under IIS. I used the same techniques as I had under IIS 5 but it is not working. The problem...
    4. How to localize a smart-client?
      Hi! I've made a windows application that I'm going to distribute as a smart-client. When I start the application on a local computer the correct...
    5. Simple App As A Smart Client
      Hello, "cksj" <cksanjose@hotmail.com> schrieb: Post your application in the microsoft.public.dotnet.framework.compactframework ng. Regards,...
  3. #2

    Default RE: Smart Client form Permissons Problem

    I suspect this may not be a "pure" .NET problem. You may first create a
    common app (not smart client) running on the client computer to see if it
    can build the SQL connection. If this also failed, you can refer to
    following article to perform trouble shoot:

    HOW TO: Troubleshoot the "Cannot Generate SSPI Context" Error Message
    [url]http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q811889[/url]

    Luke
    Microsoft Online Support

    Get Secure! [url]www.microsoft.com/security[/url]
    (This posting is provided "AS IS", with no warranties, and confers no
    rights.)

    MSFT Guest

  4. #3

    Default RE: Smart Client form Permissons Problem

    You are right. It had nothing to do with .NET. The
    suggested article was very helpfull. Thank you.
    >-----Original Message-----
    >I suspect this may not be a "pure" .NET problem. You may
    first create a
    >common app (not smart client) running on the client
    computer to see if it
    >can build the SQL connection. If this also failed, you
    can refer to
    >following article to perform trouble shoot:
    >
    >HOW TO: Troubleshoot the "Cannot Generate SSPI Context"
    Error Message
    >[url]http://support.microsoft.com/default.aspx?scid=KB;EN-[/url]
    US;Q811889
    >
    >Luke
    >Microsoft Online Support
    >
    >Get Secure! [url]www.microsoft.com/security[/url]
    >(This posting is provided "AS IS", with no warranties,
    and confers no
    >rights.)
    >
    >.
    >
    Jay Stacy 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