Tagged Questions

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), ...

learn more… | top users | synonyms

0
votes
0answers
19 views

Code runs fine on localhost but doesn't execute on gatorhost

I wrote a small website in VWD. I am running it on my home machine using the localhost features of VWD. It runs flawlessly. Now the backstory. I had a linux server with gatorhost. I had them switch ...
-1
votes
1answer
26 views

How much ASP.NET and SQL Server will cost me more?

I want to develop a web application using ASP.NET and SQL Server. However, my friend told me that using MySQL will cost me far less. I just want to know how much SQL Server cost me more than MySQL? Is ...
0
votes
0answers
12 views

Inherited ASP.NET code that connects to OD not working when connected to AD

I've inherited a piece of software that connects to our Open Directory to provide web authentication. When connected to the OD it works like a charm but we want to transition to using Active Directory ...
0
votes
1answer
29 views

Application pool will not start

Everything was working fine yesterday when our team left the office. There was a server restart last night and now one of our encrypted site's app pool will not start. We have found one error and ...
0
votes
1answer
14 views

Implementing LDAP with ASP.NET MVC3

I have an ASP MVC app that's supposed to be hosted on our DMZ server. What's the best practice to secure the network when connecting to the LDAP server?
1
vote
1answer
40 views

IIS 6 + ASP.NET Output Cache Not Working

