AccelSee requires IIS that has been configured for ASP.NET MVC, these additional steps are required if you using Windows 2003 & Windows 2003 R2. These additional steps will map wildcard (all file extensions) to ASP.NET handler.
- Go to Start – Settings – Control Panel
- Open Administrative Tools
- Open Internet Information Services
- Expand Web sites node
- Right click on Default Web Site
- Open Home Directory Tab
- Click Configuration

- Click insert C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll as executable, uncheck Verify that files exists.

- Click OK

- Restart your IIS.

Add Comment