iis6

How to deploy DevExpress to server?

Hello I am needing to deploy a project using DevExpress controls to an IIS 6.0 server. The project loads fine and until I add in the DevExpress controls. When trying to load the site I get the error Could not load file or assembly 'DevExpress.Web.v9.3, Version=9.3.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a' or one ...

XMLHttpRequest works in ASP.NET development server, but not in IIS 6.0

Hi. I'm sending data to a web service through the MSXML2.XMLHTTP40 object. It's works fine in the development enviroment, but IIS is unable to send the data (long wait and then IIS close the connection). I must configure some in IIS in order to enable XMLHttpRequest ? ...

How to use POWERSHELL to set MimeTypes in an IIS6 website?

I want to be able to replicate this adsutil.vbs behaviour in powershell: cscript adsutil.vbs set W3SVC/$(ProjectWebSiteIdentifier)/MimeMap ".pdf,application/pdf" and I've gotten as far as getting the website object: $website = gwmi -namespace "root\MicrosoftIISv2" -class "IISWebServerSetting" -filter "ServerComment like '%$name%'" i...

when i download file from my website which contains grid and in one of the column of grid there is download button.

Hi, I have page called filedownload.aspx , it contains grid and in grid they are three columns and in one of the column there is button which says Download , when user clicks on that button it picks file id and gives the download box to user with three options Open save and cancel . Now the problem is that when user clicks on the down...

IIS6.0 - ASP.NET 4.0 - Default Content Page throwing Error message 401.2

We have a .NET application that was recently converted to .NET 4.0 and then published to IIS 6.0. When we trying going to the url without a page www.blahblahblah.com we get the following error: Server Error in '/' Application. Access is denied. Description: An error occurred while accessing the resources required to serve ...

migrate from iis6 x64 to iis7 x32 using msdeploy

I'll start this discussion by saying I've been successful when moving iis7 -> iis7. I tried to create a package on the source server. Seems like it should be pretty straightforward... msdeploy -verb:sync -source:metakey=lm/w3svc/29963 -dest:package=c:\site.zip Info: Adding package (package). Info: Adding child metaKey (/lm/w3svc/29963)...

IIS6 HTTP request prioritization

Hi all, I am submitting POST requests to an external server running IIS6. This is a time critical request where I want to ensure that my request is processed at a specific time (say 10:00:00 AM). No earlier. And I want to ensure that at that specific time, my request is assigned the highest priority over other requests. Would any of thi...

IIS: How do I log non-ASPX 404s?

I have a lot of broken links that are not being logged. Is there a way to setup IIS to send them through ASP.NET so that my normal 404 logging routine catches them? ...

Publishing a WPF application in VS 2008 triggers "the server unexpectedly closed the connection"

I'm using Windows Server, IIS 6.0 and VS 2008 Professional. When I click "Publish WPF application" I get "the server unexpectedly closed the connection". Any ideas? ...

Asp.Net Error Message in Event Viewer:Unable to validate data

We have a Asp.Net Webform page which contains a GridView inside UpdatePanel and refreshes every minute. And every one minute we get the following error in Event log. Error Message:Unable to validate data. Stack Trace: at System.Web.Configuration.MachineKeySection.GetDecodedData(Byte[] buf, Byte[] modifier, Int32 start, Int32 length, I...

multiple ftp sites on a single iis server with one ip

can i have multiple iis ftp sites using something similar to web site's unasigned host headers? i have a dedicated server in a hosting facility and want to make a web site for each of my clients. to add/ remove files and content i want ftp access to each of the sites root folders. lets say i have 10 sites set up using unasigned host he...

Can I run ASP.NET 4.0 on Windows XP IIS6?

Can I run ASP.NET 4.0 websites on Windows XP II6 or do I need Windows 7 with II7 in order to run it? ...

how to IIS service start automatically?

Hi, Each time when i start my server , i need to go to IIS and then need to start the each web application manually. i want to start all web application automatic as my server starts. You will wonder why I m shuts down my server again and again. But it is test server. so that only. anyway. which service have to make automatic? It is Wind...

How to avoid IIS reset the application pool in the server

Most of the time when a user enter to the site, it take a lot of time to load the first time to the page, after the page works well for user and other users in other networks. I created a cache that is store in an application variable to reduces the access to the data base and increase the performance but It is reset when the applicati...

Publishing WCF .NET 3.5 to IIS 6 (Windows Server 2003)

I've been developing a WCF web service using .NET 3.5 with IIS7 and it works perfectly on my local computer. I tried publishing it to a server running IIS 6 and even though I can view the WSDL in my browser, the client application doesn't seem to be connecting to it correctly. I launched a packet sniffing app (Charles Proxy) and the resp...

Why would I be seeing execution timeouts when setting $_SESSION values?

I'm seeing the following errors in my PHP error logs: PHP Fatal error: Maximum execution time of 60 seconds exceeded in D:\sites\s105504\www\index.php on line 3 PHP Fatal error: Maximum execution time of 60 seconds exceeded in D:\sites\s105504\www\search.php on line 4 The lines in question are: index.php: 01 <?php 02 session_star...

User.Identity.Name returning NT AUTHORITY\NETWORK SERVICE i want Domain\USER

in my asp.net MVC project i have an database connection with connectionstring: Data Source=.;Initial Catalog=dbname;Integrated Security=True All users can execute Stored Procedures on that connection and i want to log those users. so after each execution I store "User.Identity.Name" to another database. This work great on my developme...

folder permission for uploading files in asp.net

Hello - I am desperate with this issue, I set all the permissions correctly (I think), but I still can't upload file on the server. I am receiving error that access is denied when I am trying to upload the file. I set the permissions to be able to write for Internet guest, network service and asp.net in both physical folder and in the ii...

Is there a website level setting in IIS that would prevent an ASP page from being served?

Trying to copy a website to a new server as the old one is dying. :( I tried copying over the files and setting it up manually, but some specific user accounts needed to be used and the guy who set all this up left the company nearly 5 years ago. And is even worse at documentation than I am. Anyway, at that point the ASP pages were...

Raise of Gen 0 collections, 80% time spent in Garbage Collector

We believe we have a memory congestion problem. Not ground-breaking on itself, but what surprises me is that if the number of sessions on our ASP.NET site rises above a certain threshold (about 600 concurrently logged in users, around 40 requests / sec), the GC starts to choke. We know that our application has some smaller memory leaks....