Note that there are some explanatory texts on larger screens.

plurals
  1. POUnable to start debugging on the web server
    primarykey
    data
    text
    <p>I have now tried to get our webservice to run with debug from within Visual Studio 2008 a long time with no success. This project worked great before and works fine on other computers, I suppose that there is something wrong with the IIS7 settings.</p> <p>The main project in the solution is a WFC service that is used as a simple webservice (svc). All projects in this solution are set to use .NET framework 3.5.</p> <p>When running the service with the built in IIS(VS) it seems to work just fine but as soon as the IIS7 is used a dialog appears and states:</p> <blockquote> <p>Unable to start debugging on the web server. Check for one of the following</p> </blockquote> <p>The following is done in IIS7 :</p> <ol> <li>Application created that points to the webservice</li> <li>DefaultAppPool (.NET framework 4 Integrated)(ApplicationPoolIdentity) is used</li> <li>Browsing the service works fine (It shows the WSDL)</li> <li>When changing the DefaultAppPool to .NET framework 2.0 it states somthing about static file problems but I can´t see anything missing from the Webservice > Handler Mappings?</li> <li>Enable 32-bit Application is set to true on the DefaultAppPool.</li> <li>I have runned <code>aspnet_regiis</code> from all the .net version in order</li> <li>Set <code>debug="true"</code> in the <code>web.config</code></li> <li><p>I was not at first able to get the webservice starting at all to solve this I hade to comment out a couple of rows in the web.config :</p> <pre><code>&lt;configSections&gt; &lt;section name="dataConfiguration" type="Microsoft.Practices.EnterpriseLibrary.Data.Configuration.DatabaseSettings, Microsoft.Practices.EnterpriseLibrary.Data, Version=3.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /&gt; &lt;sectionGroup name="system.web.extensions" type="System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"&gt; &lt;sectionGroup name="scripting" type="System.Web.Configuration.ScriptingSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"&gt; &lt;!--&lt;section name="scriptResourceHandler" type="System.Web.Configuration.ScriptingScriptResourceHandlerSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication" /&gt;--&gt; &lt;sectionGroup name="webServices" type="System.Web.Configuration.ScriptingWebServicesSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"&gt; &lt;!--&lt;section name="jsonSerialization" type="System.Web.Configuration.ScriptingJsonSerializationSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="Everywhere" /&gt;--&gt; &lt;!--&lt;section name="profileService" type="System.Web.Configuration.ScriptingProfileServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication" /&gt;--&gt; &lt;!--&lt;section name="authenticationService" type="System.Web.Configuration.ScriptingAuthenticationServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication" /&gt;--&gt; &lt;!--&lt;section name="roleService" type="System.Web.Configuration.ScriptingRoleServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication" /&gt;--&gt; &lt;/sectionGroup&gt; &lt;/sectionGroup&gt; &lt;/sectionGroup&gt; &lt;/configSections&gt; </code></pre></li> </ol> <p>(scriptResourceHandler, jsonSerialization, profileService, authenticationService, roleService)</p> <p>How to get this running with debug?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload