You'll need to check IIS on the server and be certain that it is set up correctly. Also your network will need to be able to correctly resolve the web site name.
You can either add a DNS record or use WINS which is not loaded or started by default on server 08.
Check and see whether server firewall/antivirus is blocking the port 81. Also try by accessing it using the IP address (Not the machine name). Sometimes the machine name does not get resolved with the IP address correctly.
wmec
Contributor
6224 Points
3221 Posts
Cannot run the same project in client machine
Dec 07, 2012 07:16 AM|LINK
Hi,
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
What to adjust?
HuaMin Chen
march11
Contributor
3005 Points
1364 Posts
Re: Cannot run the same project in client machine
Dec 07, 2012 07:04 PM|LINK
You'll need to check IIS on the server and be certain that it is set up correctly. Also your network will need to be able to correctly resolve the web site name.
You can either add a DNS record or use WINS which is not loaded or started by default on server 08.
geniusvishal
Star
14214 Points
2803 Posts
Re: Cannot run the same project in client machine
Dec 08, 2012 04:52 AM|LINK
Refer this:
http://www.codeproject.com/Articles/28693/Deploying-ASP-NET-Websites-on-IIS-7-0
My Website
www.dotnetvishal.com
Ruchira
All-Star
42975 Points
7025 Posts
MVP
Re: Cannot run the same project in client machine
Dec 08, 2012 04:19 PM|LINK
Hello,
Check and see whether server firewall/antivirus is blocking the port 81. Also try by accessing it using the IP address (Not the machine name). Sometimes the machine name does not get resolved with the IP address correctly.
My Tech blog | My YouTube ChannelPlease 'Mark as Answer' if this post helps you.wmec
Contributor
6224 Points
3221 Posts
Re: Cannot run the same project in client machine
Dec 09, 2012 02:51 PM|LINK
Hi,
Thanks. Where to change the setting to allow traffic to go through port 81?
'192.168.168.1' is now the IP of the Win 08 server and I can ping it in the client machine. But I've got the same problem to go to this
http://192.168.168.1:81/Start
</div>HuaMin Chen
Ruchira
All-Star
42975 Points
7025 Posts
MVP
Re: Cannot run the same project in client machine
Dec 09, 2012 02:56 PM|LINK
Hi,
http://windows.microsoft.com/en-US/windows-vista/Open-a-port-in-Windows-Firewall
http://technet.microsoft.com/en-us/library/cc784523(v=ws.10).aspx
My Tech blog | My YouTube ChannelPlease 'Mark as Answer' if this post helps you.wmec
Contributor
6224 Points
3221 Posts
Re: Cannot run the same project in client machine
Dec 10, 2012 01:12 AM|LINK
Thanks. After I've opened port 81 in firewall within Win 08 server, and have restarted the server, I still got the same problem.
HuaMin Chen
2pac
Participant
1586 Points
269 Posts
Re: Cannot run the same project in client machine
Dec 10, 2012 02:35 AM|LINK
Hi There,
Try this,
1. Open IIS Manager
2. Expand Sites
3. Select the site - 81
4. After selecting it, in the right pane, go to IIS section and select Authentication and in Action -> click "Open Feature"
5. Make sure you have enabled Authentications such as Windows Authentication, Form Authentication etc..
Regards,
Jayesh
wmec
Contributor
6224 Points
3221 Posts
Re: Cannot run the same project in client machine
Dec 10, 2012 02:51 AM|LINK
Thanks. I've enabled all of those Authentication within
Authentication > Open feature
and then have restarted the client machine. But I am still getting the same problem.
HuaMin Chen
2pac
Participant
1586 Points
269 Posts
Re: Cannot run the same project in client machine
Dec 10, 2012 03:06 AM|LINK
have you tried like this
http://WIN-BVDIC8GIAHI.domain.com:81/Start
Regards,
Jayesh