Cannot run the same project in client machine
-
Monday, December 10, 2012 2:25 AMHi,
I have deployed the project in the server (Win 08 server) and I can access the page like
http://WIN-BVDIC8GIAHI:81/Start
in the server machine.
While in one other client machine (Win 7) in which I've logged into the same domain, I can't access/run this
http://WIN-BVDIC8GIAHI:81/Start
After I've opened port 81 in firewall within Win 08 server, and have restarted the server, I still got the same problem. What to further adjust in the server/rules?Many Thanks & Best Regards, Hua Min
All Replies
-
Monday, December 10, 2012 4:29 AM
You cannot access it on all your clients? or just on a specific machine that you were not able to access?
Have you set Authorization rules or permissions?
Every second counts..make use of it.
-
Monday, December 10, 2012 4:42 AMYes, I can't access it from all client machines but I've opened the port in the server's firewall.
Many Thanks & Best Regards, Hua Min
-
Monday, December 10, 2012 5:45 AM
Have you set the URL authorization? http://technet.microsoft.com/en-us/library/cc772061(v=ws.10).aspx
Does the project needs some components to be installed on the client machine for the thing to start?
Every second counts..make use of it.
- Edited by cguan Monday, December 10, 2012 5:50 AM
-
Monday, December 10, 2012 6:04 AMI've added specific user - 'Administrator' to Authroization rule but I am still getting the same problem while I am connecting to the server within the client machine using the domain administrator login.
Many Thanks & Best Regards, Hua Min
-
Monday, December 10, 2012 6:27 AM
check web.config file for possible issues.
http://www.iis.net/configreference/system.webserver/security/authorization
have you tried using other port, like 8080?
Every second counts..make use of it.
-
Monday, December 10, 2012 6:42 AM
Sorry I don't see 'Url authorization' within 'Add Role Services'.

Many Thanks & Best Regards, Hua Min
-
Monday, December 10, 2012 7:41 AM
You said you are using Win 08 Server, basically you are using win server 2012 or Win 2K8?
You should be able to see it if you got IIS installed.
http://www.ibm.com/developerworks/cloud/library/cl-iiswindows/
Every second counts..make use of it.
- Edited by cguan Monday, December 10, 2012 7:43 AM
-
Monday, December 10, 2012 7:43 AMIt is Win 2008 server and surely IIS is installed.
Many Thanks & Best Regards, Hua Min
-
Monday, December 10, 2012 8:01 AM
But I suppose you try already using the IP Address of your Win2k8:
http://WIN-BVDIC8GIAHI:81/Start
http:////IP_Address_Win2k8_Server:81/Startor try this appcmd authorization command:
appcmd set config /section:system.webServer/security/authorization /+"[accessType='Allow',users='*']"
http://technet.microsoft.com/en-us/library/cc772061(v=ws.10).aspx
The Win2k8 box is it hosting other web app?
Every second counts..make use of it.
-
Monday, December 10, 2012 8:25 AM
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.The server is not hosting other Web app.
Many Thanks & Best Regards, Hua Min
- Edited by HuaMin ChenMicrosoft Community Contributor Monday, December 10, 2012 9:09 AM
-
Monday, December 10, 2012 9:53 AM
Try clearing your browser cookies or any temporary internet files.
If you're using win 7 type %temp% at the search box, clear whatever is on the temp folder.
Try using other browser such as Chrome or Firefox.
Check if you will still have the error.
Every second counts..make use of it.
-
Monday, December 10, 2012 9:56 AMcheck out this thread: http://forums.asp.net/t/1491348.aspx/1
Every second counts..make use of it.
-
Tuesday, December 11, 2012 1:42 AMI've cleared all within %Temp% and I was always using Firefox, but I've still got this
Server Error
500 - Internal server error.
There is a problem with the resource you are looking for, and it cannot be displayed.Many Thanks & Best Regards, Hua Min
-
Tuesday, December 11, 2012 2:16 AM
please check IIS log files: C:\Windows\System32\LogFiles\W3SVC1
check whether you can get detailed info on it
Every second counts..make use of it.
-
Tuesday, December 11, 2012 3:03 AM
I do not see that folder, within
C:\Windows\System32\LogFiles
Many Thanks & Best Regards, Hua Min
-
Tuesday, December 11, 2012 5:29 AM
check your IIS configuration on the location of your log file...
Every second counts..make use of it.
-
Tuesday, December 11, 2012 5:35 AMWhere is the log file?
Many Thanks & Best Regards, Hua Min
-
Tuesday, December 11, 2012 6:11 AMModerator
Where is the log file?
Many Thanks & Best Regards, Hua Min
Also, I would suggest you to post this question in IIS forum as well for more help and support.
Thanks
Regards, Santosh
I do not represent the organisation I work for, all the opinions expressed here are my own.
This posting is provided "AS IS" with no warranties or guarantees and confers no rights.
Whenever you see a helpful reply, click onVote As Helpful & click on
Mark As Answer if a post answers your question.
-
Tuesday, December 11, 2012 6:25 AM
Thanks all.
Before this, I also posted it in IIS forum.
Now I do not see the log file within
C:\inetpub\wwwroot
in the server.
Many Thanks & Best Regards, Hua Min
-
Tuesday, December 11, 2012 8:38 AM
go to c:\ using command prompt
at the command prompt type: dir /s /w *.log (i'm not sure whether IIS logs ends with .log just replace it with the correct file name extension )
it will search in your hard drive for all the .log file extension check the result, if you don't see one maybe you haven't configured IIS logging.
Every second counts..make use of it.
-
Tuesday, December 11, 2012 9:36 AMThanks. By this, I get many log files. Which should be the one for IIS?
Many Thanks & Best Regards, Hua Min
-
Tuesday, December 11, 2012 10:24 AM
check the directory which refers to IIS like the parent directory is inetpub or directory which has W3C..
try to check any folders which you think would have the IIS logs
you can redirect the result to a notepad like: dir /s /w *.logs > mylogresult.txt
Every second counts..make use of it.

