migrate a struts 1 app from weblogic 8 to weblogic 10 - war

I have an Struts 1.1 application which is running on Weblogic 8.1
I want to upgrade this application to weblogic 10.3.0.
Can anyone suggest me a proper way to upgrade the application ?? Any input is welcome on this.

Related

Can .NET 6 (Core) coexist on the same server with .NET 4.8 Framework?

Can .NET 6 coexist on the same server with .NET 4.8 Framework? We have a .NET 3.1 application we want to update to .NET 6 but the same server also runs an application running on .NET Framework 4.8. However we can't update this application at this time. We don't want to install .NET 6 if we are going to blow up the .NET 4.8.
The closest answer I have found is this SO post, but it isn't definitive and .NET 6 is a different animal than .NET 5.
Absolutely, on my production server I am still running the main domain as .NET Framework 4.8, while I have created new subdomains running ASP.NET 6.
So just go ahead (of course you should still test locally, that other things don't interfere.
I should say, that I am running both on IIS.
One thing you should be aware of: If you want to run asp.net 6 in IIS 'inprocess' mode, then you need to create a new app pool for your new site, it can't share it with .Net Framework 4.8. If you can't do that, you must run in 'outofprocess' mode.
https://learn.microsoft.com/en-us/dotnet/standard/choosing-core-framework-server
According to this document, the answer is no.

Asp.Net Version error after deploying to IIS 7

I have developed my Application in asp.net 4.0 and I want to run it on localhost.
So I deployed my project in IIS but after deploying when I went to change Application pool from 2.0 to 4.0 I didn't find version 4.0 in application pool.
So I went to following path to check that Asp.net 4.0 version available or not.
C:\WINDOWS\Microsoft.NET\Framework\
But I didn't find version 4.0, Only version 2.0 Available.
I have done following things to run my application on localhost
Installed Windows 7
Installed IIS (with full features)
Deployed successfully my project to IIS
What I am missing here ?
Please help guys....
I would suggest starting at installing .NET 4.0.
https://www.microsoft.com/en-us/download/details.aspx?id=17851
Let us know if that helps.

can i use windows workflow 4 for an asp.net 3.5 app?

I already have an application built in asp.net 3.5 and now I want to migrate to windows workflow for business logic. I liked wf 4 but the point is can I use it with my asp.net 3.5 app or am I stuck with wf 3.5 ??
You can't use in in the same process but there is nothing preventing you from using a Workflow Service hosted in a .NET 4 AppDomain.

Deploying mvc project to iis 6.0

I am trying to deploy my mvc project on windows server 2003 IIS6.
I have enabled the wildcard mapping
.net framework 3.5 sp1 and mvc 1.0 is installed on the machine
I am still getting 404 when I try to access the site
What other steps should I debug to solve this problem?
Ps: Other non-mvc .net project is running fine on the machine
my problem was not referencing the 64bit version of aspnet_isapi.dll - i am running on win2003 64bit

can i Run KiGG on XP Pro?

I have XP pro edition with .Net 3.5 installed and IIS 5.0 and MVC RC 2
Can i run KiGG on this machine?
Also i have on my hosting server IIS 6 and .Net 3.5 , can it run there or no also?
If no, there is no work around to make it work?
Thanks,
You would need to install an SQL server but yes, you can run KIGG on IIS 5/XP.
ASP.NET MVC is bin-deployable so you should be able to run it on your host also. I think for a shared host you'll need full trust because it uses some reflection in the code, otherwise you'll get exceptions.

Resources