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

Web Farm Application deployment best practices

We are having a web farm which hosts multiple ASP.Net applications. We typically have 4 servers on the farm. The dilemma which i am having is in terms of capacity issue of the farm. Lets say i have currently got 200 apps in total. Should I deploy…
rauts
0
votes
1 answer

Securing internal data accessed by a website on the big, bad internet

A close relative of this question on Stack Overflow: When you have a web site in your DMZ that needs to access production data stored on an internal DB, what strategies do you recommend using to lower the risks that come from accessing live data? Is…
aehiilrs
  • 103
  • 2
0
votes
3 answers

IIS and ASP.NET

i'm trying to add asp.net feature on windows 7 i tried to turn it on using turn windows features on or off but it fails every time so i download web platform installer and try it that way and it fails also next i uninstall .net framework 4 restart…
sam
  • 3
  • 2
0
votes
2 answers

iis and asp.net config

ok so im trying to add asp.net feature on windows 7 i tried to turn it on using turn windows features on or off but it fails every time so i download web platform installer and try it that way and it fails also next i uninstall .net framework 4…
sam
  • 3
  • 2
0
votes
1 answer

Web farm stop working after installing VS2010 on one of the nodes

I have a 2 node web farm for testing (replicating my production environment). Now, after I install VS2010 on one of the nodes (one of the nodes doubles as a build server), it would seem as if the machine keys got desynched. If I access my app on…
Jaime
  • 123
  • 5
0
votes
3 answers

Risks of giving full permissions to INETUSER for a directory in wwwroot (IIS6)

I'm not a web-app guy but I'm the only one at my work that raised any objections about giving full permissions to the (anonymous) INETUSER account for the purposes of running an ASP.NET web-app in IIS. That's read, write, execute, special…
Dave C.
  • 1
  • 1
0
votes
2 answers

Mailbox unavailable. The server response was No such user here

Recently we've upgraded a clients website from our IIS6 server to our new IIS7 server and they are receiving the following error on occassion when sending out emails: Mailbox unavailable. The server response was No…
Curtis
  • 109
  • 1
  • 8
0
votes
2 answers

.Net 4 Windows 2008 Server

We are in the prgress of migrating our main webserver from windows 2003 to 2008 and we need to install .Net 4.0 All has been complete and the isntallation has worked fine. Whenever we change an app pool to .net4 (In iis) and try to view that site,…
LiamB
  • 270
  • 5
  • 13
0
votes
2 answers

How to create SSL certificate locally and move to windows 2003 server for IIS ASP.Net website?

How can I create a SSL certificate, for testing purposes, on my local machine in a portable file such that I can move it to the Windows Server 2003 machine and install it there for a ASP.Net website?
Zolomon
  • 335
  • 2
  • 10
0
votes
1 answer

How to estimate needs for ASP.NET web server?

My organization currently uses a third party for .NET hosting. They have a web farm set up with load balancing and real-time failover across two web servers. The third party also does the administration and monitoring of IIS and the server for us.…
RationalGeek
  • 135
  • 1
  • 2
  • 7
0
votes
2 answers

HTTP Error 500.19 - Internal Server Error

I'm getting the following error when trying to run my asp.net website in a browser: HTTP Error 500.19 - Internal Server Error The requested page cannot be accessed because the related configuration data for the page is invalid. Module IIS Web…
Curtis
  • 109
  • 1
  • 8
0
votes
1 answer

launching a process from IIS7

I have a Windows 2008 box running IIS7. The server hosts an ASP.NET application that absolutely needs to fire up an external process - an executable located in this same machine. This setup works fine in the ASP.NET development server, but fails…
user58348
0
votes
1 answer

"HTTP Error 500.19 - Internal Server Error" on IIS 7.5 Windows 7 when rurnning asp.net website

When i try to run my simple ASP.NET website on IIS 7.5 ( Windows 7) I get this error : HTTP Error 500.19 - Internal Server Error The requested page cannot be accessed because the related configuration data for the page is invalid. I searched…
Mostafa
  • 145
  • 3
  • 3
  • 8
0
votes
2 answers

Remote Deployment using Cruise Control .Net and Nant

Currently we use Cruise Control .Net and Nant to build deployment packages for our ASP .NET website. Essentially this just versions and the files, compiles the code, then creates a zip file. It is then up to the deployer to remote desktop onto the…
Robin Weston
  • 131
  • 1
  • 7
0
votes
1 answer

ASP.NET pages crash IIS7 app pool

I'm running IIS7.5 on Server 2008 R2. I've got an app pool under which I have running a WCF web service, an .asmx web service and an ASP.NET site. Anytime I try to hit any of the ASP.NET pages, the app pool crashes. The entries in the application…