Click here to Skip to main content
15,888,454 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,
I am developing one application in asp.net at my localhost i.e location at file System.
Now i want to implement that application in my Office all Pc's which is in LAN So what can I do for that?
please help me.
Posted
Updated 20-May-11 19:27pm
v3
Comments
[no name] 20-May-11 8:49am    
Please clarify your question.
Sandeep Mewara 20-May-11 10:45am    
Not clear.

1 solution

You need to deploy it onto a web server that all of the office PCs can view

Find out if there's a web server in your office that is running IIS \ .Net etc. If there is, you can just package up and deploy your application to that server, you could then access your asp.net application at a URL like

http://MYSERVER/MyVirtualDirectory/Default.aspx
 
Share this answer
 
Comments
suvaaj 21-May-11 1:15am    
to Dylan ,thanks for reply but i need more help

its ok,but how the dtabase maintain and is there is any need of publish that code.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900