Isapi redirect dll for IIS 10 - isapi

Is isap_redirect.1.2.40.dll compatible with IIS 10?
I am trying to start integrating iis 10 with tomcat 9.0.31 and looking for the right dll to be used?

Related

Uploading ASP.net & Angular application on Tomcat server

I have just finished the local development of my Web API (ASP.net) and the User interface (AngularJs) and I would like to put it in a Tomcat server. I really need help getting this done.
I really have no ideas
Apache Tomcat is for Java-based applications and will not work. If you are on Linux you would use something like nginx or apache. If you are on windows, you would setup your ASP.NET Core site in IIS or as a windows service. If you have the option, I recommend hosting on a cloud provider such as Azure.

How to create windows installer for ReactJS application

I am trying to create a windows installer for a web application. In this web project we are using both front-end (ReactJS) and back-end (Spring BOOT) servers.
Now I am struggling to create a installer for the software distribution:
Can someone please advice me how to do it?
How to approach to start those servers once installed?

Unable to debug web api call from angular JS - IIS (when other then default app pool) - visual studio 2015

When I run web api and angular web applications using Default application pool then i able to debug the web api service.
If change application pool for both the applications to custom app pool as below.
then, debug point is not called in web api.
IIS 8
web api applicaiton: app pool name: apppool1 - integrated - 4.0, (4.5.2 framework)
asp.net web (only angular and html files): app pool name: apppool1 - integrated - 4.0
can any one please help, what is the cause.
solved the issue by re-installing IIS. it able to attach debugger now.

Is it possible that windows form application create app package?

I use rassberry pi 2 with Windows 10 Iot Core.Remote machine of Visual Studio didn't work when I run the my universal windows project with İot Extention(it s say that deploy failed) so I send app package of my project from device portal and it run but I have windows form application and it dont create app package for sending to device portal.
What can I do ? Is it possible that windows form application create app package? or what is any other possible way?
Windows Forms applications are the old or classic applications. Windows 10 iot is compatible with UWP(Universal Windows Applications) apps only.
You can't create an appx for Windows Forms applications, because this kind of package is for UWP apps.
Update: Now you can use Desktop conversion for UWP( Project Centennial)
https://developer.microsoft.com/en-us/windows/bridges/desktop

WPF Browser Application Installing as Non-Admin user + .NET Framework

My app uses .net 4 Client Profile, and needs to be installed on a machine, which doesn't have the net framework and by a non-admin user. Could anyone confirm if it's possible?
You will need to enable your application to be deployed via ClickOnce

Resources