Click here to Skip to main content
15,894,343 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
I have a asp.net web application ready.. no I am ready to deploy the site on field.. what the requirement is to deploy the site on domain.. for instance.. www.xyz.com.np is a website. and my application name is WorkManagement.. then it should appear like www.xyz.com.np/WorkManagement.. All i know is only to publish website.. i had googled but only got some hints on configuration in IIS.. any help.
Posted

Publishing is the easy part. you just need to point the project to the right directory and Publish it. to make sure it shows up in the /WorkManagement section requires configuration of IIS to correctly point and display those pages.
 
Share this answer
 
You can publish your site and then copy the output to a folder no the server. Then in IIS configure a virtual directory under the default site and point it to this code and name it WorkManagement. You'll likely want to make it a virtual app instead of a virtual folder assuming your root site has a web.config.
 
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