I´m working with web servicesrest, I now that exist web api 2 but the question is,
Is it possible to install WEB API II on a Windows Server 2012 64BITs, with framework 4.5, ISS v.8?
Yes, ASP.NET Web API 2 is supported on IIS 8.
Related
How to call .net core web api to geotab server?
How to call .net core Web API to create api to connect with geotab server? I tried and spent more time but not found any solution ...
I have created an ASPNetCore3.1 web application using entityframeworkcore5.0.4. I opened an account with GoDaddy and they are now saying they only support version 2.0 which I believe is unsupported.
Any advice on what I need to host this version of asp.netcore3.1?
Many thanks,
I have 2 applications:
NetCore 2.2 web-application
.Net Framework 4 web-application (owin, nancy-framework). For some reasons I cant upgrade target net framework version in this
application.
There is a requirement to provide two-way connection. In other words, I want to send commands from 1st app to 2nd app.
More about the situation:
With current network organization I can make request from 2-app to 1-app, it works successfully.
But I can't make request from 1-app to 2-app (host of 2nd app is not pingable from 1st app). I was hoping to solve the problem with SignalR library, but it has platform-depend limitations (signalR Core client library in old applications, Microsoft.AspNetCore.SignalR.Client package).
How can i solve this problem? Maybe I have some alternatives?
I am novice to MVC4. I was using .net framework 3.5 for my web-application and was hosted on IIS 7. Recently we have decided to move on MVC. We have converted our web-application to MVC and on ASP.NET development server it is working fine. Then we deployed it on IIS 7 but not working.
Do we need to install .NET Framework or something to that machine / sever?
YOu are missing ASP.NET MVC libriaries. You have two options:
Install ASP.NET MVC on your server
Deploy required binaries with your application (see more on Scott Hanselman blog)
I need to run some MVC 3 app on Linux running server, and it seems the only option is Mono? the site only talks about the web services but I wish to know running the whole mvc 3 app is also possible? thanks
It depends what you mean by the "whole mvc 3 app". The ASP.Net MVC3 stack has been implemented in Mono but check here and here for further details.