Reputation: 1
Recently I create a website in c#.net. But I don't want to host in net. can I publish it in a LAN? If it is possible? How can I make it? Please help me..... Thanks in advance.
Upvotes: 0
Views: 108
Reputation: 1943
To publish website first we need to check whether IIS installed in our local machine or not.
You can use this site
http://www.aspdotnet-suresh.com/2010/09/publish-or-deploy-website-in-our-local.html
Upvotes: 0
Reputation: 36
For this projects you can run it on IIS on your own computer and publish it on you LAN.
This is a good point to start with.
https://support.microsoft.com/en-us/kb/323972
https://technet.microsoft.com/en-us/library/cc771124(v=ws.10).aspx
Upvotes: 0
Reputation: 1774
Run a webserver on a computer on your lan and host the files there.
http://www.w3schools.com/asp/asp_install.asp
Upvotes: 1