Click here to Skip to main content
15,896,497 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I want to deploy a test application on client machine but this machine do not have IIS installed. Is there a way we can deploy an ASP.NET application on client machine without IIS?
Posted

1 solution

IIS is free product provided by Microsoft and no need to download it from internet, you can directly install IIS from your windows it self just follow this steps to install iis over your client machine...

Install IIS over XP[^]

Install IIS over Win 7[^]
 
Share this answer
 
Comments
[no name] 26-Dec-13 7:36am    
What are side effects of installing IIS on client machine? I'm asking this regarding security.
Tejas Vaishnav 26-Dec-13 7:50am    
there will be no side effect to install IIS over any machine. it just matter about your requirement, if you required IIS over any system then you can install it or else not.

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