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

ASP.NET, PHP, SQL Server, MySQL hosting provider for developer?

I am looking to find a web hosting provider that provides ASP.NET and PHP hosting. The purpose is pretty much just a programming playground for me to develop in and possible show some of my work. As I use ASP.NET and PHP I am looking for a provider…
webworm
  • 604
  • 2
  • 8
  • 18
0
votes
2 answers

How to count file change notification system objects?

Microsoft KB 911272 describes a condition we ran into where we managed to exhaust SMB file change notification system objects via ASP.NET. We implemented the hotfix, but does anyone know of a system performance counter that we could watch to avoid…
drewh
  • 51
  • 3
0
votes
2 answers

Edit .NET 4.0 Machine Key settings at a computer wide level in IIS 7.0

I'm writing an implementation plan involving changing ASP.NET machine key settings for .NET 4.0 on servers that are running IIS 7.0. I'd prefer to have the setting changed via IIS Manager. On my local machine, running IIS 7.5 this is easy. Go into…
SamStephens
  • 271
  • 1
  • 3
  • 7
0
votes
1 answer

Identifying which websites within IIS7 are using .net

I have a windows 2008 server running many websites under IIS7. Is there an easy way to tell which of those websites are using .net/have .net enabled for use on them rather than having to individually look at each websites settings to tell whether…
ccame
  • 1,059
  • 2
  • 11
  • 15
0
votes
1 answer

What controls the image quality in IIS based on the following example?

I had this question before "Resize image on the fly make the image lose quality online but locally works nice" And what i got now is that it's not a problem of local or online, i ran this resize on the server itself "dedicated server", and i got the…
Amr Elgarhy
  • 243
  • 3
  • 7
  • 22
0
votes
1 answer

Request for the permission of type System.Web.AspNetHostingPermission failed

Full Error Message: System.Security.SecurityException: Request for the permission of type System.Web.AspNetHostingPermission, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 failed. OS: Windows Server 2008 R2. Web…
Brett Allen
  • 368
  • 4
  • 6
  • 20
0
votes
1 answer

How much RAM for a web server?

I am designing hardware requirements for ASP.NET web application. When it comes to memory, how much RAM does a web server need to work efficiently (use full processing power of CPUs)? Are there any approximations of GB RAM per core or something like…
Szymon Pobiega
  • 109
  • 1
  • 1
  • 3
0
votes
2 answers

Slow ASPX page after modifying

When I update an ASPX page with simple text change, it reponds very slowly the next time i call the page from the web. I'm running on windows 7, with IIS7. It seems to me that the page has to recomplile the next time i call it from the browser. any…
Dave
  • 3
  • 2
0
votes
1 answer

Rackspace Cloud: Trigger "Rebuild Application" programmatically

I am looking for a way to trigger the "Rebuild Application" functionality on a Cloud Site. I want to add this to a step in my build/release script. Here are the avenues I have gone down already: Rename Web.Config This was a good start, but the…
willoller
  • 123
  • 1
  • 7
0
votes
1 answer

Hosting shared full trust asp.net sites while limiting their access to the registry & file system

I am planning to host some asp.net apps which require full trust. The sites will be under different domain names and I am the admin of the server. They will be hosted in Windows 2008 R2 (IIS 7.5). I don't want the users have the ability to access…
Tony_Henrich
  • 954
  • 3
  • 12
  • 23
0
votes
1 answer

global.asax works on local computer but not after i publish to server

i think this has been asked before but i just cannot figure this one out. I have added a global.asax file to my project (using asp.net with c# from vs2010) and works great on my local machine. then when i publish to our site (i publish to ftp site…
Letseatlunch
  • 141
  • 1
  • 10
0
votes
1 answer

IIS6 MVC2 Server starts sending out 404 after a while

I have a W2k3 server running IIS6 and MVC2 (.net 4). Right after the iis starts, everything works ok, the site runs fine. Extensionless urls work ok. After a certain period of time (maybe of inactivity) the server stops working and starts to send…
DanC
  • 153
  • 2
  • 5
0
votes
3 answers

Not using www in front of my url is slower

My site resolves and loads much faster when I type www.mydomain.com in my browser compared to when I just type mydomain.com. To be clear, the site loads without typing the www prefix, it is just several seconds longer before the page begins to load…
AdamM
0
votes
1 answer

IIS6 and Windows Server 2003 unable to access ASP.Net site through external IP Address

When I access the site from the server itself (via remote PC) or within the network using the name of the machine I can access the site just fine, but when I try to use the external IP of the server I get generic errors If I specify the path…
Sean
0
votes
2 answers

Slow ASP.NET site using IIS6

I have two servers, one virtual and one physical, running the exact same site on both machines. Both machines are running on ~ 2% CPU load and very much RAM available for usage. Somehow the site, with cache turned off ofcourse, loads in ~ 500ms on…
lars