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
-1
votes
2 answers

password protect my website with IIS7

i have a website with c# deployed on a windows server 2008 and IIS7 now it is accessible to everyone, but i need to passsword protect it (like with .htaccess) for now i only managed to deny any access to it ! via disabling anonymous…
Armance
  • 111
  • 3
-1
votes
1 answer

custom error page from web.config not being called

i've setup custom errors for all non .NET pages using the IIS error pages module and those work fine. i have added the tag to the web.config file for all the .net application folders. this should handle any error that is encountered when a user…
itrickski
  • 1
  • 1
  • 2
-1
votes
1 answer

gcServer config not taking effect

I'm supporting a ASP.NET v2.0 app installed on a Windows 2003 SP3 Enterprise on a quad core 8G machine running on .NET 2.0 SP1. 1.before enabling the config, ran "tasklist /m mscorwks.dll" Image Name PID Modules w3wp.exe 7888 mscorwks.dll 2.add…
G33kKahuna
  • 289
  • 1
  • 4
  • 10
-1
votes
1 answer

An hour difference in a Microsoft Web Server

All IIS logs on my server appear with and hour difference than what the server clock is set on. In addition if I execute getdate() from my app the result will be again with an hour difference. Any ideas how I can fix this?
Petar
  • 1
  • 1
-2
votes
1 answer

"Brute force attempt" on sending multiple emails

While testing to send multiple emails, I successfully sent about 100 emails (with a 20KB pdf attachment), to the same email-address (my own), and they were all received. But on next attempt, my cPanel account was blocked, due to a "brute force…
bretddog
  • 107
  • 1
-2
votes
2 answers

Can Exchange Tasks be Automated via PowerShell?

I can't seem to find a way to run the various Exchange tasks (Establish E-mail Address, Remove Exchange Attributes, Create Mailbox, etc) from Powershell. It seems unlikely to me that Exchange tasks are not possible to automate; does someone have a…
Myrddin Emrys
  • 638
  • 1
  • 10
  • 24
-2
votes
1 answer

How to downgrade from default .NET Framework on Windows Server 2019?

I have a VM running Windows Server 2019 Standard. The O/S came out of the box with .NET Framework 4.8. I need to run some custom software that, according to the vendor, specifically requires 4.7.2. (I can verify that it's not working now, at least.)…
Don R
  • 143
  • 9
-3
votes
1 answer

Does SVN works like this

I'm not a programmer. In our company, our devs (that work mainly with .NET) used to have Visual Source Safe. With the re-install and update of all the devs computers to Windows 7 64 bit, the question of VSS came up and I noticed it was replaced for…
peppp
  • 81
  • 2
  • 7
-3
votes
2 answers

How can I provide shared hosting on my Windows 2008 r2 box?

I have set up Windows 2008 R2 and added the web server role, IIS and MS SQL Server 2008. How do I provide hosting space and cpu cycles and ram to clients. I would like to provide them with all versions of the .Net Framework, ASP.NET and ASP.NET…
Rachel Richter
  • 457
  • 1
  • 4
  • 4
-4
votes
1 answer

What hardware factors may be considered bottlenecks on a Hyper-V virtual server during load testing?

Our organization is load testing our application using virtual servers via Hyper-V to see what the user load can be using fair equipment on a single box setup. The developer group questioned the validity of the tests given the normal use of the box…
sean
  • 101
  • 1
-5
votes
1 answer

what is difference between Java script and c#?

I have some doubt on that can u please give answer for that ? Java script no need compiler but for c# we need compiler to run.Please give answer for above question ?
1 2 3
30
31