iis6

ASP.NET site inside a virtual directory

I am currently putting a new version of my site online. I would like to retain the old site (for purposes of read only access) and have been directed to place it within a subfolder inside the directory where the site use to live. e.g. www.example.com needs to be moved to www.example.com/old and the new site needs to be moved to www.exa...

Can I deploy .net 4.0 web application on IIS6?

I've recently upgraded VS 2008 to VS 2010. On our server we have IIS6 installed and we can not change that in near future. Even though we will develop new applications to be deployed on IIS7 but if situation demands we may need to develop an application using .net 4.0 and to be deployed on IIS6, then in this case I wanted to know whether...

Local ASP.NET MVC Suddenly Very Slow; Load times > 1 minute

Over the last few weeks I've been subject to a sudden and significant performance deterioration when browsing locally hosted ASP.NET 3.5 MVC web applications (C#). Load times for a given page are on average 20 seconds (regardless of content); start up is usually over a minute. These applications run fast on production and even test sys...

Accessing raw HTTP response data through unmanaged ISAPI Extension

Howdy all, I have a web server farm (Win2k3 + IIS6) with a mixture of vendor-provided and homegrown ASP.NET applications. I would like to have a mechanism by which I can log the entire bodies of both the request and the response from a given HTTP request/response pair. I can't use an HttpModule or its ilk because not all of the applic...

Application Pool, Worker Processes and web applications??

can anybody explain these things in IIS?? ...

Unable to access asp.net website after setting asp.net version to 2.0 in IIS 6.0

I have an asp.net website that has been running well in IIS 6.0. I very well remember the sites ASP.NET version was set to version 2.0 in IIS but i just checked and found the version set to nothing. If i click the site asp.net version dropdownlist in IIS, i can see two options(1.1.4322 and 2.0.50727). The problem is i set it back to 2....

ASP.NET Session has expired - Event Id 1309

Hi All, Some quick details: I'm running ASP.NET 4.0.30319.0 on IIS6. I've been hosting a website that contains a ReportViewer for quite some time now (~3 years). In April, I upgraded to the 4.0 runtime, and things ran smoothly for a couple of months. Now, I'm suddenly starting to see quite a Session Timeout exceptions occur on the pag...

User can't access IIS 6 FTP site

I set up a new virtual directory in IIS under the Default FTP Site. I already have other virtual directories, and I'm able to access them with my user account, which is a domain admin. I created an account named FTPuser, gave it full permissions to the virtual directory, but I can't open the site. When I log in, I get a Success Audit eve...

NHibernate sessions/transactions acting differently on IIS6 and Visual Studio 2008 Debug Server

I am using an HttpModule for handling my NHibernate Sessions and Transactions. I have many pages that are being very cranky about transactions not successfully starting on my IIS6 box but not when I run them locally, specifically when I try to call Commit() on the transactions during a PostBack to refresh datagrids with new updated data....

Mailbox unavailable. The server response was: 5.7.1 Unable to relay for [email protected]

Hi All, I am getting "Mailbox unavailable. The server response was: 5.7.1 Unable to relay for [email protected]" when I try to send the mail using ASP.NET. The site is deployed on IIS7, Windows 2008 server. The website was working fine on IIS6 and Windows 2003 Server. I deployed it on IIS7, 2008 it has started giving me this error. Has anyb...

Redirecting specific subdomains to domain in IIS6 (ISAPI_Rewrite is installed).

My production web environment contains two clustered servers. I need to redirect any direct requests to the two nodes to the main www URL. I also need to make sure my non-www redirect (with ISAPI_Rewrite) remains in tact. So essentially, I need: domain.com -> www.domain.com node1.domain.com -> www.domain.com node2.domain.com -> www.doma...

ASP.NET HTML Form Failure

We've just brought up a new ASP.NET page that is showing a strange error. The error shows up in the next page as if the data isn't in the form. When the user goes back and refreshes the page and resubmits the form it works just fine. A little background, this source is being served up from a virtual directory for 8 web servers with a loa...

Omit controller name from URL mvc

I'm looking to do something similar to this post: http://stackoverflow.com/questions/380221/how-to-hide-controller-name-in-url only without any sort of ID. The server is running IIS 6 and the pages already show up without extensions so it's not a wildcard issue. I'm looking to hit http://website.com/action-name I have http://website...

how can config iis in windows 2003 server for silverlight 4 and .net 4.0

hi i made a prism silverligght app with SL 4.0 and .net 4.0 , i published app and put it on in iis and make that as web application on iis , when i browse .svc page or other page i give "The page cannot be found" error. i set mime types for .xap , .xaml , ... my os is windows server 2003 sp1 r2. what is problem? ...

Enabling Windows Authentication in .NET 4 MVC 2

I have an Intranet site reading the windows user name and using it for authentication in the website. My code works locally but does not read the login name when hosted using IIS 6 on Windows Server 2003 with anonymous access checked. If I un-check anonymous access then in Firefox I keep getting a pop up for username and password which...

Application Root Operator (~) problem with Virtual Directory in IIS 6.0

I have a web application that runs fine locally, but when I move it to a virtual directory on the web server (let's call it "VirDir"), it adds the directory name to the relative path. For example, if I try to access ~/Default.aspx, it will tell me that it cannot find /VirDir/VirDir/Default.aspx. Is it something boneheaded, or do I just...

IIS 6.0 with JBoss 4.3.2 configuration

How to configure IIS 6.0 with JBoss Portal2.7.2 ...

Is it possible to pre-compile ASP.Net website on a stopped IIS 6 site?

I have 2 sites on IIS, one is the live site and the other is a site that is only started when there is maintenance being carried out on the live site. In a deployment scenario I STOP the live site and the START the maintenance site so that users receive a friendly message advising of the upgrade. The only issue I have is when I start u...

IIS6 SSL Config - Have to log in twice (once for :80, once for :443)

I have a virtual folder containing an administration application, like https://www.mysite.com/alpha which requires SSL. In the IIS manager properties for the folder, under "Authentication and access control", Anonymous Access is disabled and "Authenticated Access" is set to "Integrated Windows authentication." When I connect to the s...

iis 6.0: Setting Expires header don't work + cache control

Hi ! from all the articles i read it seems that setting the Expires http header is very easy. i went to the wanted directories(with iis6.0)-->right click-->Http headers--> Enable expires and setting the period-->OK that should do the work, i thought... but when i test my page again with PageSpeed and other tools its teling me that th...