How to run a 4.6 .net framework application on iss. ISS just keeps loading - .net-framework-version

I've made a .net framework 4.6 application and want to run this on a server with windows server 2016.
I did add it to the iss server with the following settings:
But when i browse the website it just keeps loading giving nothing(also no errors).

Related

How to install dotNET 7 RC2 in App Service

I have a web site built using .NET 7 RC2, but when trying to deploy it to Azure AppServices, it fails with HTTP error 500.31. When running dotnet --info on my AppService, I get the following list of SDK(s) which do not include RC2.
I need a feature that available on ASP.NET 7. Is there a way to install the version I need?
I have created .NET Core 7 App and deployed to Azure App Service. Even I got the same error.
In Azure Portal => App Service => Configuration => General Settings, .NET Version is shown as .NET 6(LTS)
This is because .NET 7 is still in preview version. So by default, it is taken as .NET 6.
Even after updating the Version to .NET 7 (Preview), In KUDU Console I can see the version as .NET 7 RC1.
How to install dotNET 7 RC2 in App Service
In Azure App service, we have 2 ways to install versions.
Way1 :
In KUDU Console => Site extensions => Gallery
type .NET Core 7 in search box , you will find an option to install extensions.
Click on the + sign to install the required extension.
Path to SCM - https://YourAppName.scm.azurewebsites.net/
Way2:
Navigate to Azure Portal => Your App Service => Under Developer Tools Click on Extensions => Add
Search for asp.net core , you will find runtime versions related to .NET 7 RC2
Select the required extension and click on Accept legal terms and click on OK
After adding the extensions in Azure App Service, In VS i have tried to Publish again, I got the below Warning
It clearly says that,In Azure App Service there is no support for .NET 7 RC2 as of now.
Under Settings => Change the Deployment Mode to Self-contained,Save and Publish the App.
Now Iam able to access the App without any issues.

How to run mvc application on mac os

I have a ASP.net mvc application and run it on windows without any error but when I copy this application and run it on mac os with visual studio for mac, I get error 500 in web server.
There isn't any error at build time and the error raise on run time.
My application works with framework 4.6.

Framework 4.0 not registered on web server

When i tried create project on MVC3, it gives me an error that framework 4.0 is not registered with Windows server..
When i tried to install framework 4.0 it showed that i already have it..
When i search for solution on Microsoft website its says you don't need 4.0 as 4.5 will cover it..
-I check windows feature ON/OFF there it shows i have framework 4.6 which is active
- I check Program & feature there it shows .net framework 4.5 multi targeting pack installed..
- i registered all features of 4.5 using dism successfully..
- i tried command prompt method but its not supporting on Windows 10..
I still getting that error please guide me..!
Run this command from commend prompt C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe -h to register framework 4.0 in IIS(websserver)

BlackBerry 6 and 7 application development failure

I have successfully setup all the IBM mobile first environment. I then created a mobile app named "BB6APP" with the BlackBerry 6/7 environment.
When trying to run the application build in Studio, I get the following error:
Failed to deploy application 'BB6APP' to MobileFirst Server:
FWLSE3051E: Invalid payload. See additional messages for details.
image of error
Using IBM MobileFirst Platform Studio 7.0.0.00-20151001-1558 I am unable to confirm this. I successfully created a new project, add an application and to the application added the BlackBerry 6/7 environment.
Note that this environment is deprecated - meaning that most likely in the next MobileFirst Platform Foundation release it will be removed.
Try to start over in a new Eclipse workspace
Try to delete the wlBuildResources folder from your TMP directory
Make sure the location you have your Eclipse workspace has full permissions for your user.

ICEMobile : Packaging ICEMobile error in Blackberry

I got this error when run ICEMobile demo on Blackberry :
An internal error occurred during: "Packaging ICEmobileContainer".
org.osgi.framework.Version.compareTo(Lorg/osgi/framework/Version;)
Are you trying to deploy IceMobile directly onto a BlackBerry device? It's meant to run on a web server, not directly on the device. BlackBerry devices use Java-ME, so you will get some verification errors if you try to deploy Java-SE code.
ICEmobile is an open source project for the development of web-based, Enterprise Java applications for mobile devices. Core mobile features are packaged in technology-specific bundles to enable mobile rich Internet application development across a wide spectrum of Enterprise Java technologies.

Resources