Click here to Skip to main content
15,889,909 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Accessing usercontrols inside placeholder control using jQuery Pin
jkirkerx21-Feb-12 15:43
professionaljkirkerx21-Feb-12 15:43 
AnswerRe: Accessing usercontrols inside placeholder control using jQuery Pin
Shameel21-Feb-12 23:31
professionalShameel21-Feb-12 23:31 
QuestionAsp.net4.0: Ajax Control ToolKit Pin
ranuec20-Feb-12 2:06
ranuec20-Feb-12 2:06 
AnswerRe: Asp.net4.0: Ajax Control ToolKit Pin
antish120-Feb-12 5:42
antish120-Feb-12 5:42 
QuestionDelete all existing files prior to publish + Recover deleted files Pin
NTheOne20-Feb-12 1:04
NTheOne20-Feb-12 1:04 
AnswerRe: Delete all existing files prior to publish + Recover deleted files Pin
David C# Hobbyist.20-Feb-12 17:25
professionalDavid C# Hobbyist.20-Feb-12 17:25 
AnswerRe: Delete all existing files prior to publish + Recover deleted files Pin
Shameel21-Feb-12 23:33
professionalShameel21-Feb-12 23:33 
QuestionTF31002: Unable to connect to this Team Foundation Server Pin
sekar_148420-Feb-12 1:01
sekar_148420-Feb-12 1:01 
Description :
Connecting TFS 2005 via .Net console application for pulling the project and users information. This console will be used by the different users as standalone app for pulling out the information from thier machine.

Problem :
When the user executing the console with the proper input details as mentioned below
Eg : <tfs server="" :="" port=""> <username> <pwd> <domain>
getting the below error message
TF31002: Unable to connect to this Team Foundation Server
Note :
1.The user as got ADMIN rights and can connect to the TFS for different process (check in , check out etc...)
2. This console application is working fine for TFS installed in single tier architec server (TFS app server ,Database server in same server), problem occurs for the TFS installed in two tier architec sever (TFS app server ,Database server in different server )

Error Occurs in below line of code :
System.Net.NetworkCredential credential = new System.Net.NetworkCredential(UserName, Password, Domain);
TeamFoundationServer server = new TeamFoundationServer(serverUri, credential);
server.Authenticate();
QuestionMulti-file input Pin
Ali Al Omairi(Abu AlHassan)19-Feb-12 1:48
professionalAli Al Omairi(Abu AlHassan)19-Feb-12 1:48 
AnswerRe: Multi-file input Pin
Not Active19-Feb-12 5:10
mentorNot Active19-Feb-12 5:10 
GeneralRe: Multi-file input Pin
Ali Al Omairi(Abu AlHassan)19-Feb-12 22:08
professionalAli Al Omairi(Abu AlHassan)19-Feb-12 22:08 
GeneralRe: Multi-file input Pin
antish120-Feb-12 5:55
antish120-Feb-12 5:55 
Questionproject for travel agency Pin
zemzela18-Feb-12 7:46
zemzela18-Feb-12 7:46 
AnswerRe: project for travel agency Pin
Richard MacCutchan18-Feb-12 22:40
mveRichard MacCutchan18-Feb-12 22:40 
QuestionMove nodes of tree View up or down. Pin
Member 322226416-Feb-12 22:42
Member 322226416-Feb-12 22:42 
AnswerRe: Move nodes of tree View up or down. Pin
R. Giskard Reventlov17-Feb-12 12:20
R. Giskard Reventlov17-Feb-12 12:20 
QuestionWatin On Windows 8 Pin
Kevin Marois16-Feb-12 8:46
professionalKevin Marois16-Feb-12 8:46 
QuestionDesign question: mvc 3 and the data layer Pin
Mike Ellison16-Feb-12 2:49
Mike Ellison16-Feb-12 2:49 
QuestionConsuming webservices Pin
anishkannan16-Feb-12 2:16
anishkannan16-Feb-12 2:16 
AnswerRe: Consuming webservices Pin
Ali Al Omairi(Abu AlHassan)17-Feb-12 8:14
professionalAli Al Omairi(Abu AlHassan)17-Feb-12 8:14 
AnswerRe: Consuming webservices Pin
sund7wells21-Feb-12 1:24
sund7wells21-Feb-12 1:24 
QuestionTransport Layer Security enabled in email Pin
padmanabhan N15-Feb-12 23:05
padmanabhan N15-Feb-12 23:05 
QuestionSave aspx page with html tags Pin
vanikanc15-Feb-12 4:25
vanikanc15-Feb-12 4:25 
AnswerRe: Save aspx page with html tags Pin
R. Giskard Reventlov15-Feb-12 4:49
R. Giskard Reventlov15-Feb-12 4:49 
AnswerRe: Save aspx page with html tags Pin
Bernhard Hiller15-Feb-12 20:36
Bernhard Hiller15-Feb-12 20:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.