Questions tagged [.net-4.0]
70 questions
3
votes
1 answer
How to determine hardware requirements
I've been asked to spec the server hardware requirements for the application I'm currently developing and I'm not confident in my own abilities to do this correctly. I would ideally like a step by step list of how to do this myself, but reading…

s1mm0t
- 133
- 4
3
votes
1 answer
How do I remotely check for Microsoft .NET Framework 4?
I've been asked to verify that all of the engineering computers in our company have Microsoft .NET Framework 4 installed.
All computers are currently turned on and are on our private network ...but all of the engineers are busy with their very…

jp2code
- 175
- 2
- 13
2
votes
3 answers
ASP.NET MVC Resource not found
I am working on an MVC project in Visual Studio 2010 with .NET Framework 4.0 + MVC2 and everything works if I set the target framework to .NET 4.0. However, my host does not offer .NET 4.0 in order to deploy the site I need to get it working on .NET…
user29711
2
votes
1 answer
Could not load file or assembly 'DotnetAgentHttpModule, Version=3.2.3.232
I have a number of .Net web applications hosted on Windows Server 2008 R2 Standard running IIS 7.5. Loading each application throws the following exception:
Exception information:
Exception type: ConfigurationErrorsException
Exception…

Dave
- 21
- 1
2
votes
0 answers
Scheduled Tasks running twice on windows server 2012 R2
On my production server (Windows server 2012) I have scheduled various tasks. I have enabled Task Scheduler history but its of no use. LastRunResult of each of my tasks shows Last run of the task was terminated by user which means authenticated…

skilledpeas
- 43
- 4
2
votes
1 answer
What should I do if an necessary client application has to run on an older (vulnerable) framework?
A client needs to have .NET Framework 4 installed and not patched so their software running on their Windows 2008 R2 Server functions properly.
This sparks the questions:
When is it okay to house a vulnerable framework if their application is…

Zero
- 315
- 1
- 5
- 21
2
votes
1 answer
Monitoring "Request Wait Time" in PerfMon
A website I'm load testing is adding requests to the iis request queue. I can see the queue size getting bigger using the relevant performance counter:
\ASP.NET\Requests Queued
However I'm trying to see the "Request wait time" and I've added the…

CraftyFella
- 121
- 1
- 4
2
votes
2 answers
Should iis and .net be of the same Architectures when installed?
We currently have a 64bit Windows Server 2003 running an instance of IIS 6 which was configured to run in 32bit mode. If we install the .NET framework 4.0, should the framework be installed as 32bit or as 64bit?
Note, this is a production web…

Chris
- 800
- 1
- 7
- 10
2
votes
2 answers
Reliability Update 2 for the .NET Framework 4, is Reliability Update 1 installation needed?
Does the "Reliability Update 2 for the .NET Framework 4" (from KB2600217) include the changes from Reliability Update 1 for the .NET Framework 4 (KB2533523)? I.e. do I need to install both, or just the latest one?
For example, on a Windows Server…

Andre Lombard
- 23
- 2
2
votes
2 answers
Server Application Unavailable after upgrade to .NET 4.0 and MVC 3. AppPool Recycle fixes it
Ever since we've installed .NET 4.0 and ASP.NET MVC 3 on our IIS servers and we deploy our websites we get an "Server Application Unavailable".
There are no logs in the eventlog regarding the problem.
We think it is related to the installation of…

Peter
- 161
- 2
- 10
2
votes
0 answers
Vanilla .Net 4.0 website cannot identify some AppleWebKit based browsers
We are seeing some Safari browsers failing to cross-authenticate our website after we upgrade to .net 4.0 from .net 3.5.
After much investigation, it turns out to be a problem with ASP.Net identifying the Safari browsers properly. ASP.Net…

Chad
- 21
- 1
2
votes
1 answer
Can no longer perform admin tasks on windows server 2008 (not r2)
Has anyone seen an issue with deploying a .net 4.0 website to a server 2008 machine when the app pool for the site is set at 2.0? Our build server pushed the new 4.0 site to the old site where the app pool was set at 2.0 on two servers. We can no…

beckelmw
- 143
- 4
2
votes
3 answers
'Server Application Unavailable' in IIS7 after switching to .net 4.0
We recently upgraded to .Net 4.0 and wrote a custom deployment script for our application that uses the Microsoft.Web.Administration library to do things like create websites and setup app pools. We started testing the code on developer boxes and it…

Gareth Farrington
- 123
- 1
- 4
2
votes
2 answers
Problem installing .NET Framework on Windows Server 2008
I install .NET Framework and it shows the message saying that was all right, but when I try to run a web site the uses .NET 4, it doesn't run, because IIS doesn't find the .dlls.
Even if I search for them at windows explorer, I can't find.
Does…
Andre Nascentes
1
vote
0 answers
Host asp.net framework application in asp.net core web site
I have two applications, one built using asp.net core and one using asp.net framework. I am hosting both within IIS. One runs under an app pool setup as managed and one as unmanaged, as shown here:
As asp.net core application need to be setup as…

Rob McCabe
- 111
- 3