Default IIS page displaying - iis

I have hosted my website in IIS 8 and I assigned a host name to that site. If i trigger my host name in browser, it show me the default IIS 8 page.
please help me to solve this.
Thanks in advance
Jey

Have you configured the path of the site? In IIS Manager -> Basic Settings there is a setting 'Physical Path', this should be set to the path of your web site.

Related

Browse service as https in IIS

I have a WCF service hosted in IIS.
When I select the application where this service resides I can browse it both as http and https (in Feature View):
But when I select specific service in Content View
the only option available is Browse:
This Browse defaults to http.
Is there any way to set it up to use https? It's annoying to change it manually in browser each time.
IIS version is 8.0.
OS is Windows Server 2012 R2 Standard.
Now I've found the answer.
It is Bindings that rules the behavior of this Browse button.
My solution was to edit site bindings so that https lies at the top:
The same can also be edited in applicationHost file.

how to configure Adobe CQ5 CRXDe site on IIS Server?

I have created Author instance for Adobe CQ5 using CRXDe Editor it working successfully, now want to publish it on IIS Server,
i have also download Dispatcher for Windows OS and configured it with IIS, now i'm missing one which is how to host CQ5 site on IIS, Author instance is working properly. can someone suggest me how can i host this CRXde CQ5 site on IIS Server.
Thanks in Advance.

IIS Manager not showing any of the deployed sites

We have our as.net mvc web application website deployed under IIS , so I login to the server , then I opened the IIS manager but I could not find our web site listed there. Although under c:\wwwroot I can find the web site files and the website is running well. So can anyone advice what is causing this problem ? could it be related to permission problem ? or something else?
Thanks
try execute IIS as administrator:

Change URL address for hosted website in IIS

I've hosted my project in IIS, so That it's available at the following URL:
/myMachineName:3557/
How to change that URL to be /TestWebsite and without the port number?
You can do this several ways, including web.config. The simplest way is to use the IIS management UI. See here for instructions.

Running ASP.NET MVC 4 app on IIS 7.5 Locally

I have an MVC 4 application that I can run using IIS 7.5. In the application properties there is an option to create virtual directory I click that button and nothing happens. When I open IIS Manager I do not see my application under Default WebSite.
UPDATE: I think I am able to setup the virtual directory. But now when I browse the web site it says "A default document is not configured for the requested URL and directory browsing is not enabled on the server".
You should change the path to your default website in IIS to see if it goes to the right place where your solution is.

Resources