473,513 Members | 2,441 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Error during loading of web application

RKM
Hi All

Following error is coming in particular web application during loading /
login process.

background-----
we have 3 ip segment
172.26.1.x
172.26.2.x
172.26.3.x.

application was working upto 3 days back in all segment, but now since last
3 days it is not working first 2 segment and working on 172.26.3.x segment.
during logging, all the time users are getting below given erros msg.
any one can thrw some light how can we metigate this error.

Thanks
RKM
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 50: //Get the Windows Computer name
Line 51: System.Net.IPHostEntry host = new System.Net.IPHostEntry();
Line 52: host =
System.Net.Dns.GetHostByAddress(Request.ServerVari ables["REMOTE_HOST"]);
Line 53: string[] host1 = host.HostName.Split('.');
Line 54: Session["COMP_NAME"] = host1[0].ToUpper();
Source File: c:\inetpub\wwwroot\crmmasterrep\crmmrlogin.aspx.cs Line: 52

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) +186
System.Net.Dns.GetHostByAddress(String address) +54
CRMMasterRep.Login.Page_Load(Object sender, EventArgs e) in
c:\inetpub\wwwroot\crmmasterrep\crmmrlogin.aspx.cs :52
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +29
System.Web.UI.Page.ProcessRequestMain() +724


--
RKM
Mar 9 '06 #1
0 1038

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
16219
by: Tony Wright | last post by:
Hi, I am having a problem installing an msi for a web site. The error message I am getting is: "The specified path 'http://mipdev05/features/Fas2' is unavailable. The Internet Information...
0
1969
by: s_erez | last post by:
Hi, This is a realy tricky one. I have an ASP.NET application where some pages are reading data from a DB and presenting reports. In order for the user to wait while the page is reading data from...
1
8745
by: Pratik kapadia | last post by:
when i try to load my asp pages i always have to face error .like " The server has encountered an error while loading an application during the processing of your request. Please refer to the event...
7
4979
by: p | last post by:
WE had a Crystal 8 WebApp using vs 2002 which we upgraded to VS2003. I also have Crystal 9 pro on my development machine. The web app runs fine on my dev machine but am having problems deploying....
8
1886
by: Brett Romero | last post by:
I get this error when I try to run my ASP.NET app on our server: Server Error in '/' Application. -------------------------------------------------------------------------------- Parser Error...
0
23447
by: HKSHK | last post by:
This list compares the error codes used in VB.NET 2003 with those used in VB6. Error Codes: ============ 3: This Error number is obsolete and no longer used. (Formerly: Return without GoSub)...
4
57005
by: aSoundMind | last post by:
Hi there, I recieve this error Server Error in '/integrate' Application. -------------------------------------------------------------------------------- Configuration Error Description: An...
94
3146
by: Chad | last post by:
On to top of page 163 in the book "The C Programming Langauge" by K & R, they have the following: char *strdup(char *s) { char *p; p=(char *)malloc(strlen(s)+1); if( p != NULL) strcpy(p,s):...
0
3524
by: fischermx | last post by:
Environment: Microsoft Visual Studio 2005 Version 8.0.50727.762 (SP.050727-7600) Microsoft .NET Framework Version 2.0.50727 Microsoft Visual Studio 2005 Professional Edition - ENU Service Pack...
0
7259
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7380
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
7098
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7523
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5683
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
5085
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4745
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3232
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
455
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.