Security setting in Web.config file.

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

  1. #1

    Default Security setting in Web.config file.

    Hi All,

    We have the following scenerio.
    Machine 1: webservice is deployed in this machine.
    Machine 2: UserControl is deployed in this machine.

    Case 1:
    Now my requirement is a person from Machine 3 types
    ([url]http://servername(machine[/url] 2)/myusercontrol.aspx.

    In this sceneraio i am getting error user not authenticated.

    We are using Windows authicated and Windows2003 server.

    Case2:
    But if i access using ([url]http://localhost(machine2)/myusercontrol.aspx[/url]..
    I gets the required result.

    Can anybody plzz let me know what i am doing wrong in Case1.

    This is a urgernt project requiremnet..
    Any help is quite appreciated.

    Thx in advance.
    Robin
    Robin Patra Guest

  2. Similar Questions and Discussions

    1. setting user access levels in the web.config file
      I have an ASP.Net application with several users. At present users have to log in to access the application, each user has their access level...
    2. What makes Integrated Security = true, when config file = false?
      The web service I created is using the new EL Data App Block to handle connection to SQL Server (on separate machine). The dataconfiguration.config...
    3. Error loading XML file c:\windows\microsoft.net\framework\v1.0.3705\Config\machine.config
      I had many ASP.NET web applications that I created before I had to rebuild my machine. After a fresh install of XP Pro, VS.NET 2003, etc, I now...
    4. Web Service: Uploading files and setting file security on a file server
      I have written a web service that provides the following methods: UploadFile SetNTFSSecurity Their purpose is to allow a user to Upload a file...
    5. config file: a) what Module ? b) conditionals in config (for multiple hosts)
      Hi, a) I am looking for a module to handle config files. There are a number of these modules, like AppCconig. Any consensus about The Right...
  3. #2

    Default Re: Security setting in Web.config file.

    Hi Youcef,

    I am relying on IIS integrated authentication.

    Robin

    Youcef <Youcef@discussions.microsoft.com> wrote in message news:<56FED78A-6E17-4879-956B-DCD9B431DB5B@microsoft.com>...
    > Are you authenticating users through Forms authentication, or are you relying
    > on IIS integrated authentication ?
    >
    > Youcef
    >
    > "Robin Patra" wrote:
    >
    > > Hi All,
    > >
    > > We have the following scenerio.
    > > Machine 1: webservice is deployed in this machine.
    > > Machine 2: UserControl is deployed in this machine.
    > >
    > > Case 1:
    > > Now my requirement is a person from Machine 3 types
    > > ([url]http://servername(machine[/url] 2)/myusercontrol.aspx.
    > >
    > > In this sceneraio i am getting error user not authenticated.
    > >
    > > We are using Windows authicated and Windows2003 server.
    > >
    > > Case2:
    > > But if i access using ([url]http://localhost(machine2)/myusercontrol.aspx[/url]..
    > > I gets the required result.
    > >
    > > Can anybody plzz let me know what i am doing wrong in Case1.
    > >
    > > This is a urgernt project requiremnet..
    > > Any help is quite appreciated.
    > >
    > > Thx in advance.
    > > Robin
    > >
    Robin Patra Guest

  4. #3

    Default Re: Security setting in Web.config file.

    You need to enable ASP.NET for kerberos delegation. See MS support article at:

    [url]http://support.microsoft.com/default.aspx?kbid=810572[/url]

    Youcef

    "Robin Patra" wrote:
    > Hi Youcef,
    >
    > I am relying on IIS integrated authentication.
    >
    > Robin
    >
    > Youcef <Youcef@discussions.microsoft.com> wrote in message news:<56FED78A-6E17-4879-956B-DCD9B431DB5B@microsoft.com>...
    > > Are you authenticating users through Forms authentication, or are you relying
    > > on IIS integrated authentication ?
    > >
    > > Youcef
    > >
    > > "Robin Patra" wrote:
    > >
    > > > Hi All,
    > > >
    > > > We have the following scenerio.
    > > > Machine 1: webservice is deployed in this machine.
    > > > Machine 2: UserControl is deployed in this machine.
    > > >
    > > > Case 1:
    > > > Now my requirement is a person from Machine 3 types
    > > > ([url]http://servername(machine[/url] 2)/myusercontrol.aspx.
    > > >
    > > > In this sceneraio i am getting error user not authenticated.
    > > >
    > > > We are using Windows authicated and Windows2003 server.
    > > >
    > > > Case2:
    > > > But if i access using ([url]http://localhost(machine2)/myusercontrol.aspx[/url]..
    > > > I gets the required result.
    > > >
    > > > Can anybody plzz let me know what i am doing wrong in Case1.
    > > >
    > > > This is a urgernt project requiremnet..
    > > > Any help is quite appreciated.
    > > >
    > > > Thx in advance.
    > > > Robin
    > > >
    >
    Youcef 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