multi-step availability step not running in Application Insights - azure-application-insights

I have a multi-step availability test in application insights which is using custom WebTestRequest Plugin. The test doesnt seem to be running in application insights, do I need to do anything different when using custom WebTestRequest Plugin.
Please advise.
Thanks,

Custom plugins are not supported by AI. Only the out-of-the box plugins shipped with Visual Studio 2003 and up are supported.

Related

Integration of web app using webGL, into company's CRM

I want to develop a web application using webGL library. But, to make it run on Internet Explorer, we need IEWebGL plugin.
That's Ok. But, the main issue is that I want to integrate this application into a Company's CRM system. For that, the plugin usage would be a problem.
So, how to integrate that app into the CRM ? Please suggest some solution .
Thanks

Integrating N2CMS with existing ASP.Net Website

We need to select a CMS for our company's website which will allow the designers to make changes to the pages, add pages, view and publish them.
We r using Visual Studio 2010 for web development and includes Global.asax, Masterpages, User-/Custom-Controls, Security (FormsAuthentication, custom Membership-/RoleProvider). W ehave SQL server 2008 for the DB.
I have looked into various CMS like Sitefinity,N2CMS, Umbraco, DotNetnuke. We kinda liked playing with the demo of N2CMS. We don't want to start developing the site from scratch. We want to integrate some CMS into our application for the designers to use. However, I can't find any helpful documentation regarding the integration. Everyone starts talking building from sctrach. The documentation for N2CMS seems so outdated.
If anyone can guide me how to set a CMS into exsiting application, I will really appreciate it.
Thanks

Developing MS Outlook Plugin using .NET

I am currently building 3-tired ASP.NET 3.5 Web application which has workflows built in for manager approvals. Currently there is a dashboard on the homepage of the website where all the pending approvals are displayed in a webpart. I want to build a plugin for MS Outlook so that whenever there is a new request for approval I want that request to show up in MS outlook. Where do I start with this? Do I have to expose my business logic layer through webservices? Can anyone please point me towards some useful material or books?
It's been a while, but I can give you a quick heads up.
Have built a single add-on to Outlook 2007. between 2003 and 2007 you develop the add-ons differently. Since the introduction of the Ribbon 2007.
I used WCF to setup Web Services (a simple API) within my web application. Then, connected to that API from an Outlook application. If I remember correctly, there is a template in visual studio to use for building Office Add-ins.
I just did some google searching and this was nearly 2 years ago. there was very limited info then. Now there should be more.
Hope that helps.
I've done some VBA (Visual Basic for Applications) code in the past, but I think you should check out this video on the Microsoft site.

CMS for .Net web applications

i am working on a web application that now requires a CMS.
Could you suggest me a product that grant integration with my existing application.
The latter is implemented using .Net framework 3.5 Linq to sql and SQL Server 2008
I may consider even not open source product (affordable price)
i want to create a Master page and allow the application's users to modify the content.
Ideally give them the ability to add controls such as image sliders (but this is not the main scope)
Main objective is the ability to modify the content usually text. Bu more is always better........
Thanks
http://n2cms.com/ is very powerful cms that can be integrated with your application.
http://www.dotnetnuke.com/ is a good open source choice.
Graffiti is now Open Source. I'm not sure how it integrates with an existing application.
SharePoint is the obvious answer, considering it's an ASP.NET application itself. It's free with Windows Server 2003 or 2008.
Umbraco is fantastic and free. Allowing you to integrate many plugins. If you are a developer you will probably fall in live as it offers a lot of integration.
DotNetNuke has a great (if not long winded) video intro and online demo so you can see how it works.

Asp.net Website load test

I watched old videos that suggest to test the asp.net website load using
Microsoft Web Application Stress Tool.
But there is a broken link to get the download.
Can any body suggest me a tool to test website performance?
WAST has been withdrawn in favour of Visual Studio Team System Test Edition or the Capacity Analysis tool in the IIS Resource Kit.
The IIS Resource Kit is available at:
http://www.microsoft.com/downloads/details.aspx?FamilyID=56fc92ee-a71a-4c73-b628-ade629c89499&DisplayLang=en
The WAST tool can still be downloaded from http://www.chizl.com/downloads/web_stress_tool_setup.exe but I don't know how long for.
Here is a video on it: http://www.asp.net/Learn/vsts-videos/video-157.aspx
http://fwptt.sourceforge.net - generates C# code on the fly which you can also customize - does not have out of the box support for non windows forms authentication

Resources