carry a form from one computer to other computer
-
hi every one i am new in asp.net .plz tell me i have one feed back form in this path; C:\Documents and Settings\admin\My Documents\Visual Studio 2005\Projects this folder have two pages which i want to access at other computer which is attach through lan to my computer .plz tell me how i can access this form to other computer . thanks.. gaurav
-
hi every one i am new in asp.net .plz tell me i have one feed back form in this path; C:\Documents and Settings\admin\My Documents\Visual Studio 2005\Projects this folder have two pages which i want to access at other computer which is attach through lan to my computer .plz tell me how i can access this form to other computer . thanks.. gaurav
hi gaurav Let us suppose, Application name is MyApplication and page name is Home.aspx When u run the application u will get some path like http://localhost/MyApplication/Home.aspx put your system name(ex:sys130) instead of localhost, then u can acces the application in any system with in lan connection. change like http://sys130/MyApplication/Home.aspx