Internet Explorer cannot display the webpage - 1.1 and IIS7
japolinario
Posts: 5
Hello,
I am trying to profile an aspnet 1.1 web application hosted in IIS7 (Windows Vista)
I start a new profile session, set it up for IIS7, framework 1.1, and it seems to work nice, i can see the first page of the web app, but whenever i try to go to another page, clicking on a link or writing in the address to a diferent page i always get the "Internet Explorer cannot display the webpage"
The problem seems to be the one documented here - http://www.red-gate.com/supportcenter/Content.aspx?p=ANTS%20Profiler&c=knowledgebase%5CANTS_Profiler%5CKB200810000314.htm , but i cannot make it to work correctly, i already changed the application from 1.1 to 2.0 in IIS7 and still couldn't profile it.
Any help on this would be appreciated.
I am trying to profile an aspnet 1.1 web application hosted in IIS7 (Windows Vista)
I start a new profile session, set it up for IIS7, framework 1.1, and it seems to work nice, i can see the first page of the web app, but whenever i try to go to another page, clicking on a link or writing in the address to a diferent page i always get the "Internet Explorer cannot display the webpage"
The problem seems to be the one documented here - http://www.red-gate.com/supportcenter/Content.aspx?p=ANTS%20Profiler&c=knowledgebase%5CANTS_Profiler%5CKB200810000314.htm , but i cannot make it to work correctly, i already changed the application from 1.1 to 2.0 in IIS7 and still couldn't profile it.
Any help on this would be appreciated.
Comments
You may want to try hosting the website in the .NET 1.1 version of the application host, which doesn't reconfigure the application pool in the same way as ANTS Profiler does.
I tried hosting the website in the .NET 1.1 version of the application host, but i am still having some problems, i followed the instructions on the readme.txt file, but i am always getting the message "site is not running".
The Windows Process Activation Service encountered an error trying to read configuration data for config section 'system.applicationHost/sites' from file '\\?\C:\Users\jgomes\AppData\Local\Temp\tmpAppHostConfig.config', line number '261'. The error message is: 'Cannot add duplicate collection entry
'. The data field contains the error number.
In line 261 it has this:
<bindings>
<binding protocol="http" bindingInformation="*:8013:" />
<binding protocol="http" bindingInformation="*:8013:" />
</bindings>
Thanks, that makes it pretty obvious that when you have two bindings on the same TCP port, the application host creates duplicate bindings.
I've put up a new build which should preserve the host header bit.
ftp://support.red-gate.com/patches/ants ... Host11.zip
I'm guessing that ANTS Profiler is doing the same thing to the website configuration.