how can i run Intranet web based application
-
Hi, I have made one web page in my computer. The domain name is anikita i can run my web page in my computer using the following url http://localhost/anikita/index.aspx and i am using msacess database i am displaying the emp table information in web page my computer name is dev1 i have window2000 profession and IIS 5 and Visusal Studio 2003 installed in my computer i am connected with other computer dev2 i want to run web page from dev2 in dev2 only window2000 profeesion is installed i tried with following url http://dev1/anikita/index.aspx but its not working it does not produce any error blank page shows can any one give me clue to run web page from another computer what should i configure in my IIS how can i run web page from other computer thanks
-
Hi, I have made one web page in my computer. The domain name is anikita i can run my web page in my computer using the following url http://localhost/anikita/index.aspx and i am using msacess database i am displaying the emp table information in web page my computer name is dev1 i have window2000 profession and IIS 5 and Visusal Studio 2003 installed in my computer i am connected with other computer dev2 i want to run web page from dev2 in dev2 only window2000 profeesion is installed i tried with following url http://dev1/anikita/index.aspx but its not working it does not produce any error blank page shows can any one give me clue to run web page from another computer what should i configure in my IIS how can i run web page from other computer thanks
Well.... Do one thing 1st check that both the computers should be on the same workgroup then try to ping your web server (where you want to access the site) from your client if ping goes well it means the connection in between both the computers is OK. then try writing Ip address instead name. http://dev1/anikita/index.aspx http://192.168.0.1/anikita/index.aspx If this thing not works !!!!!! go to the properties of your website and select directory security tab there is a Groupbox of "Ip Address and domain name restriction" Press edit and grant access to your client IP. And at the end make sure that you have not installed any firewall which is restricting any other computer to access resources. I wish above paragraph could help you. If you come out of this some other way do let me know :suss: Best Regards,