Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
After Created Virtual Directory to My Application And When I am Browsing my Application at IIS5.1 I Got Error Like This:
...............
The server did not provide a meaningful reply; this might be caused by a contract mismatch, a premature session shutdown or an internal server error.
...............

and after some time another error came like:
...............
No connection could be made because the target machine actively refused it 127.0.0.1:1060

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: No connection could be made because the target machine actively refused it 127.0.0.1:1060

Source Error:


Line 446:
Line 447: public ServiceReference1.ClsFirstguardian[] GetCollgList(string UnivId) {
Line 448: return base.Channel.GetCollgList(UnivId);
Line 449: }
Line 450:

...............

So Please Give me Solution to My Problem.

Thanks,
Vijay
Posted
Updated 30-Mar-12 6:49am
v2

1 solution

 
Share this answer
 
v2
Comments
vijay4mgvrm 30-Mar-12 12:42pm    
hi,
i got a error Like:
No Connection could be made because the target machine actively refused it 127.0.0.1:1060

Please give me Some Solution.
Thanks,
vijay

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



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