Tagged Questions

0
votes
3answers
50 views

Restricting an entire symfony admin generator page according to credentials

I have a website with a large number of admin generators to take care of an assortment of tables. Within the realm of authenticated users, I want to be able to deny access, not jus …
1
vote
1answer
39 views

Detecting login credentials abuse.

Greetings. I am the webmaster for a small, growing industrial association. Soon, I will have to implement a restricted, members-only section for the website. The problem is that …
0
votes
2answers
375 views

Wrapping the Credential Manager API in .NETCF

Hello, think I successfully made a managed wrapperclass to the Credential API functions mentioned here with a little help from there At least the Win32-Errorcodes returned from tha …
0
votes
0answers
3 views

Windows credentials

Hi I have problem. In mz asmx web service I have method which return call user windows identity. [WebMethod] public string TestAuthenticated() { return User.Identi …
0
votes
2answers
33 views

Keep User logged in across multiple applications on multiple servers.

I am building a suite of applications using ASP.NET. Each application can be hosted on separate servers. All the applications share an integrated database. All applications req …
0
votes
5answers
2k views

C# and .NET 3.5 - How to launch a process using different credentials, with a hidden window, and being able to capture standard output and exit code?

I have a Windows Service developed in C# and .NET 3.5 to perform various administrative tasks throughout our 3 domains. I've got an admin account in each domain that has the necess …
0
votes
0answers
8 views

Accessing resources (DB, Active Directory, etc) external to application

What is the best way to manage accessing resources external to your application? Especially for ASP.NET (not sure about Java), when using impersonation, it is somewhat difficult t …
0
votes
3answers
64 views

WCF Message Credential Implementation Details

I'm looking for some technical detail on where the actual username + password (credentials) are being stored during the message exchange using a WCF binding like the below. <bi …
0
votes
1answer
30 views

Web Services - When referencing a web service locally, it asks for credentials

I am currently creating a web service locally. I created 2 separate files: One for the web app and the other for the web service. When I try to reference this web service from my w …
0
votes
1answer
135 views

Webservice.wsdl and credentials

So I've got a bit of an issue I'm trying to work through. Perhaps some Flex guru could assist? I have a WebService instance that attempts to load a WSDL file from our JBoss Applic …
1
vote
1answer
69 views

Open/close connection to UNC without credentials

I have a .NET client app that intermittently loses connection to a UNC share where the user is either on a domain or has a local account with the same credentials on the server. Bo …
1
vote
2answers
79 views

Sending SSRS credentials via C# application

I am currently working on a C# application for my company that goes out to our SSRS server, runs specific reports, formats the excel reports in the application, and then spits them …
1
vote
2answers
274 views

Windows user credential validation on a different domain

Hi, I'm trying to validate a user's windows credentials on a computer that's not joined to the domain. It seems like this should be possible to do using the SSPI API, but I haven …
0
votes
2answers
34 views

How to use default account parameters (login/pwd) in Android phone?

Howdy, I want to use default Android credentials for specific phone to pass authentication test in Google Apps, but documentation is terrible :-(, and worst of all I'm a newbie. …
0
votes
2answers
70 views

.NET: Is it possible to retrieve NetworkCredentials from Current.Request?

i don´t think so.. but is it possible to retrieve the NetworkCredentials from HttpContext.Current.Request (e.g. in a WebService-method) which where used to call the web-site hostin …

1 2 3 4 5 next
15 30 50 per page