I have a local .net webapplication which needs to be run everytime to see the output . Instead of that can i deploy it on the local host server...so that through url i can see the output.
Can you plz suggest how to do that...
Thanks in advance.. :)
I have a local .net webapplication which needs to be run everytime to see the output . Instead of that can i deploy it on the local host server...so that through url i can see the output.
Can you plz suggest how to do that...
Thanks in advance.. :)
Refer : http://www.beansoftware.com/asp.net-tutorials/deploy-asp.net.aspx or http://www.15seconds.com/issue/041229.htm
you want to deploy it in creating a virtual directory using IIS.
Read this if you are using IIS 6.0: