Click here to Skip to main content
15,889,853 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
how can i deploy my asp.net application in such a way so that my application could be visible to others on their systems once they type url on address bar along with the page that i have developed.

please help me out its very urgent.


Thanks
Posted

Never ask for help "urgently" it is rude. You are not paying for a support service here.

Have you tried google?

you can try these links:
https://msdn.microsoft.com/en-us/library/vstudio/dd483479(v=vs.100).aspx
Deploying ASP.NET Websites on IIS 7.0 [^]
 
Share this answer
 
Hello,

install iis, and In side window right click on add new website. fill all textboxes and give hostname :< your system name>
 
Share this answer
 
Comments
manika21 27-Aug-15 5:09am    
thanks for replying but can you plz elaborate Your answer .here fill all textboxex means?
Member 11449483 27-Aug-15 5:18am    
Like: sitename , physical path, hostname etc.

http://www.aspdotnet-suresh.com/2010/09/publish-or-deploy-website-in-our-local.html
manika21 27-Aug-15 6:00am    
Thankd but like this my application will be running only into my machine if m not wrong ..i want my application to run on other machines as well after typing url .
Kats2512 27-Aug-15 6:03am    
please read the 2 links that I have posted above. You need to host your app on a machine and from the client type the host name followed by the alias of your app followed by a page or view.
manika21 28-Aug-15 0:34am    
here hostname is nothing but portnumber right that i need to type in order to have access to my application in other machine as example t sould workhttp://5025/application/default.aspx where 5025 is my machine port n application as alias and default.aspx is my page if i type this way then it should on other machine as well....please reply

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