Click here to Skip to main content
16,014,860 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Wait it looks same but its diff read the problem:- how to connect the ASP.NET with sql server 2005 express edition . Pin
Murugesan G6-Oct-10 1:48
Murugesan G6-Oct-10 1:48 
GeneralRe: Wait it looks same but its diff read the problem:- how to connect the ASP.NET with sql server 2005 express edition . Pin
cmaheshwari166-Oct-10 2:26
cmaheshwari166-Oct-10 2:26 
GeneralRe: Wait it looks same but its diff read the problem:- how to connect the ASP.NET with sql server 2005 express edition . Pin
Murugesan G6-Oct-10 3:34
Murugesan G6-Oct-10 3:34 
GeneralRe: Wait it looks same but its diff read the problem:- how to connect the ASP.NET with sql server 2005 express edition . Pin
cmaheshwari166-Oct-10 4:06
cmaheshwari166-Oct-10 4:06 
GeneralRe: Wait it looks same but its diff read the problem:- how to connect the ASP.NET with sql server 2005 express edition . Pin
Murugesan G6-Oct-10 4:08
Murugesan G6-Oct-10 4:08 
QuestionUnit test cases for Web Services Pin
indian1435-Oct-10 7:56
indian1435-Oct-10 7:56 
AnswerRe: Unit test cases for Web Services Pin
Keith Barrow5-Oct-10 10:29
professionalKeith Barrow5-Oct-10 10:29 
GeneralRe: Unit test cases for Web Services Pin
indian1435-Oct-10 11:07
indian1435-Oct-10 11:07 
Hi,

I will explain what I am doing again
I have a class library called DataAccess, this clas library is accesing few web methods. I need to test the methods of the class library "DataAccess". If I remove the web servcie call from the "DataAccesss" class library then Unit tests are working fine. But When I keep the Web service call in the method and run the unit test its giving the following error.

"Test method HireXpress.DataAccess.Test.LawLogicDataAccessClassTest.WS_SubmitNewHireTest threw exception: System.Net.WebException: The remote server returned an error: (407) Proxy Authentication Required..
at System.Net.HttpWebRequest.GetRequestStream(ref TransportContext context)
at System.Net.HttpWebRequest.GetRequestStream()
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at HireXpress.DataAccess.gaurdianservice.Guardian.WS_SubmitNewHire(Int32 inComKey, String inComPW, String[] inEmpData, ref String outResultMsg) in Reference.cs: line 149
at HireXpress.DataAccess.LawLogic.LawLogicDataAccessClass.WS_SubmitNewHire(ref String outResultMsg, Int32 inComKey, String inComPW, String[] inEmpData) in LawLogicDataAccessClass.cs: line 15
at HireXpress.DataAccess.Test.LawLogicDataAccessClassTest.WS_SubmitNewHireTest() in LawLogicDataAccessClassTest.cs: line 140"

Please help me in resolving it, I am struck here. Pls help me.
Thanks & Regards,

Md. Abdul Aleem
NIIT technologies

GeneralRe: Unit test cases for Web Services Pin
Keith Barrow5-Oct-10 11:54
professionalKeith Barrow5-Oct-10 11:54 
GeneralRe: Unit test cases for Web Services Pin
indian1436-Oct-10 9:06
indian1436-Oct-10 9:06 
GeneralRe: Unit test cases for Web Services Pin
Keith Barrow6-Oct-10 10:06
professionalKeith Barrow6-Oct-10 10:06 
AnswerRe: Unit test cases for Web Services Pin
Luc Pattyn5-Oct-10 11:34
sitebuilderLuc Pattyn5-Oct-10 11:34 
GeneralRe: Unit test cases for Web Services Pin
indian1435-Oct-10 11:59
indian1435-Oct-10 11:59 
GeneralRe: Unit test cases for Web Services Pin
Luc Pattyn5-Oct-10 12:06
sitebuilderLuc Pattyn5-Oct-10 12:06 
GeneralRe: Unit test cases for Web Services Pin
Keith Barrow5-Oct-10 12:38
professionalKeith Barrow5-Oct-10 12:38 
QuestionShort key for proeject in Solution Explorer Pin
indian1435-Oct-10 5:27
indian1435-Oct-10 5:27 
QuestionNOOB Question: using LIKE in SelectParameter Pin
Figmo25-Oct-10 4:48
Figmo25-Oct-10 4:48 
AnswerRe: NOOB Question: using LIKE in SelectParameter Pin
Electron Shepherd5-Oct-10 5:06
Electron Shepherd5-Oct-10 5:06 
AnswerUse Parameterized queires Pin
David Mujica5-Oct-10 5:13
David Mujica5-Oct-10 5:13 
AnswerRe: NOOB Question: using LIKE in SelectParameter Pin
Keith Barrow5-Oct-10 5:13
professionalKeith Barrow5-Oct-10 5:13 
AnswerRe: NOOB Question: using LIKE in SelectParameter Pin
Figmo25-Oct-10 7:12
Figmo25-Oct-10 7:12 
GeneralRe: NOOB Question: using LIKE in SelectParameter Pin
Electron Shepherd5-Oct-10 8:11
Electron Shepherd5-Oct-10 8:11 
QuestionHow to present the link more elegant(ASP.Net,C#.Net) [modified] Pin
Jayadheer Reddy5-Oct-10 3:40
Jayadheer Reddy5-Oct-10 3:40 
AnswerRe: How to present the link more elegant(ASP.Net,C#.Net) Pin
Brij5-Oct-10 4:56
mentorBrij5-Oct-10 4:56 
QuestionGridview with rows calcul Pin
amina895-Oct-10 3:11
amina895-Oct-10 3:11 

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.