IIS (Internet Information Services) Version 6 – is a web server application and a set of feature extension modules created by Microsoft for use with Microsoft Windows. Released with Windows Server 2003 and Windows XP Professional x64 Edition.
0
votes
0answers
19 views
To access local IIS Web sites, you must install the following IIS components… - Tried all solution but still happens
I have VS2010 and IIS installed, but when i create a virtual directory from inside VS (Inside Web tab in the project options) i get this message :
To access local IIS Web sites, you must install ...
0
votes
0answers
17 views
migrating website from IIS 6 to II 7 regarding application pool and App_Code
I have my own Server with full rdp access. My previous asp.net 4 website was on IIS6, and I used to simply FTP single .aspx and .aspx.cs pages from my PC to my website in order to update it.
Also I ...
0
votes
0answers
25 views
Does Http.sys stack maintains separate threadpool?
Off late I have been trying to understand internal of IIS request processing. I came across nice blog on ASP.Net Thread Usage in IIS 7.0 and 6.0. ...
0
votes
0answers
6 views
webform_postbackoptions is undefined after adding machine key
I added machine key to solve the View state error in my asp.net application. Now i am getting
webform_postbackoptions is undefined which fails all my postbacks. I check my Webresources.axd.But it is ...
0
votes
0answers
6 views
Apache and IIS Proxy Issue
I am using Apache httpd to internal IP diversion.
I am having the web application in IIS and SSL installed in IIS server. If i am accessing the url https://.. then it will come to the Apache and it ...
0
votes
1answer
23 views
MVC 3 with IE, poor bundle performance
We have deployed an MVC 3 website on an IIS6 box.
Everything runs fine, but the performance is abysmal.
Can anyone help me understand
why am I getting 20 second response times to get a script ...
0
votes
0answers
13 views
IIS aborting REST API CORS requests with 500… for one and only one URI
I'm using AJAX to make CORS requests to an api, but seeing some really odd behavior: my click-tracking (pre-flight OPTIONS request) is always interrupted by IIS and returns 500 before the request is ...
-1
votes
0answers
22 views
HTTP and HTTPS on same page [duplicate]
we do provide embedding our content into third party sites. The problem here is though we don't require HTTPS for the embedding page (embed.aspx), we have made the entire website as HTTPS. So all the ...
0
votes
0answers
14 views
IIS load wrong website on HTTPS
I have two websites:
http://EN.2send.co.il
www.2send.co.il
Both are working fine with HTTP://
But when using in browser HTTPS:// the EN version loads for both of them.
I am using wildcard SSL ...
0
votes
0answers
9 views
IIS 6 host headers configuration
I was following the steps from sslshopper to install a wildcard SSL certificate on IIS 6.
First I installed the certificate on my site http://en.2send.co.il, then I was using this command to bind the ...
0
votes
1answer
22 views
Access-Control-Allow-Origin Limit
I have set up our public facing website with the header Access-Control-Allow-Origin: * so that we can use JSON and AJAX. However, what I really want to do is limit it to only certain servers. The ...
0
votes
1answer
16 views
Readout mailroot-path for IIS 6 & 7 using c#
I am trying to read out the mailroot-path for the Drop and Pickup folders for my SMTP Virtual Server Domain. I currently need this for domains created with IIS 6.0 but in the long run will also need ...
1
vote
1answer
41 views
Is PHP 5.4 compatible with PHP 4.4.2?
I was recently asked about a legacy application that is running on PHP 4.4.2 on IIS 6.0. We were informed that this version of PHP is out of date and contains security vulnerabilities
I personally, ...
0
votes
0answers
13 views
IIS 6 Proxy Pass/Proxy Reverse Pass
I have a request to forward a a directory on our website to another partner website we will be working with. For example I would like to forward requests to another site but keep the URL the same.
...
0
votes
1answer
29 views
IIS Server Farm Health API?
we have a Windows Server 2008 R2 running 4 virtual servers on a Server Farm, but currently the only way we're able to check the health of the servers is by RDP'ing on to the server that manages them ...
0
votes
1answer
24 views
IIS 6.1 with window authentication keep asking for login
I have an application running on IIS 6.1 with .NET framework 2.
At IIS's Authentication, I had disabled Anonymous Authentication and enabled Windows Authentication (with NTLM on top). Because this ...
3
votes
1answer
46 views
How do I use Zend Framework 2 with virtual directories on IIS6?
I'm trying to set up a Zend Framework 2 environment without success.
I've been following these instructions:
http://framework.zend.com/manual/2.0/en/user-guide/skeleton-application.html
The one ...
1
vote
1answer
66 views
PHP pages behind asp.net forums authentication
Been searching for an answer to this but read some conflicting reports.
I have a asp.net website with forms authentication setup and I'm adding some php pages to a subfolder within the site. I want ...
-1
votes
0answers
19 views
Running IIS hosted WebSite on MAC [closed]
I hosted one webservice into the IIS of the Test server.which works fine and opens on any windows machine..and If i try to open the URL of the webservice in the MAC machine to test.I am Unable to ...
0
votes
0answers
36 views
Application pool 'poolName' exceeded its job limit settings
Since last few hours, on our test environment, I can see this message keeps appearing in "System" in Event Viewer.
It is coming after gap of 1 - 2 minutes.
Website is extremely slow too, when I go ...
2
votes
2answers
35 views
.Net 1.1 upgrade to .Net 2 - Does it still use the .Net 1.1 framework
We have recently taken on support of a web application that was written many years ago and targeted v1.1 of the .net framework. It runs on Windows Server 2003/IIS 6 environment.
After looking at the ...
0
votes
0answers
46 views
How do you implement 301 redirects in IIS 6 using web.config?
I've recently redeveloped my website, and as a result some of the URLs have changed. I'm trying to add 301 redirects, so that PageRank from my old pages flow to my new pages.
I've found out from my ...
0
votes
0answers
18 views
how to set application pool identity with Wix
the default Application Pool Identity in IIS 7.5 changed from NetworkService to AppPoolIdentity, how can i make sure on iis6 when im enabling anonymous access to enable, that the edit anonymous access ...
0
votes
0answers
26 views
Why are our IIS 6 Application pools taking up ten times the memory being consumed by the CLR
Our IIS 6.0 application pools take up on first load of a page 155Mb of memory. On subsequent refreshing of the same page the App pool memory consumed goes up to approx 245Mb.
Its a webforms ...
0
votes
1answer
13 views
Is it possible to run asp.net mvc 4 from within a folder of a main website?
I have successfully set up an API using ASP.NET MVC 4 on IIS6 (I used Phil's tutorial). When testing, we had it as the "Default website" and so there was no conflict with anything else. I am now being ...
0
votes
1answer
28 views
CustomError IIS6 and JQuery Ajax exception handling
I have an issue where there are two levels of exception handling happening.
I make an ajax request using jquery, and from the server I throw back custom error exceptions; which is basically a ...
2
votes
0answers
38 views
Intermittent issue with YafMembershipProvider - Configuration Error reported in web.config
I have an intermittent issue with Yet Another Forum.NET where the forums just go down. It's usually at least a week between occurrences, usually more. The last for the site happened 30th April, then ...
0
votes
1answer
35 views
ASP.NET 4 emitting HTML differently in IIS7 vs IIS6 - is there a fix?
A page in our application uses a GridView for displaying -- which gets emitted as a table. We prefer to leave off the borders, so these are coded to be suppressed. See this code:
<asp:GridView ...
0
votes
0answers
18 views
IIS7.5 Not Compiling Code From App_Code folder
I just recently upgraded to IIS7.5 locally. Our Production system is IIS6.0 (Windows Server 2005). I have a folder setup with an APP_Code folder in production, linked to IIS as a virtual directory. ...
0
votes
1answer
23 views
Unicode character not showing properly
I am working on a classic asp application hosted in IIS 6. In one asp page user enters some data and this data is e-mailed using Jmail utility.
When the user enters Swedish characters like äöü the ...
0
votes
0answers
16 views
System.Speech Access denied when host website in IIS
Hi I am using following code in my website to set audio file to recognition engine . Website is hosted on Windows Server 2003 in IIS 6 . The problem is that i get Access denied error on ...
0
votes
0answers
6 views
IIS6 and WINWORD.EXE
I'm working with Windows 2003 server, with IIS 6.0 and OFFICE 2010. I have a web application developed by .NET Framework 4.0.
I'm having big troubles with WINWORD.EXE: I don't know why this ...
2
votes
1answer
27 views
How can I fix the issue of navigating to an MVC3 area causes multiple requests?
I have an MVC3 application that has an Admin portion that is redirected via a link from the _layout of all pages that are not located within the Admin area. When the link is clicked in FF, IE, or ...
-1
votes
0answers
13 views
Remove HTTP Header “Server” in IIS 6 without using URLScan
I need to remove http header server information from response. There are so many solutions for IIS7 but not for IIS6. And my company don't want to use URLScan. And don't want to upgrade to IIS7.
0
votes
0answers
4 views
Site on IIS 6 will not load, no error but ieframe.dll in tab header
I have a web service site created on II6. The service runs fine if I'm just using http protocol. But my client needs to use https protocol. I am using a self-signed SSL cert. When I try to view ...
1
vote
1answer
47 views
Programmatically Modifying the Default Physical File Location of the Default Web Site (IIS 6.0)
How do I programmatically (using C#) modify the Default Physical File Location of the Default Web Site in IIS 6.0 ?
MSDN has an article regarding this.
You can use the Home Directory tab of the Web ...
3
votes
1answer
49 views
advanced asp.net improve performance
asked for help on my application , that's run on windows server 2003 and iis 6.0 ,this applications gross now , users now about 60,000 per day. and that what i did to make it faster
a.SQL server ...
2
votes
3answers
50 views
hosting web service on iis
i create a web service in a web site project(in vs 2010). in visual studio, when i run this web site i can see this web service, like this:
the body of web service is:
/// <summary>
/// ...
0
votes
0answers
16 views
Why doesn't PreSendRequestHeaders fire on IIS6?
I've developed an HTTP module that registers an event handler for the PreSendRequestHeaders event. Within the event handler, I want to be able to add HTTP headers to the response. The event handler is ...
0
votes
2answers
52 views
Executing a Command from C# and Wait to Finish executing
I have a program that will create a new website in IIS 6.
How do I make my the execution of commands wait until it finishes.
Currently it doesn't wait, so the website doesn't get created.
I cannot ...
0
votes
0answers
7 views
Alter IIS 6 Home Directory permissions via PowerShell
Does anyone know how can i alter the marked properties via powershell?
Just the class and property is enough :)
Thank you!
0
votes
0answers
28 views
.NET Memory Leak, Memory disappears
I'm trying to find the cause of a IIS 6 asp.net 2 memory leak.
I've made two userdumps of the process 6 or so hours appart. In this period of time the amount of used memory has increased from 750MB to ...
1
vote
1answer
27 views
Why is my MySQL database crashing on Windows IIS 6 with VMWARE error 1784
This is the errormessage from the MySQL error-log
130323 1:13:49 InnoDB: Operating system error number 1784 in a file operation.
InnoDB: Some operating system error numbers are described ...
0
votes
0answers
18 views
Using account of remote server for authentication
My asp.net application is in Web Server A and have to display documents (ms-word and pdf) which are in Web Server B. Both servers are in Windows Server 2003 with IIS 6.0 and they are not in the same ...
0
votes
1answer
21 views
Encrypt and Decrypt documents through asp.net application
My asp.net application is in Web Server A and displays and let download MS-Word or PDF documents that are stored in Web Server B.
For security reasons, I was advised to encrypt and decrypt those ...
0
votes
0answers
92 views
GridView.DataBind() Out Of Memory Exception on Exporting Large Data Set to Excel
I have the "Export to Excel" button added to my jqGrid. It works fine until I linked the jqGrid to a large GridView with 20,000 records each having 200 fields (columns)
I am getting the {"Exception ...
0
votes
1answer
38 views
ASP.NET 4.0 control rendering in 3.5 style on IIS6
I am using an ASP.NET menu control in a website that is configured to use .NET 4.0 in IIS. On my development machine with IIS 7.5, the menu control is rendered using CSS styles, as is the expected ...
-2
votes
0answers
10 views
Would CakePHP run faster than PHP 5.3 on an IIS 6 server running SQL Server 2005?
Would CakePHP run faster than PHP 5.3 on an IIS 6 server running SQL Server 2005?
FastCGI seems to hang quite a bit on me right now.
-1
votes
0answers
8 views
Soap exception, set property RoutingSite=TRUE
I have a problem connecting to a custom web service, I get a SOAP Exception , hosted in a SharePoint 2007 server. IIS v 6.
The error says:
Server was unable to process request. ---> Routing site ...
0
votes
2answers
27 views
IIS6 Classic ASP cannot server one sub folder
I just setup a new server for a client to move their code from a hosted solution to a server in their office. New hardware running Windows 2003 Server with IIS 6. All the Service packs up to date. ...