As you can see from the title, our output cache is not working. We only recently noticed but it did at one time work (verifiable with a hidden timestamp at the bottom of the page; we cache for 3600 ...
3
votes
3answers
115 views

How many domains can be bound with one SSL certificate?

Let say I have an ASP.NEt application which is bound with more than 10 domains using host headers. Is one certificate is enough for me? or I need more than 1 certificate for each domain? If I need 1 ...
0
votes
0answers
34 views

http service 503 unavailable Only for HTTPS

My azure website is working fine with http. Now, I have added a self-signed certificate and a binding in IIS 7. When I run the application with https, I get certificate error warning. When I confirm ...
0
votes
1answer
28 views

How to catch all wrong (urls) request to my ASP.NET app?

I have an ASP.NET web-site and to catch wrong urls requests and redirect them to homepage I put: <customErrors defaultRedirect="/" mode="On"> <error statusCode="404" ...
0
votes
0answers
12 views

Running SAS 9.2 executable from a .NET (C#) web application or web service doesn't work

We currently have a machine which has SAS 9.1.3 installed, a simple ASP.NET web service whose methods call sas.exe with some parameters using the Process class in .NET. When SAS 9.2 was installed ...
0
votes
1answer
52 views

Is it Possible to use a Single Certificate for a site which has many different domains

I have an ASP.NET application on IIS(Windows Azure) which has many different domains. All domains are working on http. Now, I need to use https. Whether, a single certificate is fine for all of my ...
1
vote
1answer
52 views

Pulling Asp.net deployment packages on an IIS server

I would like to know how you can set up an IIS server to pull updated, pre-built packages from the internet. Bonus points for minimizing the necessary adjustments to the server. setting: The company ...
0
votes
0answers
25 views

HTTPS Binding exist but fail on reboot. IIS7 dot net 4.0 framework specific

ENVIRONMENT Windows Server 2008 Standard IIS7 Site1 = asp.net, .net framework 3.5 (2.0) https, IP1 , API, standard ssl certificate Site2 = asp.net, .net framework 4.0, https, IP2, API, ...
1
vote
2answers
63 views

Is using a RAM Disk to serve IIS ASP.net beneficial on a VM Webserver?

Setup: Windows Server 2008 R2, Hosted on HyperV Virtual Machine allocated 3GB Memory. I've setup a RAMDisk (capacity of 512MB more than sufficient for our requirements) using ImDisk on this virtual ...
0
votes
1answer
43 views

IIS works fine with IP but fails externally with name

I can access my application with no problems via the IP https://12.xxx.xx.xx/test.aspx; however, when I try to access this via the domain https://test.domain.com I come up with the very common "Server ...
0
votes
0answers
11 views

Controls not AutoPostback'ing

I thought maybe this was a programming issue at first, but now I'm wondering if maybe I accidently configured something incorrectly in IIS7. I posted this question originally on SO: ...
0
votes
1answer
28 views

Running asp.net targeting .net framework 4 on Win Server 2003

I have an asp.net website that targets framework 4 and I want to run it on a win 2003 web server. Several questions floating through my mind right now are: Can I run it on Win Server 2003? If so, ...
0
votes
1answer
51 views

Deploying an ASP.NET JSON-RPC web service on IIS 7

I've got an ASP.NET JSON-RPC web service which work well using the Visual Studio development web server. It has three dependencies: Jayrock, Log4net and a COM DLL (AcoSDK) to be able to access a C++ ...
2
votes
1answer
28 views

Change .NET Runtime without full server app domain recycle?

Is there any way I can change the .NET Runtime of a website without full server app domain recycle? It appears when changing the .NET version in the configuration properties, all of our app domains ...
0
votes
1answer
25 views

Deploying an ASP.NET web application on IIS 6.0 [closed]

Possible Duplicate: Deploying an ASP.NET JSON-RPC web service on IIS 7 I've tried to deploy an ASP.NET web application manually and I'm just getting a directory listing. I've copied the ...
-1
votes
0answers
21 views

Include domain in IIS log file

I have a webapp multidomain, and i like store the domain in IIS logs, is it possible? Thx in advance,
1
vote
1answer
36 views

Possible to set all App pools/Websites on an IIS 6 and/or IIS 7 server to 4.0 instead of 3.5 at one time?

Is it possible to set all App pools/Websites on an IIS 6 and/or IIS 7 server to 4.0 instead of 3.5 in one fell swoop? Basically we have many servers, and will be upgrading all them 4.0 from 3.5. ...
0
votes
0answers
53 views

IIS7 connection_dropped, connection_dropped_list_full log entries and resulting 503 responses.. server, application issue or both?

A high volume classic ASP page is using an ASP.NET page to return xml data, taking advantage of .NET caching capabilities. The cache being used in the .net page is the Context Cache. Recently after ...
1
vote
2answers
52 views

Trying to get IIS running in VM and Visual Studio running natively, with files on native file system

here's the set up I'm trying to go work. Windows 7, with files for an "ASP.NET Web Application" (a new one created by wizard for this test) installed in c:\tfsprojects\test\test this project opens ...
4
votes
4answers
85 views

Windows Authentication kept asking for username/password

I am deploying my web application on iis6. I kept receive this "windows security" pop up to enter user name and password.. I have already disabled anonymous user, and checked integrated windows ...
-2
votes
2answers
52 views

I am now leasing a Win 2008 server; what steps should I take (remote desktop, etc.)? [closed]

I am completely new to this; in the past, I could make a simple site in Visual Studio and use ws_ftp to upload files to the server. But now, we're leasing our own server from 1and1, and here's what ...
0
votes
0answers
40 views

Unlocking “system.web/deployment” section in IIS7

I tried to set the following in a web.config file for an ASP.NET application: <system.web> <deployment retail="false" /> But then I get an error saying "It is an error to use a ...
0
votes
1answer
33 views

ASP.NET Application Connection String and SQL Server Security / Permissions

I am deploying an ASP.NET application and SQL Server (2008) database on a live (production) server. The physical server is running both SQL Server 2008 and IIS 7 - it is provided by a hosting company ...
0
votes
1answer
42 views

HTTPS - IIS - Web Pages only Load Locally

Summary of my Situation I am working with IIS (6.0) running on Microsoft Windows Server 2003 Deploying an ASP.net website using HTTPS I have imported certs Web Pages load/work successfully when ran ...
1
vote
1answer
76 views

403 Forbidden when Deploying asp.net 4.0 site to IIS 7

So I have an EC2 instance running, the URL NoWeatherSurprises.com I have the DNS pointing there, and I set up a new site in IIS 7 and pointed it to a folder. I used Visual Studios Web Developer 2010 ...
3
votes
2answers
62 views

Where can I report an issue with ASP.NET Browsers File?

While working with an ASP.NET application on Chrome for Android I discovered that Request.Browser.Cookies returns False for that browser (despite the browser supporting cookies). Based on what I've ...
0
votes
2answers
67 views

Getting http 401.3 error despite giving the Application pool Identity permission on the website folder IIS 7.5

My Application users are getting http 401. error when they try to browser to my application. My app is a intranet Web Application which uses Windows Authentication. Anonymous authentication and ...
0
votes
1answer
22 views

Uninstall ASP.NET from IIS 7

Since we develop using ColdFusion/PHP, we don't need ASP.net to be enabled. So, how can I remove ASP support from my system?
0
votes
0answers
83 views

IIS crashes with unhandled exception in ASP.NET

We had an issue recently with an unhandled exception in an ASP.NET C# application bringing down IIS and all application pools that it was hosting. IIS Manager was unable to restart or stop/start the ...
0
votes
2answers
96 views

can not connect to SQL running on amazon ec2 machine

I am using SQL managment studio 2008 running on an Amazon EC2 machine. I am unable to connect to the database in my asp.net application. The EC2 instance has been set to accept connections over the ...
0
votes
0answers
37 views

System.Web.Hosting.IIS7WorkerRequest.RaiseCommunicationError

We seem to be getting a lot of application log entries with the following line in the stack trace: System.Web.Hosting.IIS7WorkerRequest.RaiseCommunicationError Is there anything we can explore to ...
3
votes
2answers
43 views

Disable .net completely in a IIS6 Application Pool

we're managing some web sites for our clients on our servers, some running Windows Server 2003 R2 and others running 2008 R2. In Windows Server 2008 R2, we can disable completely .NET framework usage ...
2
votes
2answers
88 views

ASP.NET request queue priority

I'm on IIS 7 and .NET 4.0. My understanding is that IIS takes requests and passes them off to ASP.NET worker threads. If all the threads are in use, the request goes into a queue and is processed once ...
2
votes
1answer
98 views

EC2 hosted asp.net not stable

I moved our web hosting to Amazon EC2. At first everything was working well. In the last few days I have been getting this error: The requested name is valid, but no data of the requested type was ...
0
votes
2answers
47 views

W3WP Process at 100% Utilization

We're seeing an issue on our production servers where the processor is constantly at 100% utilization (between 2 or 3 w3wp processes). The weird thing is that there are almost no requests to the ...
1
vote
1answer
162 views

Moving a site from IIs6 to IIS7.5

I need to move a site off of IIS6 (Win Server 2003) and onto IIS7.5 (Win Server 2008) as soon as possible. Preferably tomorrow. The site itself is a delightful mix of classic asp (vbscript) and ...
0
votes
0answers
18 views

Windows Server/IIS 7, how to define error-handling logic at the server level

For a website/ vpath, it's possible to handle the Application_Error event to catch errors before they get sent back to the browser. Is it possible to also do this at the server level somehow? That is, ...
1
vote
2answers
68 views

ASP.Net Session Timing Out Rapidly

We have an ASP.Net 3.5 website running on Windows Server 2008 with IIS7. The session timeout period for this site is configured to be 20 minutes - however, it is currently lasting for between 40 and ...
0
votes
2answers
38 views

Deleting files using .NET that were migrated from win2k3

We recently migrated an ASP.NET website from Windows 2003 to Windows 2008 R2, by zipping up all the files and extracting them to the new site. Since migrating the web application is still able to ...
1
vote
2answers
113 views

set iis web farm with WFF and ARR

I use iis7 , wff, arr to setup a web farm. On one web farm controller, the "ready for load balancing" of every content server turn yes almost immediately. I use another machine to be the web farm ...
0
votes
2answers
100 views

Multiple subdomains on IIS

I'm developing an asp.net application which let users create their own subdomain. the app creates the subdomains in IIS and it works. But i think i have two options to do this and i want to know the ...
1
vote
0answers
112 views

Use perfmon to monitor a specific ASP.NET webapp across worker process restarts, IIS restarts, etc.?

I have a few perfmon performance counters that I'd like to track for a specific ASP.NET application over an extended period of time, say a week or a month. The trouble is that perfmon counters are ...
-1
votes
1answer
80 views

ASP Application on IIS crash [closed]

ASP application always hangs and didn't work on IIS during rush hours connections Also other scripts like PHP are working properly on IIS. The problem only with ASP. I'm receiving this error when ...
-3
votes
2answers
98 views

How can I provide shared hosting on my Windows 2008 r2 box?

I have set up Windows 2008 R2 and added the web server role, IIS and MS SQL Server 2008. How do I provide hosting space and cpu cycles and ram to clients. I would like to provide them with all ...
0
votes
3answers
69 views

SQL Server 2008: Getting Login failed for user “Domain\User”. Failed to open the explicitly specified database [CLIENT: IP.ADD.RR.ESS]

This is a very similar issue to " SQL Server 2008 login problem with ASP.NET application: Failed to open the explicitly specified database " which unfortunately seems to have gone unsolved. My issue ...

1 2 3 4 5 17