Click here to Skip to main content
15,922,512 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Redirect to page below one level ...read the post completely ... Pin
Vasudevan Deepak Kumar29-Apr-08 22:25
Vasudevan Deepak Kumar29-Apr-08 22:25 
GeneralRe: Redirect to page below one level ...read the post completely ... Pin
Krazy Programmer29-Apr-08 22:43
Krazy Programmer29-Apr-08 22:43 
GeneralRe: Redirect to page below one level ...read the post completely ... Pin
eyeseetee29-Apr-08 22:52
eyeseetee29-Apr-08 22:52 
QuestionQuestion Pin
nithydurai29-Apr-08 21:28
nithydurai29-Apr-08 21:28 
AnswerRe: Duplicate Question Pin
eyeseetee29-Apr-08 21:43
eyeseetee29-Apr-08 21:43 
GeneralRe: Duplicate Question Pin
J4amieC29-Apr-08 22:13
J4amieC29-Apr-08 22:13 
GeneralRe: Duplicate Question Pin
eyeseetee29-Apr-08 22:30
eyeseetee29-Apr-08 22:30 
QuestionQuestion Pin
nithydurai29-Apr-08 21:25
nithydurai29-Apr-08 21:25 
am a beginner in .NET CF application development and any help is greatly appreciated...

I am tryin to develop a web service application which could be accessed through a smartphone.

I am using a Windows Mobile 5.0 smartphone emulator in Visual Studio 2005 to debug the application. I could connect to the internet from the smartphone Emulator by cardling the device using ActiveSync 4.5.0. But when I try to access the web service through the emulator i get the following error wheneve a WebMethod is invoked.

I can browse the web service by tying in http://127.0.0.1:2330/[Webservice Name] in the emualtor web browser. it does not work if i used "localhost" instead of 127.0.0.1



System.Net.WebException was unhandled
Message="Unable to connect to the remote server"
StackTrace:
at System.Net.HttpWebRequest.finishGetResponse()
at System.Net.HttpWebRequest.GetResponse()
at System.Web.Services.Protocols.WebClientProtocol.GetWebResponse()
at System.Web.Services.Protocols.HttpWebClientProtocol.GetWebResponse()
at System.Web.Services.Protocols.SoapHttpClientProtocol.doInvoke()
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke()
at DirectoryRole_WebService.RoleWS.RoleWS.addRole()
at SmartPhoneApplication.RoleForm.menu2_options_add_role_Click()
at System.Windows.Forms.MenuItem.OnClick()
at System.Windows.Forms.Menu.ProcessMnuProc()
at System.Windows.Forms.Form.WnProc()
at System.Windows.Forms.Control._InternalWnProc()
at Microsoft.AGL.Forms.EVL.EnterMainLoop()
at System.Windows.Forms.Application.Run()
at SmartPhoneApplication.Program.Main()


The inner exception message is "{"No connection could be made because the target machine actively refused it"}
AnswerRe: Question Pin
eyeseetee29-Apr-08 21:43
eyeseetee29-Apr-08 21:43 
QuestionLogin Control Message Pin
Member 387988129-Apr-08 19:39
Member 387988129-Apr-08 19:39 
QuestionRe: Login Control Message Pin
Abhijit Jana29-Apr-08 20:00
professionalAbhijit Jana29-Apr-08 20:00 
AnswerRe: Login Control Message Pin
Member 387988129-Apr-08 20:12
Member 387988129-Apr-08 20:12 
GeneralRe: Login Control Message Pin
N a v a n e e t h29-Apr-08 20:26
N a v a n e e t h29-Apr-08 20:26 
GeneralRe: Login Control Message Pin
Member 387988129-Apr-08 20:32
Member 387988129-Apr-08 20:32 
GeneralRe: Login Control Message Pin
Christian Graus29-Apr-08 21:22
protectorChristian Graus29-Apr-08 21:22 
GeneralRe: Login Control Message Pin
Abhijit Jana29-Apr-08 21:00
professionalAbhijit Jana29-Apr-08 21:00 
AnswerRe: Login Control Message Pin
eyeseetee29-Apr-08 21:25
eyeseetee29-Apr-08 21:25 
GeneralRe: Login Control Message Pin
Member 387988129-Apr-08 21:49
Member 387988129-Apr-08 21:49 
QuestionSession Variables is only working on the Same Page but its not transfering the value to another page in asp.net 2.0 Pin
Member 382422429-Apr-08 19:01
Member 382422429-Apr-08 19:01 
AnswerRe: Session Variables is only working on the Same Page but its not transfering the value to another page in asp.net 2.0 Pin
Abhijit Jana29-Apr-08 19:35
professionalAbhijit Jana29-Apr-08 19:35 
AnswerRe: Session Variables is only working on the Same Page but its not transfering the value to another page in asp.net 2.0 Pin
_AK_29-Apr-08 19:44
_AK_29-Apr-08 19:44 
AnswerRe: Session Variables is only working on the Same Page but its not transfering the value to another page in asp.net 2.0 Pin
Christian Graus29-Apr-08 19:46
protectorChristian Graus29-Apr-08 19:46 
GeneralRe: Session Variables is only working on the Same Page but its not transfering the value to another page in asp.net 2.0 Pin
Member 382422430-Apr-08 0:05
Member 382422430-Apr-08 0:05 
GeneralRe: Session Variables is only working on the Same Page but its not transfering the value to another page in asp.net 2.0 Pin
Christian Graus30-Apr-08 1:52
protectorChristian Graus30-Apr-08 1:52 
AnswerRe: Session Variables is only working on the Same Page but its not transfering the value to another page in asp.net 2.0 Pin
Vasudevan Deepak Kumar29-Apr-08 22:30
Vasudevan Deepak Kumar29-Apr-08 22:30 

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.