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

Performance issue for webserver

We have asp.net sites based on dotnetnuke architecture and we are having two load balancing server with 2 gigs and with 24GB Ram. and SQL Server is with 48GB Ram. But still we are having some problem with sites and its heating 100% cpu usage. We…
Jalpesh Vadgama
  • 171
  • 1
  • 3
3
votes
5 answers

What is the recommended approach to add static subdomains to a website?

I would like to create a few static subdomains like: mycategory.mydomain.com in a rather small website and would like it to point to the folder: mydomain.com/mycategory without showing such redirection in browser address bar. What is an easiest…
shg
  • 31
  • 1
3
votes
2 answers

How can ASP.NET's "Request Wait Time" be 0 when "Requests Queued" is consistently in the hundreds?

I'm curious why Performance Monitor claims I always have a few hundred ASP.NET 3.5 requests "queued". The "Requests Queued" "ASP.NET v2.0.50727" performance counter is hovering in the few-hundred range despite the fact "Request Wait Time" is…
ondrej
  • 313
  • 1
  • 2
  • 6
3
votes
2 answers

Disable authentication on subfolder(s) of an ASP.NET app using windows authentication

Is it possible to disable windows authentication on one or more subfolders of an ASP.net application using windows authentication? For example: A website contains several other folders that contain parts of the overall application: /frontend,…
Bert Vandamme
3
votes
2 answers

Configuring ASP.NET MVC2 on Apache 2.2 using mod_aspdotnet

Trying to get an Microsoft MVC2 website to run on Apache 2.2 web server (running on Windows) that utilizes the mod_aspdotnet module. Have several ASP.NET Virtual Hosts running, trying to add another. MVC2 has NO default page (like the first version…
flascuba
  • 33
  • 1
  • 4
3
votes
1 answer

Should I be suspicious of this querystring?

I noticed in my application event log some errors: Exception message: A potentially dangerous Request.QueryString value was detected from the client (term="DTİNST32") Request URL: http://domain.com/url.aspx?term=DTNT AUTHORITY\NETWORK…
Brian
  • 303
  • 1
  • 3
  • 15
3
votes
2 answers

WebResource.axd and ScriptResource.axd + 404 not found…

I got my asp.net web application to run on a shared hosting.... When i inspected through firebug i found WebResource.axd and ScriptResource.axd returned 404 not found.... WebResource.axd?d=rpqvYNSuvgzlFHiQAGNqVg2&t=633861392532362500 - 404 not…
ACP
  • 149
  • 1
  • 5
  • 12
3
votes
2 answers

How do I prevent IIS from overriding my culture set in ASP.NET?

I have a client in the US that wants all time displayed as military time, but everything else is supposed to be US Culture. In my global.asax I am creating a copy of the US culture and applying the GB time display to create a US culture with…
Brett Allen
  • 368
  • 4
  • 6
  • 20
3
votes
6 answers

What is easiest no fail way to publish asp.net app?

What is easiest no fail way to publish asp.net app? Sorry a bit of an open ended question but I am having issues deploying an asp.net report project and any solution to get the site up is fine. I am running Win7/SQL 2008 and want to publish a…
Maestro1024
  • 271
  • 1
  • 3
  • 9
3
votes
2 answers

Is hosting my websites and databases with different providers a bad idea?

I'm trying to find a home for three ASP.NET 3.5 websites using three respective SQL Server 2008 databases. I've found one possible solution where I host the websites on a "semi-dedicated" environment with one specific provider. The problem is, the…
3
votes
2 answers

Windows Server 2008 R2 web site: problem with impersonation

I got a web site, who use Impersonation. When my anonymous user set to IUSR and the application pool identity set to NetworkService, some pages don't display. I get a blank page, with no error message. If I put the anonymous user as…
3
votes
4 answers

When I run aspnet_regiis.exe, it just shows me the command line options and doesn't do anything - why?

I'm trying to run aspnet_regiis.exe in order to perform a couple of tasks on my development machine (running IIS 6 on Windows Server 2003 and a member of an Active Directory domain). So I change to the folder…
Mark Bell
  • 308
  • 2
  • 5
  • 18
2
votes
3 answers

Asp.net error messages when on server are not displayed

I have been tasked with setting up asp.net websites on a windows server 2008 which are all in debug mode When browsing a website on the server and an error occurs, for example the database connection cannot be open I would expect as per normal to…
asn187
  • 219
  • 1
  • 4
  • 10
2
votes
1 answer

Hosting one application with multiple vanity routes

Problem We currently have two ASP.NET MVC projects being served up from a Windows Server 2012 R2 with IIS 8.5 like so: foo hosted on server.com/foo bar hosted on server.com/bar However, the code of these projects is nearly identical so we're in…
p.s.w.g
  • 185
  • 2
  • 9
2
votes
1 answer

Schannel 36874 errors on Windows Server 2016

I have been looking at this error all day and am really scratching my head now. We have a Windows Server 2016 Std that runs a .NET webservice. This in turn connects to our database server, same OS, in the same estate i.e. behind the same firewall.…
ajguk
  • 21
  • 1
  • 1
  • 2