how to run a web application in one system where the webapplication created in some other system in which dotnet is not present...
pls help me out
Collapse
X
-
Tags: None
-
Originally posted by sathyakvanihow to run a web application in one system where the webapplication created in some other system in which dotnet is not present...
like http://192.10.11.12/apllication1/webform1.aspx -
If you are working within a LAN(I mean accessing the page from other computer within a LAN), we can specify the computername instead of IPAddress.
for ex: http://Dev520/SampleProject/SamplePage.aspx
Here 'Dev520' is a computer name.
Hope this might be useful.Comment
-
hi,
thanks but tel me one thing i am doing a project which is used in a LAN ok
it should work like yahoo how we check mails at the same time many of them can access the same page...any changes made to that should reflect in the page get the other user a modified page in simple words accessing pages at the sametime(all rights are provided for eg modify that values in the page) this should modify in the same page if any other is using the same pls get me the answer soon thanks in advance..
sathyaComment
Comment