Click here to Skip to main content
15,891,529 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hi to all,
Here my system configuration is windows 7 64 bit.How to enable IIS in my system. and then how to deploy code and is it possible to run that code using iiS in same system means After Deploying that Code in IIS.is it Possible to Deploy Code and run in same System is it needed internet or anythink else.
Posted
Updated 1-Feb-16 20:03pm
v2

1 solution

1. You can enable IIS using Windows features option in Program and features windows. (run -> appwiz.cpl -> Windows features on left)
2. You can deploy application through visual studio's publish option.
3. If you allow connection in your firewall settings, people can access the web application. However it is not recommended as you are not running a server here and hence number of connections allowed would be less.
 
Share this answer
 
Comments
JOTHI KUMAR Member 10918227 2-Feb-16 2:31am    
i got it thanks for your reply.i resolved and run that deploy code

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