Click here to Skip to main content
15,896,557 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionMSWord HTTP Handler. Pin
deepaks329-Jun-06 23:49
deepaks329-Jun-06 23:49 
AnswerRe: MSWord HTTP Handler. Pin
Tirthadip30-Jun-06 1:34
Tirthadip30-Jun-06 1:34 
QuestionImage Control. and Event Handler. Pin
deepaks329-Jun-06 23:39
deepaks329-Jun-06 23:39 
QuestionASP.NET 2.0 DropDownList problem Pin
martin_hughes29-Jun-06 22:57
martin_hughes29-Jun-06 22:57 
AnswerRe: ASP.NET 2.0 DropDownList problem Pin
DIMPLE_R29-Jun-06 23:12
DIMPLE_R29-Jun-06 23:12 
AnswerRe: ASP.NET 2.0 DropDownList problem Pin
minhpc_bk29-Jun-06 23:33
minhpc_bk29-Jun-06 23:33 
AnswerRe: ASP.NET 2.0 DropDownList problem Pin
Amit Agarrwal29-Jun-06 23:42
Amit Agarrwal29-Jun-06 23:42 
Questionserver error Pin
nishak29-Jun-06 21:44
nishak29-Jun-06 21:44 
:(hi,
please anybody reply this server error,while connecting the remote machine through user input ip address of that machine.please reply ASAP

Server Error in '/try_web' Application.
--------------------------------------------------------------------------------

The requested name is valid and was found in the database, but it does not have the correct associated data being resolved for
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Net.Sockets.SocketException: The requested name is valid and was found in the database, but it does not have the correct associated data being resolved for

Source Error:


Line 88:
Line 89: IPAddress myIP = IPAddress.Parse(TextBox1.Text);
Line 90: IPHostEntry GetIPHost = Dns.GetHostByAddress(myIP);
Line 91: TxtWorkGroup.Text = "Host Name is: " + GetIPHost.HostName;
Line 92: // string s=Tem.ToString();


Source File: c:\inetpub\wwwroot\try_web\webform2.aspx.cs Line: 90

Stack Trace:


[SocketException (0x2afc): The requested name is valid and was found in the database, but it does not have the correct associated data being resolved for]
System.Net.Dns.GetHostByAddress(IPAddress address) +261
try_web.WebForm2.Button1_Click(Object sender, EventArgs e) in c:\inetpub\wwwroot\try_web\webform2.aspx.cs:90
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +108
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +57
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +18
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33
System.Web.UI.Page.ProcessRequestMain() +1277



AnswerRe: server error Pin
l0kke30-Jun-06 5:26
l0kke30-Jun-06 5:26 
Questionproblem with connecting to Payment Gateway Pin
Jeeva Mary Varghese29-Jun-06 21:34
Jeeva Mary Varghese29-Jun-06 21:34 
AnswerRe: problem with connecting to Payment Gateway Pin
Amit Agarrwal29-Jun-06 21:44
Amit Agarrwal29-Jun-06 21:44 
AnswerRe: problem with connecting to Payment Gateway Pin
Paddy Boyd29-Jun-06 23:20
Paddy Boyd29-Jun-06 23:20 
GeneralRe: problem with connecting to Payment Gateway Pin
Jeeva Mary Varghese30-Jun-06 1:43
Jeeva Mary Varghese30-Jun-06 1:43 
Questionerror in ValidatorEnable Pin
thomas_joyee29-Jun-06 20:59
thomas_joyee29-Jun-06 20:59 
AnswerRe: error in ValidatorEnable Pin
_AK_29-Jun-06 21:04
_AK_29-Jun-06 21:04 
GeneralRe: error in ValidatorEnable Pin
thomas_joyee29-Jun-06 21:29
thomas_joyee29-Jun-06 21:29 
GeneralRe: error in ValidatorEnable Pin
_AK_29-Jun-06 21:35
_AK_29-Jun-06 21:35 
GeneralRe: error in ValidatorEnable Pin
thomas_joyee29-Jun-06 21:42
thomas_joyee29-Jun-06 21:42 
GeneralRe: error in ValidatorEnable Pin
_AK_29-Jun-06 21:51
_AK_29-Jun-06 21:51 
GeneralRe: error in ValidatorEnable Pin
thomas_joyee29-Jun-06 22:01
thomas_joyee29-Jun-06 22:01 
AnswerRe: error in ValidatorEnable Pin
DIMPLE_R29-Jun-06 21:58
DIMPLE_R29-Jun-06 21:58 
GeneralRe: error in ValidatorEnable Pin
thomas_joyee29-Jun-06 22:10
thomas_joyee29-Jun-06 22:10 
QuestionEmail Problem In Asp.Net Pin
sriramaprasad29-Jun-06 20:56
sriramaprasad29-Jun-06 20:56 
AnswerRe: Email Problem In Asp.Net Pin
DIMPLE_R29-Jun-06 21:02
DIMPLE_R29-Jun-06 21:02 
GeneralClickety Police Pin
Colin Angus Mackay29-Jun-06 21:38
Colin Angus Mackay29-Jun-06 21:38 

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.