I have a question regarding IIS (version 7.5) and ASP.NET (.NET Framework 4) . I am trying to debug an ASP.NET web application that is stored in IIS. Now, I have done this in the past, and every time it worked perfectly.
But now, when I try to do the same thing, ** Visual Studio 2010 ** always gives me an error, ** "Cannot start debugging on the web server. The iis workflow for the running URL is not currently running." .. ** even the application that I created in the past (and was stored in IIS) cannot be debugged using Visual Studio. But all applications (new and old) can be accessed if I type their path in the browser and they work fine.
I searched the Internet about my problem and I found a lot of posts, but almost every post talks about activating ** Windows Authentication ** in IIS for the application in question. But I use the Windows 7 Home Premium and IIS that comes with this version does not support the option for Windows authentication. Also, if this is the only reason why my old applications still worked without this authentication method? I found MSDN help about this error , but it is not very useful for me. I also checked the APPLICATION POOL selection in IIS and my application (both use V.4.XX.XXX) ... I also checked ** BINDING **, which is *: 80 on the default website, which means all requests port 80 will be redirected to the default site (where all my applications are located)
As an additional note, I have installed SharePoint Server 2010. Which has its own site (which I disabled during debugging) ...
I think something has changed in my IIS configuration, but I cannot figure out what it is. And I'm sure it has something to do with installing SharePoint (maybe due to multiple websites in IIS for the same port?). Because I use IIS for the first time after installing SharePoint, and I have this error.
I will really appreciate if anyone answers ...
Thanks Jack
source
share