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

It is not possible to run two different versions of ASP.NET in the same IIS process

IIS 6 Windows Server 2003 I have a web application that runs on ASP.NET 4.0 inside another application that runs on ASP.NET 2.0 and I get the following error: It is not possible to run two different versions of ASP.NET in the same IIS process How…
0
votes
1 answer

WindowsServer 2008 - Temporary ASP.NET files

In Windows Server 2008, I see compiled binaries land in "C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files" instead of "C:\Windows\Microsoft.NET\Framework64\v2.0.50727\Temporary ASP.NET Files". WHats the reason and what should…
Sam
  • 1
  • 1
0
votes
1 answer

Upload website to Windows Server 2008 (on Amazon EC2)

I am trying to create an ASP.NET web application, hosted on Amazon's EC2 service. I have my instance set up from an image with Windows Server 2008, IIS 7 running, an external IP address (via Elastic IP), an A Record pointing to it, and I can…
Hank
  • 563
  • 1
  • 7
  • 18
0
votes
1 answer

Troubleshoot ActiveX control installation

I've created a asp.net application that uses a 3rd party activex control and deployed it successfully on a test intranet. The clients are prompted to install the control and it runs fine. I am now attempting to get someone else to deploy it on their…
0
votes
1 answer

Configure ASP.NET Application to Read Mapped Network Drive

Is it possible to configure an ASP.NET application under IIS 7 so it can read files stored in a mapped network drive? I'm not trying to serve up the contents of the drive. I simply need to read the contents within the ASP.NET application. I've…
Bob
  • 11
  • 1
  • 3
0
votes
2 answers

How to publish an ASP.NET MVC application to a free host

I'm using a free web host (0000free) which supports ASP.NET MVC, but it uses Mono. This is the first time I deploy an MVC application, so I'm a little confused as to where I need to deploy it. I have Visual Studio 2010 and I used its Publish Feature…
Kiril
  • 189
  • 1
  • 4
  • 10
0
votes
2 answers

Why can't I get ASP.NET 4.0 to work on Windows Server 2003 R2?

I've been developing an ASP.NET 4.0 application on my local machine, and today I tried to deploy it to the server. After deploying, I got the following message when trying to visit the site in my browser: Parser Error Message: Unrecognized attribute…
Joshua Carmody
  • 175
  • 3
  • 9
0
votes
1 answer

How to hide subfolder when using Web.config for subdomains?

I have FTP access to my ASP.NET Websapce (IIS 7) and I route subdomains with a Web.config in the web root folder. She looks like this:
NKnusperer
  • 111
  • 1
  • 4
0
votes
1 answer

How do you turn off compression on a specific page?

When compression is turned on globally for the root website, is there a way to turn compression off for a specific page? (ex. download.aspx) I would like to turn it off on a few select pages where we are streaming files to the client. I'm using IIS…
ozzijb
  • 103
  • 3
0
votes
1 answer

IIS 6 with ASP.NET 4 - what are the disadvantages?

I'm looking at a hosting company that I plan on going with, but they use IIS 6 with ASP.NET 4. I plan on running a ASP.NET 4 MVC web application that uses SQL Server (which the hosting company has). Can I run MVC applications on IIS 6? Are there…
contactmatt
  • 229
  • 3
  • 10
0
votes
2 answers

ASP.NET Integrated Windows Authentication fails inside network using domain name

I have a problem with an ASP.NET application that was running on IIS 6/Windows 2003, and has recently been deployed to a new server, also running IIS 6 and Windows 2003. It is using Integrated Windows Authentication, which works (or defaults back…
Tim
  • 1
  • 1
0
votes
2 answers

Web Hosting Company that Allows custom SMTP servers, multi domains, .NET 4.0 and mixed hosting

I am in search of a new Hosting company. I currently use GoDaddy, but I've had enough with their service so i'm looking for a hosting company that can meet my criteria. Currently I have 10+ Websites that run off of a single hosting Plan, over half…
0
votes
1 answer

URL Rewrting in asp.net

I have windows2008R2 server, I have installed ARR2 for URL rewriting , buts its looking there is no processing happening...Please suggest me the solution....
0
votes
1 answer

Fatal Execution Engine Error on the Windows2008 r2, IIS7.5

We are running some asp.net(3.5) applications on the Windows2008 r2, IIS7.5. Recently we got some event logs so difficult, we have not idea hope some guys can help. 1.EventID: 1334 (9-1-2011 8:41:57) Error message An error occurred during a process…
user66524
  • 13
  • 1
  • 4
0
votes
1 answer

MySQL Connector/NET for ASP.NET 4.0 that works with MySQL 4.0.xx?

I'm trying to connect my asp.net 4.0 application to a MySQL 4.0.xx database. I have MySQL Connector/NET 6.3.5 installed. It works great with MySQL 5+, but it says it does not support anything prior to version 5. What should I do?
user59623