Ask a Question related to ASP.NET Web Services, Design and Development.
-
Robin Patra #1
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
-
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... -
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... -
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... -
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... -
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... -
Robin Patra #2
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
-
Youcef #3
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



Reply With Quote

