iis6

Any reason why an ASP.Net 2.0 application with no code would take 2 minutes to load on first run?

Hi all, I've asked this on server fault already but to no avail. So I'm hoping another ASP.Net Developer would have come across my issue. I've got a Windows VPS running II6 and I'm migrating my ASP.Net applications across to the server. When I navigate to one of those applications it takes approximately 2 minutes to do anything. I creat...

IIS doesn't send two responses to the same client at the same time (only for ASP)

I've got 2 ASP pages. I do a request to the first page from Firefox (which takes 30 seconds to process on server-side), and during the execution of 30 seconds I do another request from Firefox to the second page (takes less than 1 second in server-side), but it does come after 31 second. Because it waits first requests to finish. When ...

asp.net application pool and garbage collection

Sorry if this is a duplicate, i've read many questions that are either very similar or require roughly the same keywords to describe (but aren't quite the same)... situation: an asp.net application has a connection pool memory leak problem (where connections are not being closed correctly for example)...I need clarity on the following: ...

What Causes "Internal connection fatal errors"

I've got a number of ASP.Net websites (.Net v3.5) running on a server with a SQL 2000 database backend. For several months, I've been receiving seemingly random InvalidOperationExceptions with the message "Internal connection fatal error". Sometimes there's a few days in between, while other times there are multiple errors per day. The ...

How to install iis 6.0 on windows xp-32?

well, according to what I've found googling around, it's imposible... (maybe with with windows xp 64...) but I thought that maybe someone could find a way to achieve it, or at least some workaround... http://www.iisanswers.com/IISFAQ.htm http://www.microsoft.com/communities/newsgroups/en-us/default.aspx?dg=microsoft.public.inetserver....

Router Port Forwarding and HttpContext.Current.Request.Url

Here's the scenario. We have a router that port forwards requests for our different test sites. For example http://www.ourSite.com:8051 forwards from the router to a web server that is on port 80. The test web sites are virtual directories of one web site running on IIS6 (Windows Server 2003). Part of our application send out e-mails th...

"System.Web.HttpException: Request timed out." errors on Response.write

I am getting an intermittent "System.Web.HttpException: Request timed out." error when my code hits the line response.write(): sMessage = "Searching...0% complete."<br> sSetVal = "&lt;script>document.getElementById('MessageDiv').innerHTML='" & sMessage & "';&lt;/script>"<br> Response.write(sSetVal) Note that Response.BufferOutput = fa...

hosting multiple production sharepoint sites on same server

Hi, I am currently hosting a low-volume WSS 3.0 application on a virtual server for a client, and soon will be creating a few more sites for different customers. Each customer will only average around 50 users total, no more than a few at a time. Are there any issues with hosting all of these on the same virtual box? Each would be a...

layout falls apart on ie8 on some machines

Hi all, I issued a strange behaviour from IE8. We uploaded asp.net application on iis6. Everything works fine and layout is in place. But on my colleague machine, with same browser(IE8), layout falls a part and on the some of the other machines too(!??) It is strange because it is: the same server, same operating systems and the same br...

How do disable .net framework 3.5 on IIS 6.

Hi, Is there are some ability to disable .net 3.5 on IIS 6 for asp.net site? I just have an application (.net 2.0) that has not working on server with .net 3.5, is throw : Attempted to read or write protected memory. This is often an indication that other memory is corrupt. Description: An unhandled exception occurred dur...

is it possible to script a .XML file

Hi, is it possible to script a .XML file? what we are after is there will be a .XML file on a webserver (IIS) for e.g. www.myserver.com/update.xml which when called should execute it as a script rather than serve it as a file. when the .XML file is called it will excute a series of calls example make a DB trip and then return the re...

redirecting postdata

Hi there. I've recently upgraded a page on our server from classic asp to asp.net The page recieves postdata and saves it to a file. The page is used by many of our clients and the url (to the asp page) is hard coded into their software. This means that i cannot simply swap the old page out for the new one. I'm trying to find a way to ...

IIS6 Wildcard Mapping Security Concerns?

We're are looking to utilized extensionless URL's for the first time in our organization. We've requested our sys admins add a wildcard mapping to IIS6 so all requests get processed through the asp.net. They are pushing back, citing security concerns. I don't have enough information about potential security issues with the wildcard ...

HTTP 401.3 when PUT, DELETE to ADO.NET Data Service (.svc)

I have an ADO.NET Data Service (we'll call it service.svc). When I deploy it to an IIS 6 site with Integrated Windows Authentication turned on, all requests (GET, POST, PUT, and DELETE) work fine for me, because I am an administrator on the box. However, when a non-admin user hits the service, only GET and POST requests work. When they t...

Mod_rewrite-like feature in IIS ( 5/6/7 ) ?

I'm working on (surprise) a web framework that entirely is dependent on mod_rewrite, however I'd like for it to be compatible with IIS ( if possible ). There's a slight slight chance one of the sites being built will have to be stored on an IIS box, I'm wondering if there's any rewrite module in the most popular versions of IIS I could r...

Add C# project to a web site using IIS 6.0

I just finished my first C# project in VS 2008 and it is working well now. But now I need to publish this project on my new website. This project interacts with my SQL Server 2008 Adventureworks database on this same computer. I am running IIS 6.0, but I am a newbie to both IIS 6.0 and VS 2008. I will use this same computer to host the...

Hosting Mercurial with IIS 6

I'm trying to set up Mercurial repositories to be hosted by IIS under Windows Server 2003. Following this post I installed Python 2.5.4.4 and Mercurial 1.3, set up virtual dir, extracted library.zip and created hgwebdir.config. However, when I trying to open the http://hostname/hg/hgwebdir.cgi I got an error “The specified CGI applicati...

where does asp and iis 6.0 get its date format

I've found a dilly of a pickle with a new web server. We have a new web server that is displaying dates differently than our old web servers. We are running asp classic web pages on IIS 6.0 with windows server 2003. We have logged in as an administrator and set the regional settings as appropriate and then applied the settings to curr...

Two Domains on one website?

Hey guys, I'm investigating a little problem for my employer. My company runs a website under an SSL certificate for the domain www.domainone.net.nz (Yes, New Zealand) However, there's been a high-level marketing decision to change our primary domain to www.domaintwo.co.nz. So, easy, right? Buy a new SSL cert for www.domaintwo.co.nz ...

WCF - IIS 6 vs. IIS 7

Hello, I have created a WCF service on my local machine. My local machine uses Windows 7 RC1, thus the web server is IIS 7. However, my production machine is a Windows Server 2003 using IIS 6. When I attempt to reference the service in my local environment, everything works fine. However, when I promote my service to my production mach...