0
votes
0answers
15 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
28 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
20 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
31 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
39 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
33 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
25 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
24 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
33 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
14 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
17 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
58 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
votes
0answers
25 views

Convert web.config to .htaccess [closed]

We are moving over 200 websites from IIS to Apache. Most sites are controlled by web.config Here is an example of one: <?xml version="1.0" encoding="UTF-8"?> <configuration> ...
1
vote
1answer
42 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
29 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
50 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
26 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
45 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
39 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
30 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
20 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
0answers
8 views

Prevent IIS from executing scripts in a specific directory [migrated]

Can I prevent script execution inside directory on IIS with web.config like I can with Apache's .htaccess file? Some kind of equivalent to this .htaccess code: <filesMatch ...
0
votes
1answer
21 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
18 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
56 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
47 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
59 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
56 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
25 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
32 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
114 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
65 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
21 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
22 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
147 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
60 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
24 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
54 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
16 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
31 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
90 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
46 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
76 views

Using OpenWebConfiguration on a remote server

We're trying to build a tool to help us manage a web app and to do that, I need to remotely update the web app's web.config file. In my code, I have: var config = ...
0
votes
0answers
86 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 ...
0
votes
0answers
45 views

WebResource.axd failing to get WebForms.js and WebUIValidation.js

I'm trying to deploy a .NET 2.0.50727 web site to a box running IIS 6.0 and the following 2 GET requests are failing. ...
0
votes
1answer
120 views

How to secure user data in ASP.NET Forms Authentication

I am making an ASP.NET website and am using Forms Authentication; I am using a custom provider for all the security parts (the excellent TinyProviders xml based data providers). Currently, the users ...
0
votes
2answers
26 views

Why the home page is not shown?

I am working on a project, and I have some controllers there.Two of them is named "Class" and "Home" controller and the Class controller has a view named "Index" and the Home one has a view named ...
2
votes
0answers
100 views

Why does Visual Studio complain about my web.config trace listeners configuration?

In my web.config I have the following settings: <system.diagnostics> <trace> <listeners> <add name="AzureDiagnostics" ...
0
votes
1answer
153 views

Cannot browse MVC site hosted on IIS 7.5 from remote connections

I have just deployed my MVC application using web-deploy on IIS 7.5. I am able to browse from the same PC as I deployed it (e.g., http://localhost/mysite/index) however, when I try to access it from ...

1 2 3 4 5 8