7
votes
7answers
313 views
How can you give users confidence that your application has no malicious intent?
I am a FireFox user, and I recently installed the GMail notifier add-on. When you first install the add on, it requests your GMail address and password, and will then use this to login to your Gmail …
6
votes
6answers
375 views
What are the most common, typical things to AVOID coding into my ASP.NET app in order for it to run under Medium Trust on a shared host?
What are the things that Medium Trust stops you from doing? For example, I've already learned that Medium Trust stops you from using System.IO.Path.GetTempPath(). What other things like that?
5
votes
7answers
360 views
Is agile possible when people are shared across multiple projects?
Multi-tasking is shown to be at least 15% less productive than dedicating people to a project (from Mythical Man Month), however in some cases it seems unavoidable.
Part of the agile way is to …
4
votes
5answers
111 views
An algorithm for distributed or decentralised reputation/trust
Does anyone know of an algorithm for computing how much you 'trust' another user (their reputation) in a decentralised system.
Sites like this one use a centralised authority to track reputation …
2
votes
2answers
2k views
Could not establish trust relationship for SSL/TLS secure channel — SOAP
I have a simple web service call, generated by a .NET (C#) 2.0 windows app, via the web service proxy generated by Visual Studio, for a web service also written in C# (2.0). This has worked for …
2
votes
1answer
193 views
Microsoft Studio TFS proxy problems in a trusted domain
I have two domains. TFS 2008 is installed on DEV domain, proxy on PROD. There is two-way trust and both servers can authenticate users from both domains.
TFS was working fine, and suddenly stopped. …
2
votes
2answers
118 views
Does it make sense to set up a trusted relationship between Active Directory instances at partner companies?
Hi,
If a company often requires users to be created in a partner's active directory, and vice versa, does it make sense to set up a federated / trusted relationship between the AD instances? If so, …
2
votes
1answer
689 views
How do I force a tomcat web application reload the trust store after I update it
I have the following problem.
My tomcat 5.5 based web application is using a trust store to verify SSL connections.
The application allows the user to add or remove CA certificates to be used in the …
1
vote
3answers
107 views
SMTPClient Half Working \ Half Not
I am using Microsoft's membership framework on a website. I am able to send password retrieval e-mails, but am unable to send e-mails myself using SMTPClient.
When you configure the SMTP settings in …
1
vote
0answers
169 views
Trusting an assembly located on a network share.
Hello all,
I've been meaning to post on here for a while but always find the information I need; up untill now of course! I would appreciate any help you may be able to offer in regards to code …
1
vote
6answers
177 views
How often would you tolerate your IDE crashing?
I was experimentally trying to switch from coding in vim to coding in an IDE (in this case, Anjuta on Linux), but I found that every time I crashed the IDE, my trust in it went down, until around a …
1
vote
2answers
814 views
Secure Java SOAP web service - Active Directory authentication Trust
I want to build a secure web-service betweeen a Java producer and a Java consumer. I want to authenticate using Active Directory using the domain accounts that the producer and consumer are running …
1
vote
4answers
639 views
Are Active Directory forest trusts transitive?
I'm working on trouble shooting an application under development that uses information from Active Directory in a multi-forest environment and I have the current problem down to figuring out if forest …
1
vote
2answers
310 views
Write files to App_Data under medium trust hack?
Is there any way to work around this?
Im sure I've heard about some hack, is that true?
0
votes
1answer
13 views
WSE 3.0 Trust chain error - how do i view what certificate is being sent back? I want to know what cert has the trust chain error.
I'm having a trust chain error when I receive my response in WSE 3.0.
Their cert is fine when I grab the WSDL. Their cert is fine when I connect. It likes my public cert when I send the XML request.
…
