Hosting MVC Asp.net Application in IIS in windows server 2008 R2 - iis-7.5

When I Add new web site in IIS and open in browser it shows me the list of directory instead of web page in windows server 2008 R2. I am unable to run application (MVC Asp.net Application). Please help me where I am wrong Or guide me with the steps that I need to perform.

Related

Remote Web Access is turned off

I am using windows server 2012 R2. After installing IIS. my website page still shows remote web access is turned off please tell me how to turn it on.

Application variables in Classic asp running on Windows 2012 iis 8

I just migrated classic ASP apps from Windows Server 2003 to Windows Server 2012. The IIS 8 role is also installed. The ASP and session support are all turned on. For some reason this particular app just cannot see it's application variables that are defined in its global.asa, while all other apps' application variables defined in their respective global.asa can be seen by ASP pages. Interestingly when this application runs in locahost the application variables are seen by its ASP pages and the app works fine. It just doesn't work in non-localhost environment. Any help would be appreciated.

Applications Session Timeout at IIS 7.5

I have two applications hosted at IIS 7.5 on Windows 2008 Server R2. One application is hosting at .net framework 4.0 and other on framework 2.0. Both have Integrated and Classic values for Managed Pipeline Mode property of Application Pool.
Issue is, at client machine only one application is login at a time, if I login to 1st application 2nd gone to session timeout and vice verse.
Please help and suggest which configuration is require at IIS end.

Upgrade Windows Azure web role to Server 2008 R2 to use IIS 7.5

I just launched my test website in Windows Azure this weekend with a single web role. I didn't see any options to specify what OS to use. It is currently using Server 2008 (IIS 7). According to this article though, Server 2008 R2 web roles are available (IIS 7.5). I want to use some specific functionality of IIS 7.5 - how can I upgrade my web role to use Server 2008 R2?
Just specify osFamily="2" in ServiceConfiguration.cscfg.

Copy IIS 6 to IIS 7.5

I have a Windows Server 2003 that is running IIS 6 with several web sites and I need to copy the web sites to a Windows Server 2008 server running IIS 7.5. Is there anyway to copy the information?
Yes, you can use Web Deploy (http://www.iis.net/download/WebDeploy) install it in the IIS 7.5 and you can sync all the server configuration, sites, etc, to the new server.
Here is an example:
http://www.iishacks.com/2008/10/07/migrating-websites-from-iis6-to-iis7/

Resources