Click here to Skip to main content
15,890,897 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

i was developed web application , i need to host on iis, am using windowsXP professional with service pack3,
i have installed iis7 express, and how can i know whether it is installed or not.and plz let me know how to deploy web application
Posted

Goto start -> run and type InetMgr.
You will know if IIS is installed or not.
 
Share this answer
 
Comments
Member 10263519 10-Feb-14 6:42am    
i have installed iis7, it's showing in control panel add/remove programs, but when i type inetmgr in run it's showing error as "windows canot find inetmgr"
Member 10263519 10-Feb-14 7:15am    
ok , when i enter "inetmgr" iis window is opening .but in browser(chrome),when i enter https://localhost/
it's giving error as:SSL connection error
[no name] 11-Feb-14 4:20am    
If you need to browse your site via https, then you need to purchase SSL certificate.
Abhinav S 10-Feb-14 7:29am    
You are opening https. That means it a secure site.
You need to change IIS settings to enable SSL. You will also need a security certificate.
Member 10263519 10-Feb-14 7:48am    
yes, when i use http: it is showing "No web site is configured at this address."

but in iis console , under default websites my project folder is showing. what to do
Refer

check-whether-iis-is-installed-or-not[^]

Deploying ASP.NET Websites on IIS 7.0 [^]

Don't forget to accept the solution if it helps..
 
Share this answer
 
Detecting IIS version

Manually:

Go to Start-> Run -> type inetmgr -> Help Menu -> About IIS

Programitically:

http://stackoverflow.com/questions/446390/how-to-detect-iis-version-using-c[^]


Deploying Web Applications

How to deploy ASP.NET Web Application on server[^]
 
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