If I use the current IP of the server machine to access that, like
http://?.?.254.17:81/Start
I am getting this. Why?
Server Error
500 - Internal server error.
There is a problem with the resource you are looking for, and it cannot be displayed.
As far as I know, 500 Internal Server Error message is too generic. In order to find the error message details, you can change CustomErrors in the web.config file. For details, please check the links below:
to Web.config in the project. But when going to
http://WIN-BVDIC8GIAHI:81/Start
in the client machine, I get this
Unable to connect
Firefox can't establish a connection to the server at win-bvdic8giahi:81.
The site could be temporarily unavailable or too busy. Try again in a few
moments.
If you are unable to load any pages, check your computer's network
connection.
If your computer or network is protected by a firewall or proxy, make sure
that Firefox is permitted to access the Web.
Firefox can't establish a connection to the server at win-bvdic8giahi:81.
The site could be temporarily unavailable or too busy. Try again in a few moments. If you are unable to load any pages, check your computer's network connection. If your computer or network is protected by a firewall or proxy, make sure that
Firefox is permitted to access the Web.
Thanks for your quick response!
According to the description above, it seems like that it is firewall which blocks or restricts Firefox. In order to resolve, you can follow:
In addition, you can install a trial version of ANTS performance profilerto check what makes it slowly at first. Then try to optimize it.
Or try to run WFetchto troubleshoot HTTP Connections.
This response contains a reference to a third party World Wide Web site. Microsoft is providing this information as a convenience to you. Microsoft does not control these sites and has not tested any software or information found on these sites; therefore,
Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. There are inherent dangers in the use of any software found on the Internet, and Microsoft cautions you to make sure that you
completely understand the risk before retrieving any software from the Internet.
Best wishes,
Please mark the replies as answers if they help or unmark if not.
Feedback to us
Thanks. I did previously open port 81 on the server. I also have just tried it in IE browser but I also cannot go to that. Within the server, it is fine to do the same.
This is not a speed issue but I can't run the same project at all in the client machine, connecting to the server by the same domain user.
wmec
Contributor
6195 Points
3214 Posts
Re: Cannot run the same project in client machine
Dec 10, 2012 03:19 AM|LINK
I do try it now but it is the same problem.
If I use the current IP of the server machine to access that, like
http://?.?.254.17:81/Start
I am getting this. Why?
Server Error
500 - Internal server error.
There is a problem with the resource you are looking for, and it cannot be displayed.
HuaMin Chen
Catherine Sh...
All-Star
23373 Points
2490 Posts
Microsoft
Re: Cannot run the same project in client machine
Dec 11, 2012 08:54 AM|LINK
Hi,
As far as I know, 500 Internal Server Error message is too generic. In order to find the error message details, you can change CustomErrors in the web.config file. For details, please check the links below:
http://msdn.microsoft.com/en-us/library/h0hfz6fc(v=vs.71).aspx
If this error is not an ASP.NET error, you can select the Detailed Errors in IIS as follows:
http://mvolo.com/troubleshoot-iis7-errors-like-a-pro
Best wishes,
Feedback to us
Develop and promote your apps in Windows Store
wmec
Contributor
6195 Points
3214 Posts
Re: Cannot run the same project in client machine
Dec 12, 2012 01:56 AM|LINK
Thanks. I put these
<system.web>
<customErrors defaultRedirect="GenericError.htm"
mode="RemoteOnly">
<error statusCode="500"
redirect="InternalError.htm"/>
</customErrors>
...
to Web.config in the project. But when going to
http://WIN-BVDIC8GIAHI:81/Start
in the client machine, I get this
Unable to connect
Firefox can't establish a connection to the server at win-bvdic8giahi:81.
The site could be temporarily unavailable or too busy. Try again in a few
moments.
If you are unable to load any pages, check your computer's network
connection.
If your computer or network is protected by a firewall or proxy, make sure
that Firefox is permitted to access the Web.
HuaMin Chen
Catherine Sh...
All-Star
23373 Points
2490 Posts
Microsoft
Re: Cannot run the same project in client machine
Dec 12, 2012 02:24 AM|LINK
Hi,
Thanks for your quick response!
According to the description above, it seems like that it is firewall which blocks or restricts Firefox. In order to resolve, you can follow:
Server Not Found - Troubleshoot connection problems and Configure firewalls so that Firefox can access the Internet.
In addition, you can install a trial version of ANTS performance profiler to check what makes it slowly at first. Then try to optimize it.
Or try to run WFetch to troubleshoot HTTP Connections.
This response contains a reference to a third party World Wide Web site. Microsoft is providing this information as a convenience to you. Microsoft does not control these sites and has not tested any software or information found on these sites; therefore, Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. There are inherent dangers in the use of any software found on the Internet, and Microsoft cautions you to make sure that you completely understand the risk before retrieving any software from the Internet.
Best wishes,
Feedback to us
Develop and promote your apps in Windows Store
wmec
Contributor
6195 Points
3214 Posts
Re: Cannot run the same project in client machine
Dec 12, 2012 05:38 AM|LINK
Thanks. I did previously open port 81 on the server. I also have just tried it in IE browser but I also cannot go to that. Within the server, it is fine to do the same.
This is not a speed issue but I can't run the same project at all in the client machine, connecting to the server by the same domain user.
HuaMin Chen
Catherine Sh...
All-Star
23373 Points
2490 Posts
Microsoft
Re: Cannot run the same project in client machine
Dec 12, 2012 05:45 AM|LINK
Hi,
For your issue, please try to run WFetch to troubleshoot HTTP Connections.
Best wishes,
Feedback to us
Develop and promote your apps in Windows Store
Ruchira
All-Star
42887 Points
7020 Posts
MVP
Re: Cannot run the same project in client machine
Dec 12, 2012 05:54 AM|LINK
By any chance, do you have a Virus Gaurd in the server machine? Can you try by temporarily disable it?
My Tech blog | My YouTube ChannelPlease 'Mark as Answer' if this post helps you.wmec
Contributor
6195 Points
3214 Posts
Re: Cannot run the same project in client machine
Dec 12, 2012 06:13 AM|LINK
Ruchira,
There is no virus guard on the server.
Catherine,
What are detailed steps to try Wfetch?
HuaMin Chen
Catherine Sh...
All-Star
23373 Points
2490 Posts
Microsoft
Re: Cannot run the same project in client machine
Dec 12, 2012 07:07 AM|LINK
Hi,
For details about how to use Wfetch, please refer to: HOW TO: Use Wfetch.exe to Troubleshoot HTTP Connections.
Best wishes,
Feedback to us
Develop and promote your apps in Windows Store
wmec
Contributor
6195 Points
3214 Posts
Re: Cannot run the same project in client machine
Dec 12, 2012 07:17 AM|LINK
How to run Wfetch in the client machine and the server?
HuaMin Chen