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

Where's my ASP.NET 4.0

I have installed .NET 4.0 to a Windows Server 2008. I have run aspnet_regiis -i. But with my new site on IIS7 I can't seem to select v4.0 as the framework. I see 2 new app pools ASP.NET 4.0 and Classic 4.0 but surely all apps don't share the same…
Tyndall
  • 591
  • 1
  • 7
  • 18
0
votes
1 answer

Impersonation NOT working - Network Share

I have created a virtual Directory (IIS 7.0), which points to a network share. This virtual directory resides under my web application root. I tried using anonymous access with domain credentials. Also, I tried using impersonation as…
Sumit B
  • 101
  • 1
  • 1
0
votes
1 answer

How do I get IIS6 to default new websites to ASP.NET version 2 instead of version 1?

Whenever I create a new website on our W2K3 box, the ASP.NET tab defaults to version 1.1.4322. Changing it by hand results in IIS restarting. I'd like to have the tab default to ASP.NET version 2.0.50727 when creating a new website (hoping to avoid…
William Jens
  • 191
  • 9
0
votes
2 answers

Post Vulnerability Actions

To protect the guilty I will avoid names... I know of a site that last night went down. Sort of. For about 5 hours all requests to this asp.net site were producing a YSOD. The details that were spit out included the impersonation tag showing that…
keithwarren7
  • 186
  • 2
  • 8
0
votes
2 answers

What Windows user does an anonymous asp.net website run as in IIS 6?

I have 2 web servers load-balanced, trying to access images from a 3rd server using pass-through authentication. The servers are in a workgroup as my host does not support domains. No matter what file/IIS permissions I set, the web servers can't get…
0
votes
2 answers

Open Source Image Hosting or File Sharing website in ASP.NET

I would like to know if there are any free open source or paid software for hosting images (like tinypic.com imageshack.us) or file sharing (4shared.com or rapidshare.com) developed in ASP.NET. And If I have to develop the same, how do I remove the…
prashant
0
votes
1 answer

Why does IIS seem to be limiting simultaneous connections?

One of the ASP.NET web apps that we have allows users to download relatively large files that can take a bit of time to fetch. For reasons I don't understand, it looks to me like any given client is being throttled to just one connection at a…
Benjamin Pollack
  • 235
  • 1
  • 2
  • 6
0
votes
2 answers

Host ASP.NET 4.0 in IIS 6 on Windows 2003 x64

I want to host an ASP.NET 4.0 web application in IIS 6 on Windows 2003 R2 SP2 x64. Is this even possible? I have the following under C:\WINDOWS\microsoft.net\Framework 1.0.3705 1.1.4322 2.0.50727 3.0 3.5 4.0.30319 and in…
0
votes
3 answers

In IIS running an ASP.net application, why would CPU usage slowly increase, sharply drop, then rise to a throttled level?

See image here: total CPU usage % This trend is easily repeatable by running automated load tests on the application. After the CPU use settles at the apparently throttled level (~30%), application response times are VERY slow.
Brad Peterson
0
votes
2 answers

A name was started with an invalid character. Error processing resource

Here is the exact error I'm getting when I try to launch my default.aspx file from the published folder. Can anybody point me in the right direction? The XML page cannot be displayed Cannot view XML input using XSL style sheet. Please correct the…
Grahame A
  • 111
  • 1
  • 5
0
votes
1 answer

Need help getting StateServer to work, trying to decipher WireShark to figure out why

I'm using WireShark to try to figure out why I can't get my ASP.NET application (which is deployed to IIS6) to use a remote ASP.NET StateServer. For the record, StateServer works if my application is deployed to the same machine as the…
DaveDev
  • 111
  • 3
0
votes
1 answer

Unable to start MOSS 2007 services on Virtual machine (Virtual PC)

I am unable to start the MOSS 2007 services after everything has been installed perfectly. Any idea of what is going wrong? I have also installed SQL Server 2005 (Dev edition).
0
votes
2 answers

IIS 7 much slower than IIS 6

I have a asp.net 3.5 web application running fine on Windows2003 IIS6. I published same exact application to IIS7.5 (Win2008R2) on a faster box (i5,8Gram) and it is significantly slower. 5-6 sec per page vs. 1-2 sec per page. During that time the…
JoeJoe
  • 193
  • 3
  • 13
0
votes
2 answers

File downloads stall from a third-party server (.net I think) - how can I prove the problem to the provider?

I'm writing a script to consume an XML feed provided by a third party. I'm having problems downloading the files listed inside it but the provider swears there's no problem. The files are usually around 700kb, but between 20% and 80% of the…
Jamie
  • 101
0
votes
3 answers

Win Server 2008 IIS7: Copy/Paste Directory + "Add Web Site" = 500 Error

I have windows server 2008 with IIS7. I was having problems getting a new website to work in today...I've been troublshooting for about 2 hours now and haven't come up with anything. Heres what is weird: I have a working website running on IIS named…
David Murdoch
  • 492
  • 6
  • 19