Questions tagged [.net-4.0]

70 questions
11
votes
1 answer

Is the serviceAutoStartProvider attribute required to auto-start an ASP.NET application?

I've been reading Scott Guthrie's post on Auto-Start ASP.NET Applications, which provides examples on how to setup an ASP.NET 4.0 application to auto-start.
ahsteele
  • 375
  • 1
  • 6
  • 14
11
votes
4 answers

Asp.net 4.0 Handler Mappings Missing in IIS7

I have two Windows 2008 R2 Servers running an asp.net 4.0 app. The server that is having problems actually loads asp.net pages just fine, but if there are any ajax calls they don't work. I noticed there are no .net 4.0 specific Handler Mappings in…
Marc
  • 405
  • 2
  • 5
  • 11
7
votes
3 answers

how do I configure IIS to post logs to sql server?

how do I configure IIS to post logs to sql server? How want to save ANY log to my site. the site has a lot of views and the data can be big in a very small time. In addition, I want to show analytics of the use, in real time, and for all the…
stacker
  • 841
  • 3
  • 10
  • 15
6
votes
5 answers

404 when page exists - IIS 5, ASP.NET 4.0

I have a webserver running Server 2003 Datacenter and IIS 5 which is hosting a variety of ASP.NET 2.0 websites. I'm attempting to add an ASP.NET 4.0 website which I wrote via the VS2010 Beta, and I have .NET 4.0 Beta 1 installed on the server. The…
tsilb
  • 608
  • 2
  • 10
  • 15
5
votes
1 answer

How do you install Crystal Reports for .net 4.0 on a server?

We made a project with Visual Studio 2010 and .NET 4.0 using Crystal Reports. But if we publish it on the server, it won't work. I remember that with Visual Studio 2008 you just downloaded an installer for the server, but I can't seem to find one…
sergiogx
  • 335
  • 3
  • 15
4
votes
1 answer

Random connection failures between IIS8 and MSSQL 2012 in RackSpace Cloud

Background For years I hosted all of my server functionality, including IIS, Apache, MySql, and MSSQL on a single server instance, yikes! As my client base grew this led to persistent SQL Timeouts when the server got busy. Over the past year I've…
Ty H.
  • 178
  • 1
  • 8
4
votes
1 answer

Windows Server 2008 R2 SP1 using WSUS does not apply patch

server based on Windows Server 2008 R2 Service pack 1 (x64) with installed .NET Framework 4.0 does not apply patch KB2416472 which is approved in WSUS. Looking at the report in WSUS for this server I see the following entry for this patch: Security…
blank3
  • 2,237
  • 1
  • 16
  • 14
4
votes
4 answers

Importing NTFSSecurity module from UNC path fails

I've created a central repository for Powershell modules, but I'm having trouble loading one in particular. The NTFSSecurity module is failing to import with the following message. PS Z:\> Import-Module NTFSSecurity Add-Type : Could not load file…
pk.
  • 6,451
  • 2
  • 42
  • 63
4
votes
5 answers

IIS7Register failed with HRESULT 800700b7: 'Cannot create a file when that file already exists.'

I am trying to re-install ASP.NET on IIS7 running in Win7/64, which magically stopped working all of as sudden. When I run aspnet_regiis -i, I get an error message that says Finished installing ASP.NET (4.0.30319). Setup has detected some errors…
Optimax
  • 151
  • 1
  • 1
  • 5
4
votes
1 answer

Why is 32-bit-mode required in IIS7.5 for my app?

I have a .net4 web application running in a 64 bits 2008 server. I can only get it to run when I set the app pool to Enable 32-bits application to true. All dlls are compiled for .net4 (verified with corflags.exe). How can I figure out why Enable…
Jonas Lincoln
  • 143
  • 1
  • 6
4
votes
2 answers

Is there a .NET 4.0 offline install?

I'm trying to install .NET 4.0 on some VMs using dotNetFx40_Full_setup.exe and am getting error 0x800C0005. The issue likely involves the firewall/proxy/security configuration. Rather than dealing with that, does Microsoft have an offline install…
TrueWill
  • 119
  • 1
  • 1
  • 10
3
votes
1 answer

"aspnet_regiis -pa" doesn't work

I use Protected Configuration to store sensitive data encrypted in the Web.config file of our asp.net application. I have followed the steps in Walkthrough: Creating and Exporting an RSA Key Container to generate and export a private key. I have…
3
votes
4 answers

Upgrading my debian server to Wheezy just to install mono

I'm looking to use mod-mono-server4 so that I can run .NET 4.0 apps on mono. I'm currently running a debian server with squeeze with this mono version: $ mono --version Mono JIT compiler version 2.6.7 (Debian 2.6.7-5) Which does not include…
ingh.am
  • 273
  • 3
  • 15
3
votes
2 answers

Options for real-time web notifications and updates using Comet/XMPP vs WebSocket technologies on a Microsoft stack?

I am scoping out the architectural options for a project that will render live updates (like Facebook) of user activities - logins, photos, etc. Two main UI components of this are an auto-updating scrolling area where new notifications will be…
ElHaix
  • 269
  • 3
  • 13
3
votes
3 answers

Why is IIS loading a different .NET runtime version than application pool is set to?

A website in IIS is set to use an Application Pool that is set to use .NET Framework Version 4.0. This website fails to load DLLs compiled with for 4.0. Pages on this website outputting the framework version (System.Environment.Version) report 2.0…
burkemw3
  • 133
  • 1
  • 4
1
2 3 4 5