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

Inexplicable performance degradation when moving from IIS6 to IIS7

We recently moved our ASP.NET 4.0 application from Windows2003 x64/IIS 6 VM to a new Windows 2008 x64 RC2/IIS 7(7.5) VM. The resources are identical 4GB Memory, 4 CPU, both live on the same ESX host. I've attempted to match every conceivable iis…
JNappi
  • 133
  • 4
3
votes
1 answer

it's possible deploy asp.net files in apache

It's a simple question is there a way to deploy, ASMX,C# and aspx file in apache server or other open source server. Let's say a .dll or a plugin that allows this type of files
Jorge
  • 145
  • 7
3
votes
1 answer

In IIS, Is it possible to execute a .HTML page as aspx?

Question: We have a 3rd party portal that makes a copy of a html/aspx page, and puts it into a temporary folder, CHANGING THE EXTENSION to .HTML in all cases (also it the root page was .aspx). Unfortunately, that means it does not execute the…
Quandary
  • 1,024
  • 4
  • 19
  • 36
3
votes
4 answers

Setting up ASP.NET Membership provider for an application

I recently downloaded DotWiki which I plan on using for a support section for my companies website. The application itself has two different security modes "simple" and "full". Full uses an ASP.NET Membership provider for security. However when I…
3
votes
1 answer

Inetmgr.exe not recognized as command

On my Windows 7 machine, I've just installed IIS and it should work, but doesn't! Well, finding it anyway... and when I run inetmgr.exe the command prompt doesn't recognize it. C:\Windows\system32>inetmgr.exe 'inetmgr.exe' is not recognized as an…
JC8606
  • 31
  • 1
  • 2
3
votes
2 answers

iis7 large worker process request queue creating process blocking aspnet.config & machine.config amended (bottleneck)

ASP.net 2.0 app .net 2.0 framework IIS7 I am seeing a large queue of "requests" appear under the "worker process" option. State recorded appear to be Authenticate Request and Execute Request Handles more than anything else. I have amended…
scott_lotus
  • 31
  • 1
  • 1
  • 4
3
votes
2 answers

IIS7.5 500 - Internal Server Error. No Detail

I have a 32bit windows 2008 server, with IIS7. have loaded up my .net4.0 web app and all i get is the grey screen with... 500 - Internal server error. There is a problem with the resource you are looking for, and it cannot be displayed. No matter…
Baldy
  • 195
  • 2
  • 11
3
votes
2 answers

SQL Server Express 2008 R2 or SQL Server 2008 R2 Web?

We have swtiched from MySql to SqlServer, but I don't know what version of SqlServer to use in production ... We have a webapplication (C# / ASP.NET) SqlServer Express 2008 R2 ? SqlServer Web 2008 R2? The DB limit is no problem. 10GB is more than…
Ruutert
3
votes
1 answer

live site and holding side by side until go live

I will shortly be going live with a new .net web application. It will be deployed to a load balanced environment over 5 servers. Before go live there is a holding site on all the 5 servers to which the domain is currently pointing ->…
Amateur
  • 189
  • 4
3
votes
2 answers

IIS7 is not propagating authorization to subdirectories

Our application is using forms authentication and the solution has been working well. Recently one of our 2008 servers developed a problem where the authorization is not being propagated to subdirectories. In other words in the main web.config we…
RonnBlack
  • 263
  • 3
  • 11
3
votes
2 answers

How to protect a web server FROM a reverse proxy server

I have a website "www.website.com". Recently I found out that somebody has set up a reverse proxy with an almost identical url "www.website1.com" in front of my website. I'm concerned of those users who came to my website through that reverse proxy.…
Twisted Whisper
  • 193
  • 1
  • 6
3
votes
3 answers

How to uninstall DLL from assembly folder? Permission denied when uninstalling DLL from GAC

I am trying to uninstall a DLL from the C:\Windows\Assembly "folder" on Windows Server 2008, but am getting a "permission denied" error. How do I go about removing a DLL without uninstalling the entire application? An application vendor has sent me…
SamErde
  • 3,409
  • 3
  • 24
  • 44
3
votes
2 answers

How can I monitor what connections ASP.NET is making to my MSSQL server?

I have a website that is configured with ASP.NET and references data from a MSSQL 2000 server. I can see references in the code to the databases it needs, but the SQL server is not installed locally on the webserver, and I don't see where it…
CaedJar4
  • 33
  • 3
3
votes
8 answers

How can 24X7 hours availability for an application be achieved?

I was asked this question in an interview: I have a sql server and an asp.net application. I want 24X7 hours availability for my application even if the server crashes. What are the different ways to achieve it at the code level and at higher level…
teenup
  • 223
  • 1
  • 2
  • 9
3
votes
1 answer

Application Request Routing for IIS and custom error pages when server is offline

I was wondering if there is a way to display a custom error page when something goes wrong with my server farm using Application Request Routing for IIS. For example let's assume that all my servers in my server farm goes to unhealthy status and I…
ppolyzos
  • 133
  • 1
  • 5