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
0
votes
1 answer

Security considerations when giving access to SQL Server db for a web application

I need to expose our SQL Server 2008 database for an access from a asp.net web application. This is a new task for me, so I would like to know what basic security requirements are there for configuring software and hardware components of web server…
rem
  • 213
  • 1
  • 3
  • 9
0
votes
3 answers

How would you place a domain controller on the web?

As daft as the subject sounds we have a genuine reason for making a small web based program accessible via the web, the program uses ASP.NET and reads data from Active Directory (this is not our internal AD just a mockup), we want to make this…
Scottio
0
votes
1 answer

Is this a valid way to avoid Invalid View state in ASP.NET Web farms?

We have problem with users getting invalid view state exceptions in our web farm setup (ASP.NE. In the machine.config we have this setting:
0
votes
5 answers

Site not loading when www is left out of the URL

Why does my website not load if I type: example.com But it does work when I type: www.example.com Is this a setting in IIS? We are using ASP.NET 3.5 with a SQL Server database. Thanks in advanced!
Etienne
  • 273
  • 5
  • 16
0
votes
2 answers

What is the optimal schedule for running DeleteExpiredSessions?

What is the optimal time between running DeleteExpiredSessions. I've just inherited a database for a 3M monthly unique session web app and the DeleteExpiredSessions runs every minute. This seems like massive over kill to me. Opinions?
Stewart Robinson
  • 1,155
  • 4
  • 12
  • 24
0
votes
1 answer

Impersonation on IIS 7.0 passes the machine credentials for Crystal Reports

On a 32-bit Windows 2008 server running the Donor2 Application in the Classic .NET Managed Pipeline mode, configured for Windows Integrated Authentication and Impersonation, all of the .NET pages are passing the authenticated user’s credentials…
pknox
0
votes
2 answers

ASP.NET/mono performance on Linux

Anybody knows how asp.net/mono performance is on Linux ? I mean, which server gives you the best performance/delivery time (Apache/Apache2, xsp2, lighthttp, nginx, other) ? Since all asp.net goes via xsp2, I'd say xsp2 would certainly be fastest,…
Quandary
  • 1,024
  • 4
  • 19
  • 36
0
votes
1 answer

customErrors mode="Off" in web.config but still Server Error in '/' Application

I deployed an asp.net website to a shared server..... I got the error Server Error in '/' Application. Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the…
ACP
  • 149
  • 1
  • 5
  • 12
0
votes
1 answer

Multi-Application Server Environment and Memcached Security

We are looking to integrate Memcached into our infrastructure, but have a security concern before we do. We run several platforms including ASP.NET and Coldfusion and have many app developers working many little applications across the different…
jocull
0
votes
1 answer

Is it possible to deploy a standalone ASP.NET application to SharePoint 2010?

Is it possible to deploy a standalone ASP.NET application to SharePoint 2010, as you could in SharePoint 2007?
0
votes
2 answers

Problem publishing ASP.net web application on University server

HI, I am doing my undergraduate project. I need to publish it on university server. I was given a space(ftp), login, password. I have done all the steps when publishing it e.g throw visual studio or absolute ftp. I am getting error "Server…
vashe87
0
votes
1 answer

ASP.NET unhandled errors in application log - how to disable?

As the title says - how do I disable all of the ASP.NET unhandled errors appearing in the event log? Cant see anything obvious in IIS / the web.config...
0
votes
1 answer

IIS7 Manager: .NET Authorization is missing

I've got a Windows Server 2008 (With SP2) runing. My site works fine, but the IIS Manager (for IIS7) is missing the ".NET Authorization" icon to edit the site authorizations. The ".NET Authentication" icon shows up just fine, and I'm using Forms…
Eric Falsken
  • 647
  • 2
  • 8
  • 21
0
votes
1 answer

asp.net cannot upload more than 25mb or receive 404 - File or directory not found

The upload used to work without issue before, and I cannot find anything that might have changed, except I did do updates on all servers. I rebooted all servers and tried uploading files, and the 404 Error is still present. Specs and Information on…
CodingEE
  • 101
  • 1
  • 1
  • 9
0
votes
0 answers

NGINX server is producing error response code 400 and "Bad Request" message when the server is rapidly requested

The API serves as a proxy for M3U8 videos. While accessed through an HTTP connection at IP:port requests to the API never result in a response code 400. Despite being tested under semi heavy load(10 videos playing all at the same time), no issues…
vynxc
  • 1