Questions tagged [.net-4.0]

70 questions
0
votes
2 answers

Auto start timers when app pool starts in GoDaddy shared hosting ASP.NET 4.0

I have a GoDaddy Shared Hosting plan and I have several ASP.NET 4.0 websites. I have some cronjob-like functionality for performing a web-related task every 5 minutes. I've put the initialization logic with timers into my Global.asax…
0
votes
2 answers

Deploy .NET 4 Full to XP via GPO or WSUS

I am trying to deploy the full version of .NET 4.0 to client workstations running Windows XP. I have tried creating an MSI from the .exe using various free tools and assigning the install through a GPO, but this has not been successful. My MSI's…
hqrsie
  • 101
  • 2
0
votes
1 answer

How to upgrade from .net 4.0 to .net 4.5 on VPS hosting?

I purchased a Windows VPS Hosting with Hyper-V and Windows 2008 R2 x64 Standard Edition, and I have installed WebsitePanel, asp.net 2.0, 3.5, 4.0 on it. It worked well. Now I hope my VPS hosting support .net 4.5, how to upgrade? what files do I need…
user828896
  • 167
  • 1
  • 2
  • 10
0
votes
2 answers

HTTPS Binding exist but fail on reboot. IIS7 dot net 4.0 framework specific

ENVIRONMENT Windows Server 2008 Standard IIS7 Site1 = asp.net, .net framework 3.5 (2.0) https, IP1 , API, standard ssl certificate Site2 = asp.net, .net framework 4.0, https, IP2, API, wildcard ssl certificate Site3 = asp.net, .net framework 4.0,…
scott_lotus
  • 1,079
  • 3
  • 17
  • 29
0
votes
2 answers

IIS 7.5 One Application Pool works, a second one doesn't work

I have a website (Alpha) running successfully on an IIS 7.5 webserver running on Windows Server 2008 R2. I basically want to clone Alpha and have a second website Beta, the same as Alpha, but will have somewhat different code. I've created the…
Knox
  • 2,463
  • 2
  • 26
  • 34
0
votes
1 answer

W3wp.exe process may crash intermittently when an application handles requests for extensionless URLs in IIS 7.0 or in IIS 7.5

http://support.microsoft.com/kb/2522807 I just wanted to know if anyone else has run this patch and have found any issue with it reducing the amount of IIS connection it is accepting. Now it could be our LB that is causing this and we are checking…
enterzero
  • 453
  • 6
  • 15
0
votes
2 answers

Windows Server 2008 does not recognize .NET 4.0

I installed the .NET Framework 4.0 in my Windows Server 2008. I also created and deployed applications that use MVC3 in the server using VS2010 and they work without any problem. Now I need to install the WCF LOB in the server in order to install…
CiccioMiami
  • 209
  • 1
  • 3
  • 14
0
votes
1 answer

IIS & .net framework 3.5 + 4 side by side => causes Server Application Unavailable error

i really confused about this issue ... i have some web apps that are using difference .net framework 3.5 + 4 i configured them in iss by setting their asp.net ver... it seems my configuration in dns and iis are ok - but Server Application…
SilverLight
  • 290
  • 3
  • 11
  • 22
0
votes
1 answer

Default Document doesn't work in IIS 6 with .NET 4

I just upgraded the .NET Framework from 3.5 to 4.0 on Windows 2003 x64. IIS is configured to run in 32 bit mode. When I run aspnet_regiis -lv I get the Framework64 and Framework of 4.0.30319.0 and the Framework of 2.0.50727.0 listed. I have a web…
Anthony
  • 113
  • 1
  • 10
0
votes
2 answers

I cannot connect from .net 4.0 to sql server 2000

I'm running a winform application from visual studio 2010 .net 4.0 that needs to connect to sql server 2000. The problem is I constantly get: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The…
carraua
  • 105
  • 1
  • 1
  • 5
0
votes
1 answer

Changing setting in applicationHost.config to Allow has no effect on 500.19 error

I have a web site using .NET 4 and ASP.NET MVC3 running in IIS 7.5. I get the following error: This configuration section cannot be used at this path. This happens when the section is locked at a parent level. Locking is either by default…
Mathachew
  • 141
  • 1
  • 6
0
votes
1 answer

What is the deal with my AppPools in IIS7 after installing .NET 4.0?

I am having issues with installing ASP.NET 4.0 on other servers. Everytime I install it, it seems that IIS has different app pools setup for 4.0. They are never the same. Sometimes I get ASP.NET 4.0 + ASP.NET 4.0 Classic + ASP.NET 4.0…
Josh Stodola
  • 289
  • 1
  • 4
  • 14
0
votes
1 answer

IIS7/.NET Memory Leaking - Is Worker Process Recycling The Only Long Term Fix?

I have a problem with a .NET 4 application leaking memory. It's not a "forgot to clean it up" leak in the normal sense, they are doing compiles that create a bunch of .NET assemblies in memory and they tell me there's no way to clear them out…
Ernest Mueller
  • 1,199
  • 2
  • 12
  • 25
0
votes
2 answers

Recommend a good .NET 4.0/SQL Server 2008 web host (shared platform)

I posted this on StackOverflow which was obviously not the right place so I'm cross posting this here too, hopefully that's OK! Sorry! Hi all, This is my first question so play nice!!! I've done a search and could only find similar questions…
Marc
  • 101
  • 1
0
votes
2 answers

Edit .NET 4.0 Machine Key settings at a computer wide level in IIS 7.0

I'm writing an implementation plan involving changing ASP.NET machine key settings for .NET 4.0 on servers that are running IIS 7.0. I'd prefer to have the setting changed via IIS Manager. On my local machine, running IIS 7.5 this is easy. Go into…
SamStephens
  • 271
  • 1
  • 3
  • 7