Questions tagged [asp.net]

Web application framework developed by Microsoft

ASP.NET is a web application framework developed by Microsoft that allows web developers to create dynamic web sites and applications.

First released in January 2002 it is the successor to Microsoft's Active Server Pages (ASP) technology.

ASP.NET is built on the Common Language Runtime (CLR), allowing programmers to write ASP.NET code using any supported .NET language such as C# or VB.NET.

1234 questions
2
votes
4 answers

Building a ASP.NET & SQL Server Machine(s); need some help

I currently have an asp.net web application running on an xp machine w/ iis 5.1 and sql server 2005 on our network. This application processes large excel files (50MB+), handles 100's of 1000's of records of product information, and manipulates…
Derek
2
votes
2 answers

Live site is down. Too much traffic. Where do I start. (Win 2003 + ASP.NET + Memcached + SQL Server 2005)

Our traffic has gone up significantly, but our site works fine for most of the day, but during our peak hours, our site has been crippled. Requests are being queued in the hundreds and then everything goes back to normal once our peak period is…
Aaron
2
votes
1 answer

How to turn off a username and password prompt on an ASP web site hosted in IIS 6

Software developer here with very little networking experience looking for info on settings in IIS for hosting ASP.NET web apps... We're self-hosting a website via an onsite web server (running Windows Server 2003) with IIS 6.0. Anytime someone…
Kyle
  • 21
  • 3
2
votes
1 answer

ASP Redirect Base URL Being Rewritten by IIS

I am attempting to debug, what I think is, an IIS rewrite issue. I am hosting multiple sites on a single IIS server which is acting as a proxy to Kestrel hosts behind the scenes. That is all working correctly and I haven't been having any issues…
JasCav
  • 233
  • 1
  • 12
2
votes
3 answers

Why do I keep getting Microsoft-Kernel-Power error and my 2012 R2 DataCenter is randomly restarting with this error

Microsoft-Kernel-Power error ID=41 on Windows Server 2012 R2 Data Center. My server went down twice yesterday due to this error happening, causing the server to restart on its own. This is an Azure VM. I checked the Device Manager and found nothing…
2
votes
1 answer

Increase RAM usage for IIS server

I am running a large scale ERP system on the following server configuration. The application is developed using AngularJS and ASP.NET 4.5 Dell PowerEdge R730 (Quad Core 2.7 Ghz, 32 GB RAM, 5 x 500 GB Hard disk, RAID5 configured) Software: Host OS is…
Shuaib
  • 121
  • 3
2
votes
4 answers

Can a .net application that is compiled in 32 bit environment use the extra RAM capability when running on Windows 2003 64 bit server running IIS

I am not sure if I was able to explain the question properly. But basically I am using a windows xp box 32 bit to deploy asp.net app to 64 bit windows server. The IIS server I am guessing is 64 bit process. Can the asp.net app use all the memory…
CodeToGlory
  • 199
  • 3
2
votes
1 answer

Assign to ASP.NET identity to AD group for accessing remote SQL Server

I have an ASP.NET 4.0 (IIS 7.5) application running on a server(Window Server 2008 R2 Standard), named WEBSERV, and a SQL Server (2008) database on another server, named DATASERV. The SQL Server has a login setup as user for my database with read…
2
votes
1 answer

ASP.NET 2.0 has not been registered on the web server IIS10 Windows 10

I created a web app in Visual Studio 2010 and receive the following warning message when attempting to open the solution: "ASP.NET 2.0 has not been registered on the Web Server. You need to manually configure you Web server for ASP.NET 2.0 in order…
A. Strackbein
  • 23
  • 1
  • 1
  • 4
2
votes
1 answer

Mono aspx error 500: System.Web.Security.FileAuthorizationModule.Init not implemented

I have a CentOS 7 VM installed with all httpd / mysql packages etc. I wanted to run a ticketsystem called SmarterTrack, which is build in ASPX. Looked eveything up and installed the necessary packages I could find on internet (mono server and…
2
votes
3 answers

Database Server and Application Server with different OS versions

If my application server is Windows 2008 and my database server is Windows 2003 would I be at any disadvantage versus having both on Windows 2008?
zsharp
  • 327
  • 1
  • 3
  • 11
2
votes
1 answer

Low CPU utilization on IIS with no resource contention

I have an ASP.NET application running on IIS7.5 with .NET4. At some specific times, I receive so many requests from the clients (around 10000 in two minutes) and it takes around 20 minutes till they are all done. I am confused, why the CPU usage…
2
votes
3 answers

Looking for a free Microsoft Access and aspnet Hosting

I am looking for a free (must be free) site to host my test application. I am building a facebook app and therefore need to upload my site's content somewhere. Any advice will be greatly appreciated. Oh, one more thing. The site needs to support…
vondiplo
2
votes
1 answer

IIS 8 Server Too Busy

I've been working on it for a few weeks. I've an IIS 8.0 Server hosting, ASP .NET 4.0 application in Classic mode. Two of the files are GET which do file system reads for every request and one is post which writes to file system. Now, I sometimes…
ptntialunrlsd
  • 121
  • 1
  • 5
2
votes
1 answer

How to take memory dump when IIS Applicationpool recycles

Applicationpools in our production environment randomly recycle because it reached its private bytes memory limit (Event id 5117). The private memory limit is set to 1.6 gigabytes. From time to time we get a Event id 5013 "A process serving…