Click here to Skip to main content
15,884,099 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi,
Can browse to :
http://localhost:56599/xxi/

BUT can not browse to:
http://servername:56599/xxi/

Do you know why please?
Posted
Updated 8-Aug-12 3:39am
v2
Comments
[no name] 8-Aug-12 9:40am    
Could be any number of reasons. Most likely no one on CP is going to be familiar with how your network is setup....
ZurdoDev 8-Aug-12 9:43am    
What does happen?
arkiboys 8-Aug-12 9:45am    
When browsing to the webname folder under default website in iis, the error is:

HTTP Error 500.19 - Internal Server Error

The requested page cannot be accessed because the related configuration data for the page is invalid.




Module

IIS Web Core



Notification

BeginRequest



Handler

Not yet determined



Error Code

0x80070005



Config Error

Cannot read configuration file due to insufficient permissions



Config File

\\?\D:\inetpub\wwwroot\webname\web.config

Requested URL

http://localhost:80/webname/



Physical Path

D:\inetpub\wwwroot\webname\



Logon Method

Not yet determined



Logon User

1 solution

Take your error code and search on google, here is one of the hits:
http://forums.iis.net/t/1183512.aspx[^]
 
Share this answer
 
Comments
arkiboys 8-Aug-12 9:57am    
Hi, I have searched in google but still not able to get the solution.
Even checked your link but still no answer.
Kenneth Haugland 8-Aug-12 10:00am    
Only option left is to show us some code. But you could still have messed up the IIS server without us nowing :)
arkiboys 8-Aug-12 10:08am    
code is fine because I can run it in vs and works.
It is the IIS.
Note that I developed in web location as file system, then copied the files and folders into the wwwroot
Is that ok?
Kenneth Haugland 8-Aug-12 10:11am    
That would depend on your setting in IIS....
arkiboys 8-Aug-12 10:16am    
Yes, and that is what I would like to solve. thanks anyway.

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