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

Reverse Proxies and AJAX

A client of ours is using IBM/Tivoli WebSEAL, a reverse-proxy server for some of their internal users. Our web application (ASP.NET 2.0) and is a fairly straightforward web/database application. Currently, our client users that are going through…
osij2is
  • 3,885
  • 2
  • 24
  • 31
2
votes
1 answer

Changing AD passwords via ASP.NET. Getting access denied when Application pool is running under privileged user

I am trying to build a self-service password reset tool for a test domain. I am using ASP.NET 4 and IIS 7. My code: string userDirectoryEntry = "WinNT://domain/" + usermapping[user[1]] System.DirectoryServices.DirectoryEntry ADEntryToReset = new…
mphuie
  • 159
  • 2
2
votes
1 answer

How do I create performance counter instance names for two different iis applications

I have several iis servers setup visibly identically in different environments (Dev/Test/Staging/etc). Within iis, I have an app pool "MyApplicationAppPool" and three web applications running within that app pool: MyApplication1, MyApplication2,…
rkierner
  • 31
  • 4
2
votes
0 answers

IIS6 Web Extensions change to prohibited after iisreset or server reboot?

We run IIS6 in 64-bit mode on a 64-bit server. I'm trying to allow the .net 2.0 extension to run and prohibit the 32-bit version. See below screenshot for context: However, after a reboot or iisreset, the 64-bit version of the extension reverts to…
Ryan Mortier
  • 498
  • 3
  • 8
  • 19
2
votes
0 answers

Deploying a ASP.Net WebAPI website and DMZ

I have a set of RESTful services developed using ASP.Net WebAPI which is a single project. I handle authentication via ASP.Net's built in Forms Authentication (cookie based) mechanism which is also built into the same project. The services need to…
Harindaka
  • 121
  • 1
2
votes
1 answer

IIS 7 and ASP.NET State Service Configuration

We have 2 web servers load balanced and we wanted to get away from sticky sessions for obvious reasons. Our attempted approach is to use the ASP.NET State service on one of the boxes to store the session state for both. I realize that it's best to…
Shawn
  • 21
  • 3
2
votes
2 answers

Setting expiration in IIS 7

I have to set expiration for my static files of my application in IIS 7. Using the dialog below: I set it to 10 days. But when I look at my page analysis using PageSpeed add-on in Chrome, I see that there is no expiration on the files. Do I have…
xkcd
  • 123
  • 5
2
votes
0 answers

Website error: A generic error occurred in GDI+

The vendor one of our application has told me to call Microsoft for support on an error we are getting on their website. I'm hoping someone on here can assist. They have a feature that pulls a report and creates a PDF of users paycheck stubs. This…
Meepster
  • 31
  • 1
  • 5
2
votes
2 answers

Working with ASPX pages

If I connect via FTP and make edits to a .aspx file and upload it do I need to have the webhost do any type of complile or something?
Julia Roberts
  • 41
  • 1
  • 6
2
votes
3 answers

Friendly Intranet Addresses

Relativly new to IIS. I'm attempting to set up multiple sites in my Intranet on one server. The server already has SharePoint Installed on it and has a binding *:80. So when I type //ServerName I get the home page of SharePoint. I get how that…
Jmyster
  • 123
  • 3
2
votes
1 answer

Website load perfectly from localhost but after 3 or 4 hours is not load from remote computer until restart iis

I have a web application on IIS 7.5 and windows server 2008 r2. It's load perfectly from localhost but after 3 or 4 hours is not load from remote computer until restart iis or recycle pool. Users of this site are about 900 people. Some setting of my…
kia
  • 21
  • 2
2
votes
1 answer

ASP.NET 4 IIS 7 web server timeout

I have 3 applications on the same web server. Two of them are configured in separate ASP.NET 4 application pools and and one of them is on an ASP.NET 2 application pool. I'm experiencing intermitent timeouts when accessing those apps during the day.…
2
votes
2 answers

Mismatch between selected .NET version in drop-down and what's displayed below

IIS 7 on Windows 2008 R2 Standard This occurred after installing some software. The same software enabled IIS 6 Management compatibility and other things, but the odd thing is what it did to .NET 4.0. Our .NET apps are all 4.0 on this server, but…
David Stratton
  • 453
  • 2
  • 10
2
votes
2 answers

How do I configure ASP.NET to use SQL Server 2008?

I recently installed Windows 7 on my computer, and just set up Visual Studio 2010 and SQL Server 2008. On my old installation, I used VS 2008 and SQL Server Express 2005. I have a simple ASP.NET application that uses membership. It worked on my old…
2
votes
3 answers

Cannot Access Website via IP

I have hosted my website as an application on IIS and I can access it by http:\localhost\myApp\default.aspx but not with my IP. I have another application hosted in the same machine which can be accessible in both localhost and IP address. Error…
NaveenBhat
  • 161
  • 2
  • 10