Search Results

3
votes

How to make the process of debugging ASP.NET Sharepoint applications less time consuming?

If you are using the GAC, you can at least do iisapp.vbs /a "App Pool Name" /r instead of iisreset (it's quicker to recycle a single app pool than to restart IIS) …