Activity overview
Latest activity by japolinario
thanks, that solved the problem, i can now profile it. / comments
thanks, that solved the problem, i can now profile it.
In the event viewer i got this message:
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> / comments
In the event viewer i got this message:
The Windows Process Activation Service encountered an error trying to read configuration data for config section 'system.applicationHost/sites' from file '\\...
Hi, tanks for the answer.
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". [image] / comments
Hi, tanks for the answer.
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...
Internet Explorer cannot display the webpage - 1.1 and IIS7
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...