Anu
Anu

Reputation: 1

How Can i publish a asp.net(c#) website in a local system?

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

Answers (3)

Pradnya Bolli
Pradnya Bolli

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

Enrique Urzua
Enrique Urzua

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

pcnate
pcnate

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

Related Questions