Q.. unable to open sharepoint 2007/20/13 web application on server in my local machine .? page not found error .
Solution. Go to hosts file in your system32 folder in c drive and add hosts
add your farm server ip to that page and also mention the site,collection that you will be accessing through that .
Path to hosts file is :
c:\Windows\Sysytem32\drivers\etc --------- here you can see host file
at the end of the page add this code .. with your server ip and web application name .
example : 10.1.20.190 test1
( here Test1 is Site collection name )
Solution. Go to hosts file in your system32 folder in c drive and add hosts
add your farm server ip to that page and also mention the site,collection that you will be accessing through that .
Path to hosts file is :
c:\Windows\Sysytem32\drivers\etc --------- here you can see host file
at the end of the page add this code .. with your server ip and web application name .
example : 10.1.20.190 test1
( here Test1 is Site collection name )
Comments
Post a Comment