Questions tagged [.net]

The .NET Framework is a software framework for Microsoft Windows operating systems. It includes a large library, and it supports several programming languages which allows language interoperability

Please note that the .NET Framework is not specific to any one programming language. The C#, VB.NET, C++/CLI and F# programming languages from Microsoft, and many other languages from other vendors, all use the same .NET Framework.

461 questions
6
votes
0 answers

Access to message queuing system is denied MSMQ?

My problem is a little confusing. I have 2 servers (Windows Server 2008 R2) with MSMQ installed and I want to use Server B to consume a MessageQueue on Server A. When I try to Receive it always throws a message error: "Access to message queuing…
6
votes
3 answers

What is Causing this IIS 7 Web Service Sporadic Connectivity Error?

On sporadic occasions we receive the following error when attempting to call an .asmx web service from a .Net client application: "The underlying connection was closed: A connection that was expected to be kept alive was closed by the server. …
user11764
6
votes
3 answers

GZip Compression On IIS 7.5 is not working

I am trying to support GZip compression for my static files under IIS (which should be enabled by default but not) but not working so far. Here is the the section under node inside the web.config file of the web…
tugberk
  • 907
  • 4
  • 13
  • 29
6
votes
13 answers

.NET 3.5 SP1 Installer hang at around 80%

I was trying to install .NET 3.5 SP1 to one of our production machines with Windows 2003 SP2. However, the installer just hang at around 80% with message "Setup is loading installation components, This may take a minute or two". In fact it's been…
Oscar Kuo
  • 243
  • 3
  • 7
6
votes
1 answer

Installing mod_mono on Ubuntu: handler doesn't seem to get registered

I'm trying to install mod_mono on Apache 2 (Prefork MPM). I'm using Ubuntu Karmic, and just want an auto-hosting setup (so that any .aspx files are executed, similar to how PHP is normally setup). I did the following to install Mono: $ apt-get…
Trevor Johns
  • 191
  • 5
5
votes
2 answers

Are there any best practice guides for IIS and .net applications?

I'm working with a company whose infrastructure team could use some guidance for deploying a .Net application. I've seen some incredible guides for programming best practices with .net. Are there any similar guides or resources for configuring IIS…
tsimon
  • 163
  • 1
  • 3
5
votes
1 answer

Can't install Active Directory Management Gateway Service on Windows Server 2003 DC because hotfix 969166 is missing

I need to install the Active Directory Management Gateway Service on two Windows Server 2003 domain controllers, in order to be able to use the Active Directory PowerShell module on other computers in the environment; this is required as a…
Massimo
  • 68,714
  • 56
  • 196
  • 319
5
votes
2 answers

How to query the task manager

I know the tasklist command in Windows will give a list of task names and their PID. There is another command WMIC path win32_process get Commandline which does give more detailed information, but its output is much messier and sometimes…
E.S.
  • 155
  • 1
  • 5
5
votes
1 answer

Can you obtain a list of users via ADFS?

I need to implement a company website that would be accessed from the outside of the company. It is required that the users are able to login with the same credentials as they access the company network (Active Directory). I initially thought of…
d0001
  • 319
  • 1
  • 3
  • 7
5
votes
3 answers

ASP.NET MVC shared web hosting recommendations? (Alternatively, good Windows VPS providers?)

I am looking to deploy a small, low traffic website I've built using ASP.NET MVC that just allows it's users to fill out a form and upload a file (.doc, .docx, .pdf, .txt). The administration side of the site just allows people to create different…
Rob Burke
  • 215
  • 1
  • 6
  • 11
5
votes
1 answer

Add Machine Key to machine.config in Load Balancing environment to multiple versions of .net framework

I have two web servers behind a F5 load balancer. Each web server has identical applications to the other. There was no issue until the config of the load balancer changed from source address persistence to least connections. Now in some…
medina
  • 135
  • 1
  • 3
  • 11
5
votes
10 answers

Install .NET 3.5 SP1 on Windows 7 RC

While attempting to install .NET 3.5 SP1 on a fresh install of Windows 7 RC, nothing happens. The machine gives a UAC prompt. When selecting Yes, nothing happens. Using the full redistributable package gives the same result: nothing. Is there a…
James Alexander
  • 292
  • 2
  • 3
  • 9
5
votes
2 answers

Running .NET app from network share in Win 7?

We have a .NET 1.1 application that we keep on a netowork share. We install the .NET Framerwork to the local PCs and also set the full trust via the following: %windir%\Microsoft.NET\Framework\v1.1.4322\caspol -pp off -cg LocalIntranet_Zone…
schooner2000
  • 201
  • 3
  • 5
4
votes
2 answers

.NET Framework 4.7.2 stuck on installation and roll back on Windows Server 2016

When trying to install the .NET Framework version 4.7.2, it gets stuck on the installation and freezes here: I waited for over an hour for the .NET Framework to install, and it stayed at the same spot. I attempted to cancel the installation, and…
4
votes
0 answers

.NET application fails after Windows Update KB4457034

Just installed the following Windows Update: Security and Quality Rollup for .NET Framework 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, and 4.7.2 for Windows 8.1, RT 8.1 and Server 2012 R2 (KB 4457034) as part of the bigger KB4457920 update. However, after…
Diego Jancic
  • 175
  • 2
  • 11
1 2
3
30 31