Click here to Skip to main content
15,867,568 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
Hello All,

I am facing an issue while deployment of asp.net application in IIS.

I have deployed the application along with WCF in test server and the port number of test server is 8080. I have also tested the application from test server from inetmgr and its working fine in test server.

When I returned to my local and trying to access the application using <test_server_ip>:8080/app_name, its not working and instead showing message -
"The requested URL could not be retrieved."

Please help me out.
Posted
Comments
Suvendu Shekhar Giri 3-Aug-15 3:53am    
There can be one of the many causes. Start identifying by disabling firewall.
himanshu agarwal 3-Aug-15 4:31am    
Yes, first try accessing, with IP/FQDN on local machine. Launching from IIS usually uses localhost not IP/FQDN.

Then ensure firewall settings are appropriate as Suvendu suggests.
Roshan 11862764 4-Aug-15 14:14pm    
Make sure that your application and WCF service are running on different ports
Member 11072126 8-Aug-15 13:24pm    
Thanks to all.

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