Hai guys,
Any one knows what are the server requirements to host an asp.net mvc application....
From MSDN:
Operating Systems: Windows Server 2003; Windows Server 2008; Windows Vista; Windows XP
.NET version: .NET Framework SP1
Related
I am trying to learn asp.net and my operating system is Linux. So I decided to install mono develop and on creating my application, I could deploy that asp.netmvc application on iis server. I know that in visual studio we go to property->web->select iis server.
Is there any way to select iis server in mono develop.
I'm deploying an Asp.Net Core service hosted by Kestrel in a Linux container. I was hoping to take advantage of the App Insights SDK agent monitoring for calls to dependencies, as per https://learn.microsoft.com/en-us/azure/application-insights/app-insights-asp-net-dependencies.
There are instructions for IIS and Azure...but I can't find any way to do this in a Linux container. Has anyone gotten this working? Am I just out of luck?
The status monitor/extension agent is a set of IIS configuration things and plugin into the .net profiler.
i don't think that's supported by .net core yet, so it won't work on docker + linux.
from the system requirements section on the page you linked:
System Requirements
OS support for Application Insights Status Monitor on Server:
Windows Server 2008
Windows Server 2008 R2
Windows Server 2012
Windows server 2012 R2
Windows Server 2016
with latest SP and .NET Framework 4.5
On the client side: Windows 7, 8, 8.1 and 10, again with .NET Framework 4.5
IIS support is: IIS 7, 7.5, 8, 8.5 (IIS is required)
I have created an MVC4 web application using visual studio. I published/hosted that website in IIS. It works fine in IIS. I want to run this same web site in RedHat. How can I do that?
Please refer to the Mono article on running ASP.NET and ASP.NET MVC on Mono on Linux.
Not sure why I haven't been able to find this yet. When I Google for this, for the official release notes I get this: http://www.asp.net/whitepapers/mvc4-release-notes#_Toc303253805 which says:
The ASP.NET MVC 4 components for Visual Studio require PowerShell 2.0
and either Visual Studio 2010 with Service Pack 1 or Visual Web
Developer Express 2010 with Service Pack 1.
The ASP.NET MVC 4 Beta site lists the server system requirements. I think I can assume that these are still what's required, but it would be nice to get the list from the official release:
http://www.microsoft.com/en-us/download/details.aspx?id=28942
System requirements Supported operating systems: Windows 7, Windows
Server 2003 R2 (32-Bit x86), Windows Server 2003 R2 x64 editions,
Windows Server 2003 Service Pack 2, Windows Server 2008, Windows
Server 2008 R2, Windows Vista Service Pack 2, Windows XP Service Pack
3
Additional Requirements: PowerShell 2.0, .NET 4, ASP.NET 4, and Visual
Studio 2010 SP1 or Visual Web Developer 2010 SP1 are required to use
this feature.
I suppose I am just being stubborn about this, but any help would be appreciated.
I don't know of any official source for the server requirements of the release version. Looks like they left that out of the release notes.
I want to host WCF-services and an ASP.NET MVC4 site with IIS on Windows Server 2008 R2.
Which server roles do I have to install to make this work?
edit:
I have installed the roles.
I have internet-connection on my virtual machine.
I can ping from vm to pc.
I can not ping from pc to vm... How can I fix this?
The roles are not completely updated for these new technologies.
Look at this for WCF
http://msdn.microsoft.com/en-us/library/ms751527.aspx
and this For MVC
http://www.asp.net/mvc/tutorials/older-versions/deployment/using-asp-net-mvc-with-different-versions-of-iis-cs
Will take a little bit more of a manual installation.