Tagged Questions
0
votes
1answer
12 views
Connection for controluser as defined in your configuration failed. on iis7.5
i have installed the phpmyadmin on iis7.5 server8
my config.inc.php is
`
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* phpMyAdmin sample configuration, you can use it as base for
* manual ...
0
votes
0answers
15 views
web.config not accepting url queries
Below is an example of the code in the web.config document. This method works just fine, but it's only to show that we have it working. We are running IIS 7.5 and MS Windows Web Server 6.1.
...
-1
votes
1answer
7 views
IIS - deleted parent of virtual directory but vDir still handling requests [closed]
I wanted to delete a virtual directory which was under a folder which also would become useless once the vDir was remove, so I deleted the parent folder in explorer and refreshed the site.
Requests ...
-3
votes
0answers
16 views
What could be the reasons for high Request Latency in .NET Web Application? [closed]
What could be the reasons for high Request Latency in .NET Web Application ?
This is not always the case but sometimes the request latency goes very high, and sometime continuously high for 4 to 5 ...
0
votes
0answers
20 views
503 (Service Unavailable) - IIS 7.5 deployed MVC web application
Every 24 hours or so, we receive a 503 from our IIS 7.5 web server that hosts our MVC application.
I read some related articles and checked if the Application Pool/Identity had the necessary ...
0
votes
0answers
13 views
IIS - Change IP address - forbidden access [migrated]
I am hosting several sites on IIS 7.5 on Server 2008 R2.
The server has a local IP address - 192.168.0.2. All port forwarding goes through the router and all works fine.
I have a license file for ...
0
votes
1answer
23 views
ASP.Net wont launch - IIS error because it's not in root?
I have a ASP.Net solution that I have checked out of SVN. I have saved it under c:\inetpub\solution-name\. The file I am trying to launch is in ...
0
votes
1answer
8 views
HTTP Error 404.3 in iis
I'm trying to access my site but it's showing an error message HTTP Error 404.3.
Error-Message
HTTP Error 404.3 - Not Found
The page you are requesting cannot be served because of the extension ...
0
votes
2answers
45 views
Reducing number of redirects - http to https
I am trying to reduce the number of redirects at my website login page in order for the page to load faster. My final task is deciding if it's possible to remove the redirect for the login page and ...
1
vote
1answer
47 views
IIS7.5 Not Compiling Code
I have just upgraded to using IIS7.5 to host websites on localhost. However, the dynamic compiling of ASP.NET is not working for any web site. I have checked the C:\windows\microsoftnet\framework... ...
0
votes
0answers
9 views
Is requests in IIS httppipeline processed serially?
Based on iis architecture, request from client hitting IIS will pass through httppipeline, specifically through each httpmodule and finally reaches respective httphandlers and then to worker process. ...
0
votes
0answers
17 views
Unable to run .Net 4.5 Assemblies in IIS7.5
I have a 64 bit server running Windows Server 2008 R2. The server has IIS 7.5 which hosts some ASP.Net sites and WCF data services.
We recently installed .Net 4.5 on the machine in order to host some ...
1
vote
1answer
38 views
IIS is Redirecting to a 404 Error Page When There is a Hash Value (#) in the URL That Includes a Period
I've come across some behavior that I can't seem to figure out. Some users notified me that tumblr urls were not working for my site.
Tumblr is adding a hash (#) plus some random characters of which ...
0
votes
1answer
24 views
ASP.Net Forbidden URL with Internet Explorer
I have an issue here which has me baffled.
Another developer and myself developed an ASP.Net Web Forms application four years ago and the site has been live since. About 6 months ago we moved the ...
0
votes
0answers
20 views
How to redirect https to subdomain?
I want to redirect both http://www.mysite.com and https://www.mysite.com to https://secure.mysite.com under IIS7.5.
I've installed the HTTP Redirect module, which seems to work fine for http:// ...
-1
votes
0answers
14 views
Non Standard IIS 7.5 website location [closed]
I have had to build a new 2008R2 server for a friend as their server got hacked and as such I only have the raw website data taken from d:\WebSites
I have tried the appcmd to export as per below but ...
0
votes
0answers
60 views
asp.net mvc 4 application, uploaded files by user getting a HTTP Error 401.3 - Unauthorized
I have an Asp.Net MVC 4 website, and users can upload photos via a 'members area'. The system is then saving the original file, as well as resizes 3 different versions (small, normal, large).
The ...
0
votes
1answer
59 views
Local SMTP Server
I used IIS5.1 prior with the Virtual SMTP Server to send some internal mail. However, we've been upgraded to IIS7.5 and there is no SMTP Server for some reason Microsoft doesn't have a fit explanation ...
0
votes
1answer
66 views
IIS7.5 server error 500 when web.config in subdirectory is present
I have 2 IIS7 servers working in NLB cluster, and replicated by DFSR service. It works.
On each one I have ASP.NET application. It has its web.config file. This file is replicated, so it's identical ...
-1
votes
0answers
41 views
IIS 7.5 Virtual Directory unable to browse home page [closed]
I have deployed a web application named hfm in IIS 7.5
When do the browse of its home page it throws the below error message:
hfm (my virtual directory--> RightClick --> Manage --> Browse)
Internal ...
4
votes
2answers
98 views
ASP.NET MVC 4 Catch-all only firing on local, not on remote requests
In an ASP.NET MVC 4 application, we have set up a catch-all route as follows:
routes.MapRoute(
name: "UnKnown",
url: "{*url}",
defaults: new { controller = "CatchAll", action = ...
0
votes
0answers
16 views
IIS 7.5 Rewrite rule to find the paramater after the last dash
My current URL's look like this:
/for-sale/city/address/gp-6225-1015
where 1015 is the ID in the database. Now I need a rewrite rule so my new URL's will look like this:
/for-sale/city/address/1015
...
0
votes
0answers
52 views
XMLHTTPRequest is not working with IIS integrated Mode
While running the code under classic mode works fine.....but it fails when runnnig under integrated mode.
Here is the code: -
function callAjax(method, request, callback) {
http = newHTTP();
...
0
votes
1answer
105 views
IIS 7.5 MVC4/.NET4.5 Nothing but the default page loads
... everything else (scripts, css, other pages) return a 404 error. This works on my DEV machine under IIS Express so I'm assuming I've configured IIS 7.5 incorrectly, but nothing leaps out at me. ...
0
votes
1answer
23 views
Set IIS 7 to listen to different port than 80
I know it can be done for each of the site hosted but Can IIS's default port be set to a different one?
0
votes
0answers
14 views
Mix base authentification and forms authentification
I have in iis site that have both base authentification and forms authentification enabled.When I go to site window with login and password appeares.But when I enter login and password for base ...
0
votes
1answer
53 views
Security of IIS 7.5 impersonation?
I posted this question here before: http://security.stackexchange.com/questions/34405/iis-7-5-impersonation-threat but I thought I would try it here as well if that's ok.
I am using IIS 7.5 and I ...
0
votes
1answer
171 views
How to access multiple website using different bindings on IIS 7.5
How can I access different websites hosted on my local IIS 7.5 (using different bindings) from my ipv4 address?
My system32\drivers\etc\host file has my binding names mapped to 127.0.0.1
In IIS, I ...
0
votes
2answers
37 views
404 on static file
I try to open a static file (a PNG image) in my web browser but it returns a 404.
I then stop and start the website and try again and I can see the image. But as soon as I hit CTRL+F5 in my browser, I ...
0
votes
1answer
118 views
IIS as a reverse proxy - compression of rewritten response from backend server
I am implementing a reverse proxy for routing requests to a backend server.
Functionally everything works correctly, however I am concerned that all responses from the backend server are transferred ...
0
votes
1answer
31 views
IIS dynamic redirect rules
I am writing a number of redirect rules in IIS and need some guidance to make them as dynamic as possible.
I want to have a rule that goes from /foldername/* to /newfolder/foldername/*
And the file ...
1
vote
3answers
71 views
Add Standalone ASP.Net Application Into Existing ASP.Net Website
I have a weird question for everyone. I am currently working on a project for a company that has an existing ASP.Net website that they have lost all source code for. I need to add some functionality ...
0
votes
1answer
162 views
IIS 7.5 forces the http header CacheControl to Private
In my .NET code, I have a custom handler that process Http request and in the ProcessRequest Method calls a custom HttpModule to set Http Cache Headers.
The HttpModule sets the header in the ...
0
votes
0answers
105 views
IIS 7.x process settings for asp.net 4.0 mvc web api?
I have a mvc web api process running in IIS 7.5 that was passed down to me and I'm trying to find the best process model settings. I have referenced the follolwing article ...
1
vote
2answers
294 views
Access to the path 'xxx' is denied (where 'xxx' is a folder)
I know this has been asked before many times, but I have browsed tens of similar questions without help.
This error is showed when my asp.net 4.0 application tries to access a folder on my local ...
1
vote
2answers
51 views
What Windows account does an ASP.NET 4 application run under?
What Windows user account does an ASP.NET MVC 4 app run under?
When I deploy my MVC app to IIS 7, it isn't writing exceptions to the log file. I stepped into the source while the application was ...
-1
votes
1answer
159 views
Session lost after editing code behind file with IIS Express
So I have a ASP.NET 4.0 web forms project that I am developing. My localhost web server is IIS Express. If I edit an aspx file and hit save IIS Express reloads all symbols and clears the current ...
1
vote
1answer
95 views
IIS 7.5 URL Rewrite 2.0 to HTML Page
I have the following rule:
<rewrite>
<rules>
<rule name="FlowURLs">
<match url="^flows/[_0-9a-zA-Z-]+/[_0-9a-zA-Z-]+/([._0-9a-zA-Z-]+)" ...
0
votes
1answer
131 views
IIS 7.5 Static Content Compression (not consistent )
I have the following web.config:
<urlCompression doStaticCompression="true" />
<httpCompression>
<dynamicTypes>
<add mimeType="text/*" ...
0
votes
0answers
89 views
404.17 error - requested content appears to be script
I have a similar question to this one;
IIS 7.5
Server 2008
ASP.Net 4.0 web site
The error I get when trying to run the site is this:
HTTP Error 404.17 - Not Found
The requested content ...
2
votes
2answers
334 views
Compiler Error Message: CS0103: The name 'BusinessLogic' does not exist in the current context
Like lot of people, I got CS0103 issue, but I've not found a good solution on the existing topics when working with IIS7.5
The strange thing is:
The site is working fine under IIS5.1 / XP (at ...
0
votes
0answers
28 views
IIS 7.5 Two-Way SSL access is denied
I have a Windows 2008 IIS 7.5 asp.net application running as a local user account that has IIS USR group permissions. I am trying to connect to an external service using two-way SSL, which passes a ...
0
votes
0answers
31 views
Can a folder in a VS2012 website project be treated like a separate application (like in IIS)?
Basically I have two separate websites in a VS2012 solution. When they get deployed they are always set up in IIS as the second website being an application under the first.
In Visual Studio, I'd ...
0
votes
1answer
73 views
Precompilation related error from an ASP.NET website that is NOT precomplied
I have an ASP.NET website that is XCOPIED to production. I do not publish this website using Visual Studio. I just copy all the aspx and code behind pages to production. There is no publish config ...
0
votes
0answers
349 views
NetTcpActivator service (Net.Tcp Listener Adapter) stops responding occasionally
In my current project we (I mean "project team") use WCF services hosted on IIS.
Here are some technical details which may be important:
We use NET 3.5 for WCF services
We use NET.TCP communication ...
5
votes
2answers
67 views
Disallow query parameters on certain files in IIS 7.5 or with .NET
Is there a generic way to disallow querystring parameters on a for example .swf files in IIS 7 or using .Net?
We have an appllication with a thrid party swf file that allows XSS by calling it with ...
0
votes
1answer
161 views
How many threads per logical cpu can IIS7.5 64bit handle at once?
How many threads per logical cpu can IIS7.5 64bit handle concurrently? I have heard 12 IIS processing threads per logical cpu but I have also heard it was 100 IIS processing threads per logical cpu.
...
4
votes
1answer
343 views
IIS 7.5 Application Initialization for ASP.NET web service (warmup) without remapping requests
I'm trying to use the IIS 7.5 Application Initialization extension to configure a warmup process for my web application. This is an approach I am taking to minimize slow downs caused by application ...
0
votes
1answer
123 views
IIS7.5: Is there a way to use Require SSL and URL Rewrite Module together for https? [closed]
In IIS7.5, I have a URL Rewrite rule that redirects http requests to https. If I check "Require SSL", I get a 403 Unauthorized instead of a redirect, which makes sense.
Is there a way to use them ...
1
vote
1answer
139 views
How to configure ASP.Net website to have access to Active Directory
I am trying to create a intranet website which can look up a users email address based on their Active Directory username.
I have the following in my web.config:
<authentication ...



