Click here to Skip to main content
15,891,513 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hi,

I've one application which has unique IP , SSL port 443 & TCP port:80 . Since two days it stopped working . i am not able to Debug since i dont have VS installed on my server. and i get Cannot find server or DNS Error Internet Explorer Error message on trying to open it.

Whereas i also have many other applications of the same .net version hosted on the same server. All the other applications are working fine.

Seems to be some configuration issue.. But i tried changing all the settings of the Website.. Still same problem.

Somebody please help me.


Thanks,
sharath
Posted
Updated 15-Nov-11 2:52am
v2

1 solution

to show the actual errors, set the following parameters inside your web.config file.

HTML
<configuration>
   <system.web>
      <customerrors mode="RemoteOnly" />
   </system.web>
</configuration>


learn more at the following link...

http://technet.microsoft.com/en-us/library/bb684665.aspx[^]
 
Share this answer
 
Comments
Sharath (India) 15-Nov-11 9:18am    
Hi Anil,

Thanks for ur reply. But, i already have that tag in my Web.config file . But still i dont get proper error message.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900