IIS 8 localhost page not loading on Windows Server 2012 - asp.net

I am currently trying to open a webapp from IIS 8 on a VM using Windows Server 2012, I was previously getting error pages and I think I have fixed all those problems. Now when I click browse it opens chrome and says loading but the page never loads.
I ran the exact same project though IIS 8 on Windows 8 and it worked perfectly. The project was originally created using Visual Studios 2012 and it ran perfectly from there too, on Window 8. I have tried everything I can think of.
Does anyone have any suggestions?? Thanks

Related

Crystal Report Viewer bboj is undefine error after windows update in IIS Windows Server 2012 R2

My Asp.Net application developed with VS 2012 was working fine but when I updated my windows server 2012 r2 yesterday. The crystal report stop working after that update and showing blank. I tried everything, reinstall IIS by using windows feature, place fresh copy of my application, changed permission setting, place aspnet_client folder in www and in application folder. Still out of luck.
I am sure that the problem appears after I install updates in my server. My office work suffers a lot due to this problem. An immediate help will be extremly appreciated.
The problem held aftermy system automatically updated .Net Framework to version 4.6.01055 which was not compatible with Crystal Report older version. I installed CRforVS_13_0_18.exe and restart the machine. It start working.

ASP.NET layout not showing while running on IIS 7

I'm trying to run an ASP.NET application on Windows Server 2008 using IIS 7. The website is the default website that you start with in Visual Studio 2013 with no changes made to it. However, after publishing the website as a deploy package and importing it to my server, the webpage loads, but it looks like this:
When it's actually supposed to look like this:
I have tried searching the Internet for solutions but none of them have worked.

Crystalreports toolbar is missing when browsing through iis 7

i have designed a web page in asp.net and vs 2008.
In this web application i have a from which pop up the crystal reports window .When i run the application through Visual studio 2008 and browse it in any browser it works fine.
But when i deploy the application on my local computer through iis 7 the toolbar of crystal report is missing in firefox only but working Perfectly in Internet explorer and Chrome.
Can any one tell what changes i have to done i am googling this from yesterday but not found the soultion.
Plz help me !!!!.
C:\inetpub\wwwroot\aspnet_client\system_web\2_0_50727 in this path copy the folder
CrystalReportWebFormViewer4 and place it in
C:\Windows\Microsoft.NET\Framework\v2.0.50727\ASP.NETClientFiles then tool bar will come.

Dropdown AutoPostBack not working with IE10 for Win 7

I just download IE10 for Windows 7 64bit [it is released today] and immediately found that my site's Dropdown AutoPost Back is not functioning. I am not getting any Error, but couple of warning in IE10's development Console. All of them are generated on ASP.NET Ajax toolkit elements.
I want to post it as bug to IE 10 team, but I found that my development server doesn't have this problem, only production server has this problem. Not mention the CODE IS EXACT same on both server. However development server is on Azure VM with Windows 2012 and production server is shared web hosting with Windows 2008 [edition not known]
Does this make any difference on browser ?
EDIT: if it matters DO NOT TRACKER is off ...
EDIT2: I found that problem is only on IIS 7 based shared hosting, on Windows 2012 the site works just fine. SO probably IIS 7 doesn't know IE 10 and hence it doesn't render it properly.
Scott Hanselman explains this on his blog.
http://www.hanselman.com/blog/BugAndFixASPNETFailsToDetectIE10CausingDoPostBackIsUndefinedJavaScriptErrorOrMaintainFF5ScrollbarPosition.aspx

ASP.NET 4 application issue on iis 6 on windows xp 64bit

I have deployed an ASP.NET 4 application to IIS 6 on Windows XP 64bit. This application is working perfectly from an IE8 session launched from Visual Studio 2010 and Cassini from the same XP workstation.
However once I deploy it to IIS 6, on the same box, and open it from IE8 directly, I get all sorts of issues with control widths and layout and also some jQuery errors for my datatable control.
Now here's the really weird part if I open the same IIS 6 web site from firefox using the exact same url everything works fine.
Why would this be happening?
So you have to add a custom header and make sure that you are forcing the ie mode to be 8.
X-UA-Compatible:IE=8

Resources