Tagged Questions
0
votes
0answers
7 views
How can I fix this? Session state issue on IIS 7
I have this problem which I really can't solve. I tried adding this to my web.config:
<pages enableSessionState="true">
<system.web>
<sessionState mode="InProc">
...
0
votes
0answers
13 views
Translating nginx rewrite rule to Windows web.config
Someone shared useful rewrite rule for Korean CMS that I am using but I am using windows server.
Could anyone kindly change following rules to Windows server Web.config for IIS 7.5 rewrite rule?
I ...
0
votes
0answers
18 views
Routing all requests for different domains to different folders on the same root
I posted a question up yesterday basically I have a single plan with winhost and I want to be able to have multiple domains (that are all pointed at my root) go to different subfolders and in these ...
0
votes
0answers
6 views
How can I translate this .htaccess Content to IIS web.config? How to turn off HTTPS and redirect to HTTPS in .net or web.config
How to turn off HTTPS and redirect to HTTPS in .net or web.config?
RewriteCond %HTTPS (?!off).*
RewriteCond Host: (.*)
RewriteRule (.*) http\://$1$2 [I,RP]
0
votes
0answers
14 views
IIS rewrite rule not working?
I need to redirect some URL's
Below Given:
www.mysite.com/account to www.mysite.com/account.php
also
www.mysite.com/account/ to www.mysite.com/account.php
i used this code in web.config
<rule ...
2
votes
1answer
73 views
ASP.NET: HTTP Error 500.19 – Internal Server Error 0x8007000d
I am replicating web application deployment and found several issues related to HTTP Error 500.19. My machine is running Windows 7 while the working development is using Windows 8. We're developing ...
0
votes
1answer
53 views
URL rewrite in ASP.NET IIS error
I've tried to rewrite a URL of a .aspx page, but i find all times this error :
error 500.23 : An ASP.NET httpHandlers configuration does not apply in Managed Pipeline mode.
premise: I'm using ...
1
vote
0answers
53 views
Asp.net 2.0 solution getting hundreds of HttpRequestValidationException from other sites not my own
Ive got an interesting issue happening.The site is getting a bunch of the error messages from other sites (not my own):
Exception type: HttpRequestValidationException
Exception message: A ...
0
votes
0answers
32 views
Rewriting urls with web.config file?
I need to write a web.config file that redirects urls like they are specified in this .htaccess file. I am deploying to multiple sites so this needs to work when the site is based both at root and in ...
0
votes
0answers
60 views
Webservices do not work on server
Since the last time I hosted website(VS 2010) on IIS 7, none of the webservices work. My project has many webservices in different forms and none seems to work. When I invoked directly,entering URL in ...
0
votes
0answers
28 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.
...
0
votes
2answers
50 views
Web.Config to block entire website
I have a login system in place at the moment to stop all non-authenticated users from viewing the content of my website. I can confirm the login works.
The problem I am facing now however is with my ...
0
votes
2answers
50 views
IIS WCF Config: service only uses default behavior
I am learning about WCF deployment in IIS and I have found something strange. Basically my service only uses the default behavior regardless of how I set the behaviorConfiguration attribute of ...
0
votes
1answer
60 views
Umbraco: Deny public access for media files of content
I'm working with Umbraco 4.11.8.
For my website I have a document type, that contains a field to upload PDF files. The created content items of this document type aren't public so a specific ...
1
vote
0answers
56 views
how to set web.config default page for php index file
I'm trying to start my web site on iis server and I use php for that.
every thing is fine on server but defaultDocument.
how can I set that on web.config file.
<?xml version="1.0" ...
0
votes
0answers
39 views
htaccess rewrite rule to web.config
I'm migrating a website from a Linux/Apache2 server to a Windows/IIS7.
My website depends on a strict but simple .htaccess rule:
RewriteEngine on
RewriteCond $1 ...
0
votes
1answer
51 views
IIS Rewrite root folder to different subfolders
I'm setting up a folder structure inside an application that looks like such:
c:\inetpub\wwwroot\contoso\public
c:\inetpub\wwwroot\contoso\secured
I am wanting to map the following URLs to those ...
0
votes
0answers
21 views
Getting IIS Role from Encrypted Cookie
I am trying to get a login working correctly but have run into a little problem. I do not have access to the C# code only the web side of everything so I am not sure if what I need is even possible.
...
0
votes
0answers
24 views
ASP how to get authorization rules in code? Not section from web.config, but actual rules
Well, to be honest, problem is why 'currentUser.Identity.Name' is blank.
Options are:
`<authentication mode="Windows">
</authentication>
<identity impersonate ="false"/>`
And IIS ...
0
votes
1answer
134 views
Custom error pages in web.config file are not covering all url paths
In my web.config file I have specified some custom errors:
<customErrors mode="RemoteOnly" defaultRedirect="~/Error">
<error statusCode="500" redirect="~/Error" />
<error ...
1
vote
1answer
71 views
Rewrite rules in ISS's web.config
I'm just trying to get some code running on ISS that has been running on Apache for a long time.
A particular mod_rewrite rule is proving difficult to get working.
In Apache I've used:
RewriteRule ...
0
votes
0answers
39 views
How do I run a PowerShell script “in” IIS?
I'm reading up on a particular command (SET-WEBCONFIGURATIONPROPERTY) and I'm getting the "is not recognized as a cmdlet" error. Suggests to me that I'm missing a snap-in of some sort, even though I'm ...
0
votes
1answer
93 views
IIS Reverse Proxy to Different Server
I am trying to figure out if its possible to do a Reverse Proxy in IIS that actually hit a different web server end point. I have used it to traverse Ports on the same machine, but never to a ...
0
votes
0answers
31 views
Looping URL with IIS and URL Rewrite
I've encountered an odd issue and I need some assistance determining the error source.
I am developing a website which has a few pages in the /pages/ directory. The root is being reserved for ...
0
votes
2answers
92 views
Internal Server Error with web.config ipSecurity
This is my web.config which has some tags for blocking Ipaddress
<configuration>
<connectionStrings>
...
</connectionStrings>
<appSettings>
....
</appSettings> ...
0
votes
2answers
48 views
Change 'magic_quotes_gpc = On' in web.config
how to change the property 'magic_quotes_gpc = On' to 'magic_quotes_gpc = Off' in web.config file? It's a server with IIS, and I can not edit the PHP.ini
In the file htaccess.txt not work:
php_flag ...
0
votes
1answer
57 views
update IIS webconfig
I have created a c# project. Now i want to save an ip address in the web.config file with the help of key and value.
<add key="ip" value="xxxx.xxx.x.xxx" />
Now i am able to read the value ...
0
votes
0answers
23 views
change URL using url rewrite for asp.net using IIS
Is it possible to change my URL using URL rewrite in the asp.net web.config file
from: http://www.abc.com/Blog/tabid/83/catid/31/Cars
to : http://www.abc.com/Blog/Cars
thanks
0
votes
0answers
12 views
Friendly URL groups with the same pattern
Web-site structure is as follows:
http://www.domain.com/company/about.aspx
http://www.domain.com/company/contact-us.aspx
http://www.domain.com/product/features.aspx
...
0
votes
1answer
22 views
Overwrite php.ini settings on IIS
I tried to make an PHP upload form on a windows server, but the upload didn't work because there's no temporary directory. I checked which value is set for the upload_temp_dir and phpinfo() says "no ...
0
votes
1answer
20 views
IIS Rule Convert To .htaccess Rule
I need some help writing a .htaccess rule that:
Removed the .php extension from a file name
Rewrites variables.
So, a url like www.example.com/contact-us/456/789 would be interpereted by the ...
0
votes
1answer
67 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
2answers
68 views
iis redirect subdomain to subfolder on same subdomain
I have an IIS site and Im trying to use ReWrite 2.0 to redirect a particular subdomain to a sub folder. Within my IIS site I have it binded to two different domains:
one.example.com
two.example.com
...
1
vote
1answer
71 views
Large file upload not going to custom error page when way over size limit
In my web config I specify a max size allowed and the custom error page with the following settings:
<system.web>
<httpRuntime maxRequestLength="102400" executionTimeout="600"/>
.
.
.
...
1
vote
1answer
66 views
Intermittent IIS/Azure Errors
I have a web app running on an Azure VM. It is single-code base, multiple db's. Based on appsettings in the web.config (basically localhost or production), it knows which database to use.
Just ...
0
votes
0answers
33 views
How do I use assemblyBinding to access assemblies in a child web application from the parent?
We have a thoroughly developed solution that interfaces with a service that supplies a specialized database and assemblies to use (dll files). One of the terms of the agreement with this service ...
0
votes
0answers
34 views
How do I configure IIS to allow for extensionless scripts in a URL
I want to set up IIS so that if I have some script 'main' in my web root which is actually a php file and I resolve domain.com/main/virtual/directory/ IIS will treat the request as a request for the ...
2
votes
2answers
157 views
Trying to read web.config file for an IIS site from a Windows service
I am trying to look for a special web.config file for a web site installed on a local IIS. I do this search from a Windows service. I do the following:
using (ServerManager serverManager = new ...
0
votes
1answer
100 views
IIS Authentication in web.config
In our project, a user can upload documents to a directory. The problem is that a user cannot access those files via the URL.
After playing around with permissions in IIS, I was able to download a ...
0
votes
0answers
26 views
Using Windows Azure Websites with ExtensionlessUrlHandler
I've been searching for a while, and hopefully you have some suggestions I could try. So I have a RESTful service written in PHP using CodeIgniter and REST Server library. URL rewriting works perfect, ...
0
votes
1answer
24 views
Get a List of non-inheritet connectionstrings in C#
I have an IIS (>7) with two applications /foo and /foo/bar. Both have several connectionstrings and I need to get a list of all connectionstrings of /foo/bar that are not inherited from /foo. I use ...
0
votes
2answers
263 views
MVC 4 Entity Framework Web config
I have an application which connects to our SQL Server 2008 enterprise.
My config file contains:
name="patbase" connectionString="Data Source=pbsqlserver1;Initial ...
0
votes
0answers
79 views
Could not load file or assembly App_Web_XXXXXXXX - ASP.Net - IIS
I'm trying to upload my asp website to the server, it works fine in local
But I keep on getting this error
Line 1 : <%@ page language="C#" autoeventwireup="true" inherits="Devis, ...
0
votes
1answer
27 views
Friendly URL with the same pattern
I can redirect and make a single Friendly URL:
<rule name="RedirectUserFriendlyURL1" stopProcessing="true">
<match url="^Product/Tour\.aspx$" />
<conditions>
...
0
votes
0answers
60 views
Setting rewrite rule for only one link in web.config of wordpress
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<configSections>
<sectionGroup name="system.webServer">
<sectionGroup name="rewrite">
<section ...
0
votes
0answers
17 views
Comparing web.configs across multiple environments
I need to compare many many webconfigs. Theres 5 or 6 different environments and probably 30-40 web.configs in each. Any recommendations on the best way to go about this daunting task?
EDIT: I'm ...
1
vote
1answer
37 views
Canonical Redirect on the server only
I can redirect all domain.com-s on a www.domain.com and it's working on the server like a charm:
<rewrite>
<rules>
<rule name="Canonical Host Name" ...
0
votes
0answers
189 views
IIS7 - convert .htaccess to web.config
how to convert .htaccess to web.config.
I just come to know that I need to use web.config instead of htaccess. Please find my htaccess below
RedirectMatch 403 (?i).*\.log$
RedirectMatch 403 ...
0
votes
1answer
52 views
WCF showing the “You have created a service.” page instead of WSDL
I have a WCF service running inside an ASP.NET MVC 4 application. The site is running on IIS8 on Server 2012. Until recently, the WSDL pages loaded without any problems. This week, the WSDL no longer ...
0
votes
0answers
92 views
web.config 301 redirect from secondary to primary domain (IIS)
I have domain.com and domain.co.uk
domain.co.uk is the main site, and I have an alias (in the rackspace cloud) set up to that .com is effectively CNAMEd to the .co.uk.
The problem is, if I go to ...




