Click here to Skip to main content
15,906,567 members
Please Sign up or sign in to vote.
1.23/5 (4 votes)
See more:
I created web application in ASP.NET and i want to view this application on another computer.How can I do this?

What I have tried:

I tries with one click publish but it did not work.
Posted
Updated 8-Nov-16 5:26am
Comments
Kornfeld Eliyahu Peter 8-Nov-16 7:02am    
If you do not like/understand the solutions on your previous question, than state it. Do not repost it!!!

if i understand right
steps to publish !!
Right click your Web app Project or web site click Publish
a dialog box will show asking if you going to publish online or local folder
 
Share this answer
 
Typically, when I do deployments, I deploy to the Local File System on my computer and then copy it to the server/computer which I wish to deploy to.

Once you do that, you'll then need to set up a virtual directorie in IIS on the other computer for the web application. While in IIS click Browse and you should be able to see if it is running or not.

Note, if you do not know how to setup a virtual directory, then Google it. YouTube has some videos to walk you through it.
 
Share this answer
 
If you're publishing to a hosting company server, follow the directions supplied by that host company.

If you're publishing to a server you own and control, install Web Deploy[^] on the server first, then you can publish to it using the Web Deploy method you find in the Publish dialog. You'll, of course, need appropriate permissions to the server.
 
Share this answer
 

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