Answered by:
how can i deploy my VS application i localhost

Question
-
User-651692633 posted
I have devloped an application.I would like create folder in iis and access my appllication by id using url?
Saturday, April 27, 2013 11:26 PM
Answers
-
User-1716253493 posted
right click sites then add application- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Sunday, April 28, 2013 1:26 AM -
User-691245060 posted
I have devloped an application.I would like create folder in iis and access my appllication by id using url?
http://technet.microsoft.com/en-us/library/cc772042(v=ws.10).aspx
thanks,
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Sunday, April 28, 2013 2:09 AM
All replies
-
User-1716253493 posted
right click sites then add application- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Sunday, April 28, 2013 1:26 AM -
User-691245060 posted
I have devloped an application.I would like create folder in iis and access my appllication by id using url?
http://technet.microsoft.com/en-us/library/cc772042(v=ws.10).aspx
thanks,
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Sunday, April 28, 2013 2:09 AM -
User-800912061 posted
Follow the steps
1. Open IIS by writing inetmgr in run or by control panel>AdministrativeTools?Internet information services
2. Expand Websites tree node
3. Expand Default website node
4. Right click on Default website >New> VirtualDirectory
5. Write name here you want at http like TestConnect in your case
6. Browse for the directory in which your webapplication resides
7. give read write access
8. Thats all , wirte localhost at your browser like http://localhost/testconnect
Or refer below links.
http://www.codeproject.com/Articles/28693/Deploying-ASP-NET-Websites-on-IIS-7-0
http://www.aspdotnet-suresh.com/2010/09/publish-or-deploy-website-in-our-local.html
Sunday, April 28, 2013 2:13 AM