Quantcast
Channel: All Forums
Viewing all 26858 articles
Browse latest View live

Error: That assembly does not allow partially trusted callers.

$
0
0

I have a asp.net website that successfully uses a SOAP service on my local development machine (Windows 8.1 / IIS 8.5).

When I upload the website to the production server (2008 R2 / IIS 7.5) the SOAP request results in this error.  I have searched around and have had trouble coming up with a viable solution. 

This is .NET 4.0 if that is pertinent.

Edit -- I should note that I think this is an IIS configuration issue and not an ASP.NET issue because of the fact that it runs on my machine (worst excuse, I know).  Also, I know that the different versions of IIS confuses matters, but I really don't want to provision a new Server 2012 on a wing and a prayer that it will solve the issue. My understnading is that IIS 8 will not run on Server 2008.

System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> That assembly does not allow partially trusted callers. Generated: Fri, 06 Dec 2013 17:21:22 GMT

System.Web.HttpUnhandledException (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> That assembly does not allow partially trusted callers.    at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)    at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)    at publicservices.PublicAuthService.GetUser(String encryptedHash, String accessKey, Int32 siteUID)    at UserManager.Page_Load(Object sender, EventArgs e)    at System.Web.UI.Control.LoadRecursive()    at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)    at System.Web.UI.Page.HandleError(Exception e)    at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)    at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)    at System.Web.UI.Page.ProcessRequest()    at System.Web.UI.Page.ProcessRequest(HttpContext context)    at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)


HTTP 400 (Invalid Hostname) for OWA - Exchange 2010

$
0
0

Hi,

I have an MS Exchage 2010 server (Win2k8R2) that when we try to use the https://servername/owa/auth/logon.aspx?replaceCurrent=1&url=https%3a%2f%2fservername%2fowa%2f URL it will throw a HTTP 400 (invalid hostname). I've check the authentication type and they match. I've checked the Forms service and it's running (though we don't use forms wased auth). I've run wfetch and get this output:

started....WWWConnect::Connect("server","443")\nsource port: 54702\r\n
REQUEST: **************\nGET / HTTP/1.1\r\n
\r\n
Host: server\r\n
\r\n
\r\n
RESPONSE: **************\nHTTP/1.1 400 Bad Request\r\n
Content-Type: text/html; charset=us-ascii\r\n
Server: Microsoft-HTTPAPI/2.0\r\n
Date: Mon, 18 Nov 2013 17:27:39 GMT\r\n
Connection: close\r\n
Content-Length: 334\r\n
\r\n
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN""http://www.w3.org/TR/html4/strict.dtd">\r\n
<HTML><HEAD><TITLE>Bad Request</TITLE>\r\n
<META HTTP-EQUIV="Content-Type" Content="text/html; charset=us-ascii"></HEAD>\r\n
<BODY><h2>Bad Request - Invalid Hostname</h2>\r\n
<hr><p>HTTP Error 400. The request hostname is invalid.</p>\r\n
</BODY></HTML>\r\n
WWWConnect::Close("server","443")\nclosed source port: 54702\r\n
finished.

Everything else that is Exchange related seems fine (OWA/ECP/etc), but not this URL. Nothing in the IIS log is very helpful either:

2013-11-18 17:30:17 <SERVERIP> POST /owa/auth.owa - 443 - <CLIENT IP> Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+6.1;+WOW64;+Trident/6.0;+SLCC2;+.NET+CLR+2.0.50727;+.NET+CLR+3.5.30729;+.NET+CLR+3.0.30729;+Media+Center+PC+6.0;+.NET4.0C;+.NET4.0E) 400 0 0 0

Anyone have any ideas or other tests I can run to resolve this annoyance?

Thanks!

Windows Auth - AD LDS Instance

$
0
0

i'm an IIS noob, so please be gentle. :)

 

I have a server 2008 R2 running IIS 7.5, and would like to turn on authentication for a website against an LDS Instance.  The LDS instance sits on another server 2008 R2 box with the AD LDS role added. I believe I need to use Windows Authentication for this, using NTLM, I could be wrong there.  I've enabled that authentication and am gettnig the login prompt on my website now; but where do I go about configuring the settings to have it authenticate against my LDS Instance?

Also, a side note, eventually I have to move this to our production server (server 2003, running IIS 6.0), so i'm hoping whatever method I get working in test is someting I could implement on our prod server.

 

Any help is greatly appreciated.

Thanks!

Blank aspx pages

$
0
0

ASP.NET 4.5 App written in C# VS2012 on Windows 8 IIS8 machine.

 

It runs fine in the development environment and, when deployed to c:\inetpub\wwwroot on the W8 IIS8 machine.

When deployed to Windows Server 2008 SP2 IIS7 (32 bit machine), the main page (html only) serves just fine, but when any of the links to .aspx pages is clicked, a blank page is returned.Note: this is a 32-bit machine and is SP2, not R2

Normally you would go to the inetpub\logs\logfiles folder and read the appropriate log. However, when I do this,

THE RETURN CODE IS 200!!!  IE: there is no error.

However, the html returned for the page is

<html>

<head>

    <title></title>

<body />

Is anyone successfully running such a scenario?

 

CGI Problems when trying to install Wordpress locally

$
0
0

I've had quite a bit of trouble trying to set up a wordpress site on my local machine through IIS, but step by step, I've managed to resolve errors (and run into new ones), until now.

I run Windows 7 Home Premium and IIS 7.5

Now when I try to browse my site, I get an error 500.21, complaining about (and I'm translating here):

The handler PHP54_via_FastCGI contains the erroneous module FastCgiModule in it's list of modules

So I went to install CGI support for IIS via the control panel, but after doing this, I wouldn't even find the localhost site any longer (and it would look at port 50 thousand something, rather than the configured 8081). I did notice somewhere that IIS 7 does not support CGI for all Win 7 versions, but that it should support it for Home Premium.

So where do I go from here?

How do I prevent AspxSpy?

$
0
0

AspxSpy : http://code.google.com/p/aspxspy/downloads/list

Server : Windows 2008
Sp : Service Pack 2
Hotfix : All installed
IIS : All sites different user and different application pool

HowTo: Enable RDS.Dataspace Objects in IIS 7

$
0
0

I posted this as a response to another thread on the General Forum, but thought I'd copy it here in hopes it might generate a little more search engine love for those folks that have been as frustrated as I have trying to find guidance on how to enable RDS.Dataspace objects on IIS 7 web servers.

Disclaimer - I know that the use of RDS.Dataspace business objects is likely to generate some mild cardiac events in network admin types, but when you are faced with legacy applications that still rely on it, and cannot be modified to apply modern web services techniques, little choice remains if you are wanting to upgrade your server platforms. What follows are the steps I used to enable RDS on IIS 7 (both x86 and x64 versions). My own interest was for providing remote RDS-based desktop clients with access to the middle-tier business objects they require, but the same steps should also work for classic ASP apps that need to invoke COM+ objects in a similar fashion. 

---------------------------------- 

I will attempt to list the steps I followed to get it enabled on my servers in hopes that it might reduce the amount of frustration folks have been having trying to find information on how to get this working (based on my own futile efforts to find similar content on the interweb thing).

Note: I think the biggest tip I can suggest is to attempt this on a fresh W2K8 server install with the Application Server and Web Server roles enabled (get RDS working first prior to attempting to add websites or applications that rely on it). Hopefully you all have access to a snapshot of a baseline virtual server image that you can easily revert to in the event something goes haywire (I have to say that Hyper-v has saved my butt a number of times in my efforts to get this working – it simply ROCKS!). There are a couple of tricks involved here – this is especially true in 64-bit land. If you do not have this luxury, I’m afraid that YMMV with regard to the steps outlined in this guide.

Steps to provide MSADC /RDS Dataspace support in IIS 7:

1.      Login with credentials that provide local admin permissions

2.      Open IIS Manager and connect to the local computer

3.      Double-click the “ISAPI and CGI Restrictions” icon in the IIS section of the “Home” pane

4.      Select “Add” from the Actions pane

5.      Set the “ISAPI or CGI path” by navigating to the location of msadcs.dll

a.      On 32-bit machines the default location is found at “C:\Program Files\Common Files\System\msadc\msadcs.dll”

b.     On 64-bit machines, you will also want to be using the 32-bit version of msadcs.dll (this is the only version I could get to work at any rate), so make sure you direct the path to point at the proper bits found in “C:\Program Files (x86)\Common Files\System\msadc\msadcs.dll”

6.      Provide any description you like – I chose “RDS ISAPI Library”

7.      Check “Allow extension path to execute” and click the OK button to dismiss the dialog

8.      Highlight the newly created entry in the ISAPI and CGI Restrictions pane and click “Edit Feature Settings…” link in the Actions pane. Check the “Allow unspecified ISAPI modules” checkbox. Click the OK button to dismiss the dialog

9.      Click on the local computer name in the “Connections” pane again and then double click the “Handler Mappings” icon found in the “Home” pane

10.  Double-click “ISAPI-Dll” in the Features View pane (don’t worry that it appears grayed out, you will enable it in a later step)

11.  Accept the defaults for the “Request Path” and “Module.”  Use the “…” button to browse to the  msadcs.dll (don’t forget that you want the 32-bit version if you are configuring a 64-bit server)and set the “Executable” value. Click the “Request Restrictions” button.

12.  On the “Mapping” tab, check that “Invoke handler only if request is mapped to: File” is selected

13.  On the “Access” tab, check that “Execute” is selected, then click the OK button to dismiss the dialog

14.  You will then receive a prompt asking if you want to allow this ISAPI extension – well duh, click the Yes button.

15.  Highlight the “ISAPI-dll” entry from the “Handler Mappings” pane and click the “Edit Feature Permissions” link in the “Action” pane. Enable all 3 permissions (Read, Script, and Execute). Click the OK button – the ISAPI-dll handler should now move to the “Enabled” category.

16.  64-bit users only– Since RDS is now configured to run in 32-bit address space, you will need to either create a new 32-bit enabled application pool or modify the existing default app pool (I’d recommend creating a new one unless you don’t mind forcing all of your default web apps to run in the 32-bit mode).

a.      Click on Application Pools in the Connections pane and click the Add Application Pool link in the Actions pane.

b.     Give your new App pool  a descriptive name (i.e. “32 bit App Pool”), set it to use the .NET 2.0 Framework, and run in Integrated managed Pipeline Mode. Click OK.

c.      Highlight the new 32 bit App Pool and click the Advanced Settings link from the Actions pane

d.     Set the General->Enable 32-bit Applications value to True. Click OK

17.  So far so good – about all we need to do in order to complete the IIS 7 RDS configuration tasks is add an MSADC application to the default web site. Expand the “Sites” under the local computer name in the “Connections” pane and select the “Default Web Site” Icon. Click the “View Applications” link in the “Actions” pane

18.  Click the “Add Application…” link in the “Actions” pane. Enter “MSADC” as the “Alias”, select an appropriate Application pool (the Default App Pool for x86 machines or the new 32 bit App Pool created for x64 servers), and navigate to the appropriate 32-bit version of the “msadc” folder to set the “Physical path” value.

19.  In order for RDS to be used to invoke COM+ Business Objects, the MSADC Application needs to impersonate the same identity used by the COM+ applications servicing the targeted business objects. Before dismissing the “Add Application” dialog, click on the “Connect as…” button

20.  Under “Path Credentials” select the “Specific user” and click the “Set” button

21.  Supply the appropriate service account credentials that match the COM+ Application Identity in the spaces provided. Note: The “User name” field needs to be entered in the domain_name\user_name format (i.e. “MyDomain\MyCOMServiceAccount”). Click the OK buttons until you’ve dismissed all dialogs.

22.  Restart IIS by clicking on the local computer name in the “Connections” pane and clicking on the “Restart” link in the “Actions” pane

23.  If all went according to plan, IIS 7 is now configured to support RDS.Dataspace object creation from remote clients or ASP pages. But you are not quite ready to use it yet – you still need to create the appropriate ADCLaunch registry entries to expose your COM+ business objects for consumption by RDS clients.

a.      Open regedit.exe

b.     Navigate to: HKLM\SYSTEM\CurrentControlSet\Services\W3SVC\Parameters\ADCLaunch

(where “HKLM” = HKEY_LOCAL_MACHINE)

c.      Right click on the ADCLaunch key and select New + Key

d.     Enter the Prog ID for the COM+ object you are wishing to expose (i.e. “MyServer.TestObject”)

e.     Lather, rinse, and repeat for each additional COM+ object you wish to serve from RDS (each object gets its own key).

24.  Congratulations! You have just stepped back in time about 10 years and have enabled RDS to provide IIS 7 web access to COM+ business objects hosted on a Windows Server 2008 machine.

25.  [Optional] - While you have the registry editor open you might want to make some additional changes in the interest of better securing your server from the known vulnerabilities that exist in the RDSServer.DataFactory components of the MDAC stack (if you are not using them, that is). The simplest way to prevent malicious users from hijacking these components is to delete the “AdvancedDataFactory” and “RDSServer.DataFactory” keys from the registry. You will probably encounter errors when you try this because for some unknown reason, Microsoft has not granted full control permissions to these keys to the local administrators group. The fix is pretty simple though.

a.      Right click on the AdvancedDataFactory key and select Permissions

b.     Click the Advanced button and select the Owner tab

c.      Highlight the Administrators group and click the OK button

d.     Assign full control permissions to the Administrators group and Click OK

e.     Delete the key

f.       Repeat for the RDSServer.DataFactory key  

g.      Inform your network Gestapo that you have sealed this security hole so they can sleep better at night despite the knowledge that RDS is now enabled on their web farm

That’s really all there is to it…  ;-P

If everything worked as anticipated you should be good to go – if not, well, I hope you followed my advice to have some manner of backup baseline image handy that you can revert to and retry (some of these changes can be difficult to undo). Although my efforts have been limited to Windows 2008 Server, these same instructions should work for developers using Vista workstations with IIS 7 installed.

 Hope this helps.  

DefaultAppPool User Missing

$
0
0

Dear All,
I am having problem with DefaultAppPool User. I am using IIS 7.5 on Windows Server 2008 R2 along with PHP 5.5. One of web my applications require COM Access. However when I try to give access in the Component Services window, to the said user, when i search for DefaultAppPool User, I am not able to find any. But in the task manger, I can see php running under DefaultAppPool user. Because of this i am getting the following error:
Failed to create COM object `hMailServer.Application': Access is denied.
This problem is often caused by DCOM permissions not being set.
Kindly suggest what needs to be done.
Thanks and regards,
--
Sridhar


Dangerous Request.Path on certain characters.

$
0
0

Im using the DB to rewrite all existing products to the new URL
i.e. 
/product/q-bond_powder_&_adhesive_bonding_kit_qbpa
to
/uk/q-bond-powder-adhesive-bonding-kit

The problem i have is that the server is showing an error on all links with an & symbol
A potentially dangerous Request.Path value was detected from the client (&).

This is my rule

<rules><rule name="DbProviderTest" stopProcessing="true"><match url="(.*)" /><conditions><add input="{DB:{R:1}}" pattern="(.+)" /></conditions><action type="Redirect" url="{C:1}" /></rule></rules>


I've tried using decode and encode, but i haven't been able to get it working.
Also added requestPathInvalidCharacters="" despite security concerns.

Can anyone help guide me on this.

Thanks

IE does not open when choosing browse ....

$
0
0

hi,

on a virgin Windows 2008 R2 server, after installing IIS with just about everyting that comes with it, I am not able to browse any pages, read: the IE is NOT launched (not related to directory browsing, blank page, 401 etc. etc).

so content View -> right click on iisstart.htm->browse -> void ??? e.g IE is not launch at all ... as if you could imaging a shellext with a wrong path kinda issue. all relevant logs shows nothing, fiddler nothing.

tried uninstall/reinstall IIS, no luck. ran Windows update, nothing works.

anybody seen this behavior before ? what to do ?

cheers Allan

Gzip working then not working few seconds later

$
0
0

Hello

I read your troubleshooting guide.
I am not sure if I have to change Metabase.xml if I use IIS 7 because your document is not very explicit and mix solutions for both.

I changed this

<section name="httpCompression" allowDefinition="AppHostOnly" overrideModeDefault="Deny" />

to Allow

and then when I check the status with http://www.whatsmyip.org/http-compression-test/ of Fiddler, it is OK

then 20 seconds later it is NOT OK

Very strange

I struggle all the afternoon to fix that

Help with removing .html and .php

$
0
0

Hello.

I am beginner in this area and I have been struggling to remove ".html" and ".php" from the links of my website that is hosted in a windows server.

I was making some experiments with IIS Manager.. but I am still not sure what to do with it.

For instance, now what can I do with this?

After doing this, what can I do with it?

Now when I open that link, the page gives the message error: "Not found".

Thanks for your time! :)

Emails get stuck in Queue folder?

$
0
0

Hi Friends,

I have configured SMTP server on my local mahine. I need to set it up for sending emails, which I have done.

Now for some reason the emails get stuck in the queue folder under mailroot under Inetpub and dont go any further. Also the  

dbo

.sysmail_log dosent show any exception or error.

Can somebody please help in figuring this out? 

Any help, much appreciated.

 

Thanks,

Zaggy. 

 

 

 

 

 

Suddenly unable to browse FTP site in IE (works in Chrome and FTP clients)

$
0
0

We have an FTP site that has been working for years, but yesterday I found out that people are no longer able to access the site in IE.

Anonymous Read access is enabled.  It's a pretty simple site with another user that has read/write access.  It can be accessed using an FTP client, and it can be browsed with Chrome.  We've tried IE on numerous computers, Windows 7, 8, and Server 2008.  We simply get the message "This page can’t be displayed".

It's hard to feel as though the settings are wrong, if it can be accessed by FTP clients and other web browsers.  Why would it change all by itself?  Was there an update that might have caused this?

I'm not considering this an IE problem, because I can browse the site at ftp://ftp.microsoft.com just fine.  It's very bizzare.

how to solve this error?

$
0
0

An error occurred on the server when processing the URL. Please contact the system administrator.

If you are the system administrator please click here to find out more about this error.


Error Message when clicking a link.

$
0
0

Hi I have received this message:

<div class="content-container">

HTTP Error 500.19 - Internal Server Error

The requested page cannot be accessed because the related configuration data for the page is invalid.

</div> <div class="content-container">
Detailed Error Information<div id="details-left">
ModuleIIS Web Core
NotificationUnknown
HandlerNot yet determined
Error Code0x80070005
Config ErrorCannot read configuration file due to insufficient permissions
Config File\\?\E:\inetpub\wwwroot\web.config

When clicking a link to download software I purchased. I really don't know much about errors, IIS so any detailed help would be so appreciated. The links and solutions I have seen haven't made much sense to me.  

Thanks Smile

</div>
</div>

Can't download Azure .NET SDK

$
0
0

I'm trying to connect to azure via Visual Studio 2013 and when I get the drive for the Azure .NET SDK from here: http://www.windowsazure.com/en-us/downloads/?sdk=net

and try to install it, I get the error: "The Web Platform could not start. Please report the following error on the Web Platform Installer forum.http://forums.iis.net/1155.aspx"

I've tried repairing, uninstalling and reinstalling, and installing older versions of Microsoft Web Platform Installer.

NOTHING works! Please Help, I need to download this to work on my group project.

Thanks!

How do I remove Etag from IIS7.5

$
0
0

I just want to optimize my asp.net web site which is hosted on IIS 7.5 web server. I have tried all the below methods using asp.net web.config file. But none of working. Please help me to resolve this.

<httpProtocol><customHeaders><remove name="ETag" /></customHeaders></httpProtocol>
<httpProtocol><customHeaders><addname="ETag"value=""/></customHeaders></httpProtocol>
<httpProtocol><customHeaders><addname="ETag"value="&quot;&quot;"/></customHeaders></httpProtocol>

How to install IIS in Windows Server 2003 R2 Enterprise

$
0
0

Hi,

I need to setup an application that is dependent on IIS. I need to install it on a Windows Server 2003 R2 Enterprise edition on an IBM System X hardware. The problem is, I do not have the ISO anymore with me. Is there any way I can install the IIS Server role in the Server without using the ISO? Please let me know if there are any ways. Also, the application requires to install IIS in 32 bit mode. Is there any configuration that I need to do explicitly to do the installation in 32 bit mode?

Note: the server architecture itself is 32-bit.

 

Thanks.

Tom

IIS 7 Performance Slow on xdap

$
0
0

 

Hello,

Window server 2008 r2

Intel® xeon® cpu

Operation System 64 bit

Installed Memory (RAM) 24 GB

 Serviced installed are

 IIS 7 with  framework 2.0.

We are facing problem with slowness in application whenever I click on a link it takes 10sec to open

I was observing memory is taking too much for each W3wp and it is not been release even the session closed. Although I have set Maximum worker processes as 20, I am posting the present application pool setting

<?xml version="1.0" encoding="UTF-8"?>

<!--

 

    IIS configuration sections.

 

    For schema documentation, see

    %windir%\system32\inetsrv\config\schema\IIS_schema.xml.

   

    Please make a backup of this file before making any changes to it.

 

-->

 

<configuration>

 

    <!--

 

        The <configSections> section controls the registration of sections.

        Section is the basic unit of deployment, locking, searching and

        containment for configuration settings.

       

        Every section belongs to one section group.

        A section group is a container of logically-related sections.

       

        Sections cannot be nested.

        Section groups may be nested.

       

        <section

            name=""  [Required, Collection Key] [XML name of the section]

            allowDefinition="Everywhere" [MachineOnly|MachineToApplication|AppHostOnly|Everywhere] [Level where it can be set]

            overrideModeDefault="Allow"  [Allow|Deny] [Default delegation mode]

            allowLocation="true"  [true|false] [Allowed in location tags]

        />

       

        The recommended way to unlock sections is by using a location tag:

        <location path="Default Web Site" overrideMode="Allow">

            <system.webServer>

                <asp />

            </system.webServer>

        </location>

 

    -->

    <configSections>

        <sectionGroup name="system.applicationHost">

            <section name="applicationPools" allowDefinition="AppHostOnly" overrideModeDefault="Deny" />

            <section name="configHistory" allowDefinition="AppHostOnly" overrideModeDefault="Deny" />

            <section name="customMetadata" allowDefinition="AppHostOnly" overrideModeDefault="Deny" />

            <section name="listenerAdapters" allowDefinition="AppHostOnly" overrideModeDefault="Deny" />

            <section name="log" allowDefinition="AppHostOnly" overrideModeDefault="Deny" />

            <section name="serviceAutoStartProviders" allowDefinition="AppHostOnly" overrideModeDefault="Deny" />

            <section name="sites" allowDefinition="AppHostOnly" overrideModeDefault="Deny" />

            <section name="webLimits" allowDefinition="AppHostOnly" overrideModeDefault="Deny" />

        </sectionGroup>

 

        <sectionGroup name="system.webServer">

            <section name="asp" overrideModeDefault="Deny" />

            <section name="caching" overrideModeDefault="Allow" />

            <section name="cgi" overrideModeDefault="Deny" />

            <section name="defaultDocument" overrideModeDefault="Allow" />

            <section name="directoryBrowse" overrideModeDefault="Allow" />

            <section name="fastCgi" allowDefinition="AppHostOnly" overrideModeDefault="Deny" />

            <section name="globalModules" allowDefinition="AppHostOnly" overrideModeDefault="Deny" />

            <section name="handlers" overrideModeDefault="Deny" />

            <section name="httpCompression" allowDefinition="AppHostOnly" overrideModeDefault="Deny" />

            <section name="httpErrors" overrideModeDefault="Allow" />

            <section name="httpLogging" overrideModeDefault="Deny" />

            <section name="httpProtocol" overrideModeDefault="Allow" />

            <section name="httpRedirect" overrideModeDefault="Allow" />

            <section name="httpTracing" overrideModeDefault="Deny" />

            <section name="isapiFilters" allowDefinition="MachineToApplication" overrideModeDefault="Deny" />

            <section name="modules" allowDefinition="MachineToApplication" overrideModeDefault="Deny" />

            <section name="odbcLogging" overrideModeDefault="Deny" />

            <sectionGroup name="security">

                <section name="access" overrideModeDefault="Deny" />

                <section name="applicationDependencies" overrideModeDefault="Deny" />

                <sectionGroup name="authentication">

                    <section name="anonymousAuthentication" overrideModeDefault="Deny" />

                    <section name="basicAuthentication" overrideModeDefault="Deny" />

                    <section name="clientCertificateMappingAuthentication" overrideModeDefault="Deny" />

                    <section name="digestAuthentication" overrideModeDefault="Deny" />

                    <section name="iisClientCertificateMappingAuthentication" overrideModeDefault="Deny" />

                    <section name="windowsAuthentication" overrideModeDefault="Deny" />

                </sectionGroup>

                <section name="authorization" overrideModeDefault="Allow" />

                <section name="ipSecurity" overrideModeDefault="Deny" />

                <section name="isapiCgiRestriction" allowDefinition="AppHostOnly" overrideModeDefault="Deny" />

                <section name="requestFiltering" overrideModeDefault="Allow" />

            </sectionGroup>

            <section name="serverRuntime" overrideModeDefault="Deny" />

            <section name="serverSideInclude" overrideModeDefault="Deny" />

            <section name="staticContent" overrideModeDefault="Allow" />

            <sectionGroup name="tracing">

                <section name="traceFailedRequests" overrideModeDefault="Allow" />

                <section name="traceProviderDefinitions" overrideModeDefault="Deny" />

            </sectionGroup>

            <section name="urlCompression" overrideModeDefault="Allow" />

            <section name="validation" overrideModeDefault="Allow" />

            <sectionGroup name="webdav">

                <section name="globalSettings" overrideModeDefault="Deny" />

                <section name="authoring" overrideModeDefault="Deny" />

                <section name="authoringRules" overrideModeDefault="Deny" />

            </sectionGroup>

            <sectionGroup name="rewrite">

                <section name="rules" overrideModeDefault="Allow" />

                <section name="globalRules" overrideModeDefault="Deny" allowDefinition="AppHostOnly" />

                <section name="outboundRules" overrideModeDefault="Allow" />

                <section name="providers" overrideModeDefault="Allow" />

                <section name="rewriteMaps" overrideModeDefault="Allow" />

                <section name="allowedServerVariables" overrideModeDefault="Deny" />

            </sectionGroup>

        </sectionGroup>

        <sectionGroup name="system.ftpServer">

            <section name="log" overrideModeDefault="Deny" allowDefinition="AppHostOnly" />

            <section name="firewallSupport" overrideModeDefault="Deny" allowDefinition="AppHostOnly" />

            <section name="caching" overrideModeDefault="Deny" allowDefinition="AppHostOnly" />

            <section name="providerDefinitions" overrideModeDefault="Deny" />

            <sectionGroup name="security">

                <section name="ipSecurity" overrideModeDefault="Deny" />

                <section name="requestFiltering" overrideModeDefault="Deny" />

                <section name="authorization" overrideModeDefault="Deny" />

            </sectionGroup>

            <section name="serverRuntime" overrideModeDefault="Deny" allowDefinition="AppHostOnly" />

        </sectionGroup>

    </configSections>

 

    <configProtectedData>

        <providers>

            <add name="IISWASOnlyRsaProvider" type="" description="Uses RsaCryptoServiceProvider to encrypt and decrypt" keyContainerName="iisWasKey" cspProviderName="" useMachineContainer="true" useOAEP="false" />

            <add name="AesProvider" type="Microsoft.ApplicationHost.AesProtectedConfigurationProvider" description="Uses an AES session key to encrypt and decrypt" keyContainerName="iisConfigurationKey" cspProviderName="" useOAEP="false" useMachineContainer="true" sessionKey="AQIAAA5mAAAApAAAS8FIx+GqX2LBiAVlB99dpmzxi/PXAQpeQ4lgtYzQNYX/0NoeBAMzjQu7a8Tqn8ar5qP/ltAI0vxskSX6eKORu/pRtnFizVWG89EVwBGJo1iXiH+AF1WXdT6EWEwVQ9t3SPoxmikVja36dUKKwD4EpMnDFGv018xRQx/J3ywvu3w=" />

            <add name="IISWASOnlyAesProvider" type="Microsoft.ApplicationHost.AesProtectedConfigurationProvider" description="Uses an AES session key to encrypt and decrypt" keyContainerName="iisWasKey" cspProviderName="" useOAEP="false" useMachineContainer="true" sessionKey="AQIAAA5mAAAApAAAKXH/Be9J4PrVRtDkMjYUMw8h1Bm8Bz0376V3Q/rZmuekkuYm1mGbw5Z2XsoxYY8Au5HEZviKWg3vIF2fr0gq+lt8xEul2mC5AmJc2+pX3iowX7JyAniPzRfgfF3JtbfpUfacTngWe9xnZovC19eApsWdVB+QII1pBCazFezuuEU=" />

        </providers>

    </configProtectedData>

 

    <system.applicationHost>

 

        <applicationPools>

            <add name="DefaultAppPool" />

            <add name="Classic .NET AppPool" managedPipelineMode="Classic">

                <processModel loadUserProfile="true" maxProcesses="18" />

                <recycling logEventOnRecycle="Time, Schedule, Memory, IsapiUnhealthy, OnDemand, ConfigChange, PrivateMemory">

                    <periodicRestart time="00:00:00">

                        <schedule>

                            <clear />

                            <add value="01:00:00" />

                            <add value="13:00:00" />

                        </schedule>

                    </periodicRestart>

                </recycling>

                <failure rapidFailProtection="false" />

            </add>

            <applicationPoolDefaults>

                <processModel identityType="ApplicationPoolIdentity" />

            </applicationPoolDefaults>

        </applicationPools>

 

        <!--

 

          The <customMetadata> section is used internally by the Admin Base Objects

          (ABO) Compatibility component. Please do not modify its content.

 

        -->

        <customMetadata />

 

        <!--

 

          The <listenerAdapters> section defines the protocols with which the

          Windows Process Activation Service (WAS) binds.

 

        -->

        <listenerAdapters>

            <add name="http" />

            <add name="net.tcp" identity="S-1-5-80-3579033775-2824656752-1522793541-1960352512-462907086" />

            <add name="net.pipe" identity="S-1-5-80-2943419899-937267781-4189664001-1229628381-3982115073" />

            <add name="net.msmq" identity="S-1-5-80-89244771-1762554971-1007993102-348796144-2203111529" />

            <add name="msmq.formatname" identity="S-1-5-80-89244771-1762554971-1007993102-348796144-2203111529" />

        </listenerAdapters>

 

        <log>

            <centralBinaryLogFile enabled="true" directory="%SystemDrive%\inetpub\logs\LogFiles" />

            <centralW3CLogFile enabled="true" directory="%SystemDrive%\inetpub\logs\LogFiles" />

        </log>

 

        <sites>

            <site name="Default Web Site" id="1" serverAutoStart="true">

                <application path="/">

                    <virtualDirectory path="/" physicalPath="%SystemDrive%\inetpub\wwwroot" />

                </application>

                <application path="/MedinousNG.Web" applicationPool="Classic .NET AppPool">

                    <virtualDirectory path="/" physicalPath="D:\MedinousNG.Web" />

                </application>

                <bindings>

                    <binding protocol="http" bindingInformation="172.16.3.30:80:" />

                    <binding protocol="net.tcp" bindingInformation="808:*" />

                    <binding protocol="net.pipe" bindingInformation="*" />

                    <binding protocol="net.msmq" bindingInformation="localhost" />

                    <binding protocol="msmq.formatname" bindingInformation="localhost" />

                </bindings>

            </site>

            <site name="Medinous" id="2">

                <application path="/">

                    <virtualDirectory path="/" physicalPath="D:\MedinousNG.Web\Medinous" />

                </application>

                <bindings>

                    <binding protocol="ftp" bindingInformation="172.16.3.30:21:" />

                </bindings>

                <ftpServer>

                    <security>

                        <ssl controlChannelPolicy="SslAllow" dataChannelPolicy="SslAllow" />

                        <authentication>

                            <anonymousAuthentication enabled="true" />

                            <basicAuthentication enabled="true" />

                        </authentication>

                    </security>

                </ftpServer>

            </site>

            <siteDefaults>

                <logFile logFormat="W3C" directory="%SystemDrive%\inetpub\logs\LogFiles" />

                <traceFailedRequestsLogging directory="%SystemDrive%\inetpub\logs\FailedReqLogFiles" />

            </siteDefaults>

            <applicationDefaults applicationPool="DefaultAppPool" />

            <virtualDirectoryDefaults allowSubDirConfig="true" />

        </sites>

 

        <webLimits />

 

    </system.applicationHost>

 

    <system.webServer>

 

        <asp />

 

        <caching enabled="true" enableKernelCache="true">

        </caching>

 

        <cgi />

 

        <defaultDocument enabled="true">

            <files>

                <add value="Default.htm" />

                <add value="Default.asp" />

                <add value="index.htm" />

                <add value="index.html" />

                <add value="iisstart.htm" />

                <add value="default.aspx" />

            </files>

        </defaultDocument>

 

        <directoryBrowse enabled="false" />

 

        <fastCgi />

 

        <!--

 

          The <globalModules> section defines all native-code modules.

          To enable a module, specify it in the <modules> section.

 

        -->

        <globalModules>

            <add name="UriCacheModule" image="%windir%\System32\inetsrv\cachuri.dll" />

            <add name="FileCacheModule" image="%windir%\System32\inetsrv\cachfile.dll" />

            <add name="TokenCacheModule" image="%windir%\System32\inetsrv\cachtokn.dll" />

            <add name="HttpCacheModule" image="%windir%\System32\inetsrv\cachhttp.dll" />

            <add name="StaticCompressionModule" image="%windir%\System32\inetsrv\compstat.dll" />

            <add name="DefaultDocumentModule" image="%windir%\System32\inetsrv\defdoc.dll" />

            <add name="DirectoryListingModule" image="%windir%\System32\inetsrv\dirlist.dll" />

            <add name="ProtocolSupportModule" image="%windir%\System32\inetsrv\protsup.dll" />

            <add name="HttpRedirectionModule" image="%windir%\System32\inetsrv\redirect.dll" />

            <add name="StaticFileModule" image="%windir%\System32\inetsrv\static.dll" />

            <add name="AnonymousAuthenticationModule" image="%windir%\System32\inetsrv\authanon.dll" />

            <add name="BasicAuthenticationModule" image="%windir%\System32\inetsrv\authbas.dll" />

            <add name="RequestFilteringModule" image="%windir%\System32\inetsrv\modrqflt.dll" />

            <add name="CustomErrorModule" image="%windir%\System32\inetsrv\custerr.dll" />

            <add name="HttpLoggingModule" image="%windir%\System32\inetsrv\loghttp.dll" />

            <add name="RequestMonitorModule" image="%windir%\System32\inetsrv\iisreqs.dll" />

            <add name="IsapiModule" image="%windir%\System32\inetsrv\isapi.dll" />

            <add name="IsapiFilterModule" image="%windir%\System32\inetsrv\filter.dll" />

            <add name="ConfigurationValidationModule" image="%windir%\System32\inetsrv\validcfg.dll" />

            <add name="ManagedEngine64" image="%windir%\Microsoft.NET\Framework64\v2.0.50727\webengine.dll" preCondition="integratedMode,runtimeVersionv2.0,bitness64" />

            <add name="ManagedEngine" image="%windir%\Microsoft.NET\Framework\v2.0.50727\webengine.dll" preCondition="integratedMode,runtimeVersionv2.0,bitness32" />

            <add name="RewriteModule" image="%SystemRoot%\system32\inetsrv\rewrite.dll" />

        </globalModules>

 

        <httpCompression directory="%SystemDrive%\inetpub\temp\IIS Temporary Compressed Files">

            <scheme name="gzip" dll="%Windir%\system32\inetsrv\gzip.dll" />

            <staticTypes>

                <add mimeType="text/*" enabled="true" />

                <add mimeType="message/*" enabled="true" />

                <add mimeType="application/x-javascript" enabled="true" />

                <add mimeType="application/atom+xml" enabled="true" />

                <add mimeType="application/xaml+xml" enabled="true" />

                <add mimeType="*/*" enabled="false" />

            </staticTypes>

        </httpCompression>

 

        <httpErrors lockAttributes="allowAbsolutePathsWhenDelegated,defaultPath">

            <error statusCode="401" prefixLanguageFilePath="%SystemDrive%\inetpub\custerr" path="401.htm" />

            <error statusCode="403" prefixLanguageFilePath="%SystemDrive%\inetpub\custerr" path="403.htm" />

            <error statusCode="404" prefixLanguageFilePath="%SystemDrive%\inetpub\custerr" path="404.htm" />

            <error statusCode="405" prefixLanguageFilePath="%SystemDrive%\inetpub\custerr" path="405.htm" />

            <error statusCode="406" prefixLanguageFilePath="%SystemDrive%\inetpub\custerr" path="406.htm" />

            <error statusCode="412" prefixLanguageFilePath="%SystemDrive%\inetpub\custerr" path="412.htm" />

            <error statusCode="500" prefixLanguageFilePath="%SystemDrive%\inetpub\custerr" path="500.htm" />

            <error statusCode="501" prefixLanguageFilePath="%SystemDrive%\inetpub\custerr" path="501.htm" />

            <error statusCode="502" prefixLanguageFilePath="%SystemDrive%\inetpub\custerr" path="502.htm" />

        </httpErrors>

 

        <httpLogging dontLog="false" />

 

        <httpProtocol>

            <customHeaders>

                <clear />

                <add name="X-Powered-By" value="ASP.NET" />

            </customHeaders>

            <redirectHeaders>

                <clear />

            </redirectHeaders>

        </httpProtocol>

 

        <httpRedirect enabled="false" destination="http://172.16.3.30/MedinousNG.Web/Nous.MedinousNG.UI.Smartpages.xbap" />

 

        <httpTracing />

 

        <isapiFilters>

            <filter name="ASP.Net_2.0.50727-64" path="%windir%\Microsoft.NET\Framework64\v2.0.50727\aspnet_filter.dll" enableCache="true" preCondition="bitness64" />

            <filter name="ASP.Net_2.0.50727.0" path="%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_filter.dll" enableCache="true" preCondition="bitness32" />

        </isapiFilters>

 

        <odbcLogging />

 

        <security>

 

            <access sslFlags="None" />

 

            <applicationDependencies />

 

            <authentication>

 

                <anonymousAuthentication enabled="true" userName="IUSR" />

 

                <basicAuthentication enabled="false" />

 

                <clientCertificateMappingAuthentication />

 

                <digestAuthentication />

 

                <iisClientCertificateMappingAuthentication />

 

                <windowsAuthentication />

 

            </authentication>

 

            <authorization />

 

            <ipSecurity />

 

            <isapiCgiRestriction>

                <add path="%windir%\Microsoft.NET\Framework64\v2.0.50727\aspnet_isapi.dll" allowed="true" groupId="ASP.NET v2.0.50727" description="ASP.NET v2.0.50727" />

                <add path="%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll" allowed="true" groupId="ASP.NET v2.0.50727" description="ASP.NET v2.0.50727" />

            </isapiCgiRestriction>

 

            <requestFiltering>

                <fileExtensions allowUnlisted="true" applyToWebDAV="true">

                    <add fileExtension=".asax" allowed="false" />

                    <add fileExtension=".ascx" allowed="false" />

                    <add fileExtension=".master" allowed="false" />

                    <add fileExtension=".skin" allowed="false" />

                    <add fileExtension=".browser" allowed="false" />

                    <add fileExtension=".sitemap" allowed="false" />

                    <add fileExtension=".config" allowed="false" />

                    <add fileExtension=".cs" allowed="false" />

                    <add fileExtension=".csproj" allowed="false" />

                    <add fileExtension=".vb" allowed="false" />

                    <add fileExtension=".vbproj" allowed="false" />

                    <add fileExtension=".webinfo" allowed="false" />

                    <add fileExtension=".licx" allowed="false" />

                    <add fileExtension=".resx" allowed="false" />

                    <add fileExtension=".resources" allowed="false" />

                    <add fileExtension=".mdb" allowed="false" />

                    <add fileExtension=".vjsproj" allowed="false" />

                    <add fileExtension=".java" allowed="false" />

                    <add fileExtension=".jsl" allowed="false" />

                    <add fileExtension=".ldb" allowed="false" />

                    <add fileExtension=".dsdgm" allowed="false" />

                    <add fileExtension=".ssdgm" allowed="false" />

                    <add fileExtension=".lsad" allowed="false" />

                    <add fileExtension=".ssmap" allowed="false" />

                    <add fileExtension=".cd" allowed="false" />

                    <add fileExtension=".dsprototype" allowed="false" />

                    <add fileExtension=".lsaprototype" allowed="false" />

                    <add fileExtension=".sdm" allowed="false" />

                    <add fileExtension=".sdmDocument" allowed="false" />

                    <add fileExtension=".mdf" allowed="false" />

                    <add fileExtension=".ldf" allowed="false" />

                    <add fileExtension=".ad" allowed="false" />

                    <add fileExtension=".dd" allowed="false" />

                    <add fileExtension=".ldd" allowed="false" />

                    <add fileExtension=".sd" allowed="false" />

                    <add fileExtension=".adprototype" allowed="false" />

                    <add fileExtension=".lddprototype" allowed="false" />

                    <add fileExtension=".exclude" allowed="false" />

                    <add fileExtension=".refresh" allowed="false" />

                    <add fileExtension=".compiled" allowed="false" />

                    <add fileExtension=".msgx" allowed="false" />

                    <add fileExtension=".vsdisco" allowed="false" />

                </fileExtensions>

                <verbs allowUnlisted="true" applyToWebDAV="true" />

                <hiddenSegments applyToWebDAV="true">

                    <add segment="web.config" />

                    <add segment="bin" />

                    <add segment="App_code" />

                    <add segment="App_GlobalResources" />

                    <add segment="App_LocalResources" />

                    <add segment="App_WebReferences" />

                    <add segment="App_Data" />

                    <add segment="App_Browsers" />

                </hiddenSegments>

            </requestFiltering>

 

        </security>

 

        <serverRuntime />

 

        <serverSideInclude />

 

        <staticContent lockAttributes="isDocFooterFileName">

            <mimeMap fileExtension=".323" mimeType="text/h323" />

            <mimeMap fileExtension=".aaf" mimeType="application/octet-stream" />

            <mimeMap fileExtension=".aca" mimeType="application/octet-stream" />

            <mimeMap fileExtension=".accdb" mimeType="application/msaccess" />

            <mimeMap fileExtension=".accde" mimeType="application/msaccess" />

            <mimeMap fileExtension=".accdt" mimeType="application/msaccess" />

            <mimeMap fileExtension=".acx" mimeType="application/internet-property-stream" />

            <mimeMap fileExtension=".afm" mimeType="application/octet-stream" />

            <mimeMap fileExtension=".ai" mimeType="application/postscript" />

            <mimeMap fileExtension=".aif" mimeType="audio/x-aiff" />

            <mimeMap fileExtension=".aifc" mimeType="audio/aiff" />

            <mimeMap fileExtension=".aiff" mimeType="audio/aiff" />

            <mimeMap fileExtension=".application" mimeType="application/x-ms-application" />

            <mimeMap fileExtension=".art" mimeType="image/x-jg" />

            <mimeMap fileExtension=".asd" mimeType="application/octet-stream" />

            <mimeMap fileExtension=".asf" mimeType="video/x-ms-asf" />

            <mimeMap fileExtension=".asi" mimeType="application/octet-stream" />

            <mimeMap fileExtension=".asm" mimeType="text/plain" />

            <mimeMap fileExtension=".asr" mimeType="video/x-ms-asf" />

            <mimeMap fileExtension=".asx" mimeType="video/x-ms-asf" />

            <mimeMap fileExtension=".atom" mimeType="application/atom+xml" />

            <mimeMap fileExtension=".au" mimeType="audio/basic" />

            <mimeMap fileExtension=".avi" mimeType="video/x-msvideo" />

            <mimeMap fileExtension=".axs" mimeType="application/olescript" />

            <mimeMap fileExtension=".bas" mimeType="text/plain" />

            <mimeMap fileExtension=".bcpio" mimeType="application/x-bcpio" />

            <mimeMap fileExtension=".bin" mimeType="application/octet-stream" />

            <mimeMap fileExtension=".bmp" mimeType="image/bmp" />

            <mimeMap fileExtension=".c" mimeType="text/plain" />

            <mimeMap fileExtension=".cab" mimeType="application/octet-stream" />

            <mimeMap fileExtension=".calx" mimeType="application/vnd.ms-office.calx" />

            <mimeMap fileExtension=".cat" mimeType="application/vnd.ms-pki.seccat" />

            <mimeMap fileExtension=".cdf" mimeType="application/x-cdf" />

            <mimeMap fileExtension=".chm" mimeType="application/octet-stream" />

            <mimeMap fileExtension=".class" mimeType="application/x-java-applet" />

            <mimeMap fileExtension=".clp" mimeType="application/x-msclip" />

            <mimeMap fileExtension=".cmx" mimeType="image/x-cmx" />

            <mimeMap fileExtension=".cnf" mimeType="text/plain" />

            <mimeMap fileExtension=".cod" mimeType="image/cis-cod" />

            <mimeMap fileExtension=".cpio" mimeType="application/x-cpio" />

            <mimeMap fileExtension=".cpp" mimeType="text/plain" />

            <mimeMap fileExtension=".crd" mimeType="application/x-mscardfile" />

            <mimeMap fileExtension=".crl" mimeType="application/pkix-crl" />

            <mimeMap fileExtension=".crt" mimeType="application/x-x509-ca-cert" />

            <mimeMap fileExtension=".csh" mimeType="application/x-csh" />

            <mimeMap fileExtension=".css" mimeType="text/css" />

            <mimeMap fileExtension=".csv" mimeType="application/octet-stream" />

            <mimeMap fileExtension=".cur" mimeType="application/octet-stream" />

            <mimeMap fileExtension=".dcr" mimeType="application/x-director" />

            <mimeMap fileExtension=".deploy" mimeType="application/octet-stream" />

            <mimeMap fileExtension=".der" mimeType="application/x-x509-ca-cert" />

            <mimeMap fileExtension=".dib" mimeType="image/bmp" />

            <mimeMap fileExtension=".dir" mimeType="application/x-director" />

            <mimeMap fileExtension=".disco" mimeType="text/xml" />

            <mimeMap fileExtension=".dll" mimeType="application/x-msdownload" />

            <mimeMap fileExtension=".dll.config" mimeType="text/xml" />

            <mimeMap fileExtension=".dlm" mimeType="text/dlm" />

            <mimeMap fileExtension=".doc" mimeType="application/msword" />

            <mimeMap fileExtension=".docm" mimeType="application/vnd.ms-word.document.macroEnabled.12" />

            <mimeMap fileExtension=".docx" mimeType="application/vnd.openxmlformats-officedocument.wordprocessingml.document" />

            <mimeMap fileExtension=".dot" mimeType="application/msword" />

            <mimeMap fileExtension=".dotm" mimeType="application/vnd.ms-word.template.macroEnabled.12" />

            <mimeMap fileExtension=".dotx" mimeType="application/vnd.openxmlformats-officedocument.wordprocessingml.template" />

            <mimeMap fileExtension=".dsp" mimeType="application/octet-stream" />

            <mimeMap fileExtension=".dtd" mimeType="text/xml" />

            <mimeMap fileExtension=".dvi" mimeType="application/x-dvi" />

            <mimeMap fileExtension=".dwf" mimeType="drawing/x-dwf" />

            <mimeMap fileExtension=".dwp" mimeType="application/octet-stream" />

            <mimeMap fileExtension=".dxr" mimeType="application/x-director" />

            <mimeMap fileExtension=".eml" mimeType="message/rfc822" />

            <mimeMap fileExtension=".emz" mimeType="application/octet-stream" />

            <mimeMap fileExtension=".eot" mimeType="application/octet-stream" />

            <mimeMap fileExtension=".eps" mimeType="application/postscript" />

            <mimeMap fileExtension=".etx" mimeType="text/x-setext" />

            <mimeMap fileExtension=".evy" mimeType="application/envoy" />

            <mimeMap fileExtension=".exe" mimeType="application/octet-stream" />

            <mimeMap fileExtension=".exe.config" mimeType="text/xml" />

            <mimeMap fileExtension=".fdf" mimeType="application/vnd.fdf" />

            <mimeMap fileExtension=".fif" mimeType="application/fractals" />

            <mimeMap fileExtension=".fla" mimeType="application/octet-stream" />

            <mimeMap fileExtension=".flr" mimeType="x-world/x-vrml" />

            <mimeMap fileExtension=".flv" mimeType="video/x-flv" />

            <mimeMap fileExtension=".gif" mimeType="image/gif" />

            <mimeMap fileExtension=".gtar" mimeType="application/x-gtar" />

            <mimeMap fileExtension=".gz" mimeType="application/x-gzip" />

            <mimeMap fileExtension=".h" mimeType="text/plain" />

            <mimeMap fileExtension=".hdf" mimeType="application/x-hdf" />

            <mimeMap fileExtension=".hdml" mimeType="text/x-hdml" />

            <mimeMap fileExtension=".hhc" mimeType="application/x-oleobject" />

            <mimeMap fileExtension=".hhk" mimeType="application/octet-stream" />

            <mimeMap fileExtension=".hhp" mimeType="application/octet-stream" />

            <mimeMap fileExtension=".hlp" mimeType="application/winhlp" />

            <mimeMap fileExtension=".hqx" mimeType="application/mac-binhex40" />

            <mimeMap fileExtension=".hta" mimeType="application/hta" />

            <mimeMap fileExtension=".htc" mimeType="text/x-component" />

            <mimeMap fileExtension=".htm" mimeType="text/html" />

            <mimeMap fileExtension=".html" mimeType="text/html" />

            <mimeMap fileExtension=".htt" mimeType="text/webviewhtml" />

            <mimeMap fileExtension=".hxt" mimeType="text/html" />

            <mimeMap fileExtension=".ico" mimeType="image/x-icon" />

            <mimeMap fileExtension=".ics" mimeType="application/octet-stream" />

            <mimeMap fileExtension=".ief" mimeType="image/ief" />

            <mimeMap fileExtension=".iii" mimeType="application/x-iphone" />

            <mimeMap fileExtension=".inf" mimeType="application/octet-stream" />

            <mimeMap fileExtension=".ins" mimeType="application/x-internet-signup" />

            <mimeMap fileExtension=".isp" mimeType="application/x-internet-signup" />

            <mimeMap fileExtension=".IVF" mimeType="video/x-ivf" />

            <mimeMap fileExtension=".jar" mimeType="application/java-archive" />

            <mimeMap fileExtension=".java" mimeType="application/octet-stream" />

            <mimeMap fileExtension=".jck" mimeType="application/liquidmotion" />

            <mimeMap fileExtension=".jcz" mimeType="application/liquidmotion" />

            <mimeMap fileExtension=".jfif" mimeType="image/pjpeg" />

            <mimeMap fileExtension=".jpb" mimeType="application/octet-stream" />

            <mimeMap fileExtension=".jpe" mimeType="image/jpeg" />

            <mimeMap fileExtension=".jpeg" mimeType="image/jpeg" />

            <mimeMap fileExtension=".jpg" mimeType="image/jpeg" />

            <mimeMap fileExtension=".js" mimeType="application/x-javascript" />

            <mimeMap fileExtension=".jsx" mimeType="text/jscript" />

            <mimeMap fileExtension=".latex" mimeType="application/x-latex" />

            <mimeMap fileExtension=".lit" mimeType="application/x-ms-reader" />

            <mimeMap fileExtension=".lpk" mimeType="application/octet-stream" />

            <mimeMap fileExtension=".lsf" mimeType="video/x-la-asf" />

            <mimeMap fileExtension=".lsx" mimeType="video/x-la-asf" />

            <mimeMap fileExtension=".lzh" mimeType="application/octet-stream" />

            <mimeMap fileExtension=".m13" mimeType="application/x-msmediaview" />

            <mimeMap fileExtension=".m14" mimeType="application/x-msmediaview" />

            <mimeMap fileExtension=".m1v" mimeType="video/mpeg" />

            <mimeMap fileExtension=".m3u" mimeType="audio/x-mpegurl" />

            <mimeMap fileExtension=".man" mimeType="application/x-troff-man" />

            <mimeMap fileExtension=".manifest" mimeType="application/x-ms-manifest" />

            <mimeMap fileExtension=".map" mimeType="text/plain" />

            <mimeMap fileExtension=".mdb" mimeType="application/x-msaccess" />

            <mimeMap fileExtension=".mdp" mimeType="application/octet-stream" />

            <mimeMap fileExtension=".me" mimeType="application/x-troff-me" />

            <mimeMap fileExtension=".mht" mimeType="message/rfc822" />

            <mimeMap fileExtension=".mhtml" mimeType="message/rfc822" />

            <mimeMap fileExtension=".mid" mimeType="audio/mid" />

            <mimeMap fileExtension=".midi" mimeType="audio/mid" />

            <mimeMap fileExtension=".mix" mimeType="application/octet-stream" />

            <mimeMap fileExtension=".mmf" mimeType="application/x-smaf" />

            <mimeMap fileExtension=".mno" mimeType="text/xml" />

            <mimeMap fileExtension=".mny" mimeType="application/x-msmoney" />

            <mimeMap fileExtension=".mov" mimeType="video/quicktime" />

            <mimeMap fileExtension=".movie" mimeType="video/x-sgi-movie" />

            <mimeMap fileExtension=".mp2" mimeType="video/mpeg" />

            <mimeMap fileExtension=".mp3" mimeType="audio/mpeg" />

            <mimeMap fileExtension=".mpa" mimeType="video/mpeg" />

            <mimeMap fileExtension=".mpe" mimeType="video/mpeg" />

            <mimeMap fileExtension=".mpeg" mimeType="video/mpeg" />

            <mimeMap fileExtension=".mpg" mimeType="video/mpeg" />

            <mimeMap fileExtension=".mpp" mimeType="application/vnd.ms-project" />

            <mimeMap fileExtension=".mpv2" mimeType="video/mpeg" />

            <mimeMap fileExtension=".ms" mimeType="application/x-troff-ms" />

            <mimeMap fileExtension=".msi" mimeType="application/octet-stream" />

            <mimeMap fileExtension=".mso" mimeType="application/octet-stream" />

            <mimeMap fileExtension=".mvb" mimeType="application/x-msmediaview" />

            <mimeMap fileExtension=".mvc" mimeType="application/x-miva-compiled" />

            <mimeMap fileExtension=".nc" mimeType="application/x-netcdf" />

            <mimeMap fileExtension=".nsc" mimeType="video/x-ms-asf" />

            <mimeMap fileExtension=".nws" mimeType="message/rfc822" />

            <mimeMap fileExtension=".ocx" mimeType="application/octet-stream" />

            <mimeMap fileExtension=".oda" mimeType="application/oda" />

            <mimeMap fileExtension=".odc" mimeType="text/x-ms-odc" />

            <mimeMap fileExtension=".ods" mimeType="application/oleobject" />

            <mimeMap fileExtension=".one" mimeType="application/onenote" />

            <mimeMap fileExtension=".onea" mimeType="application/onenote" />

            <mimeMap fileExtension=".onetoc" mimeType="application/onenote" />

            <mimeMap fileExtension=".onetoc2" mimeType="application/onenote" />

            <mimeMap fileExtension=".onetmp" mimeType="application/onenote" />

            <mimeMap fileExtension=".onepkg" mimeType="application/onenote" />

            <mimeMap fileExtension=".osdx" mimeType="application/opensearchdescription+xml" />

            <mimeMap fileExtension=".p10" mimeType="application/pkcs10" />

            <mimeMap fileExtension=".p12" mimeType="application/x-pkcs12" />

            <mimeMap fileExtension=".p7b" mimeType="application/x-pkcs7-certificates" />

            <mimeMap fileExtension=".p7c" mimeType="application/pkcs7-mime" />

            <mimeMap fileExtension=".p7m" mimeType="application/pkcs7-mime" />

            <mimeMap fileExtension=".p7r" mimeType="application/x-pkcs7-certreqresp" />

            <mimeMap fileExtension=".p7s" mimeType="application/pkcs7-signature" />

            <mimeMap fileExtension=".pbm" mimeType="image/x-portable-bitmap" />

            <mimeMap fileExtension=".pcx" mimeType="application/octet-stream" />

            <mimeMap fileExtension=".pcz" mimeType="application/octet-stream" />

            <mimeMap fileExtension=".pdf" mimeType="application/pdf" />

            <mimeMap fileExtension=".pfb" mimeType="application/octet-stream" />

            <mimeMap fileExtension=".pfm" mimeType="application/octet-stream" />

            <mimeMap fileExtension=".pfx" mimeType="application/x-pkcs12" />

            <mimeMap fileExtension=".pgm" mimeType="image/x-portable-graymap" />

            <mimeMap fileExtension=".pko" mimeType="application/vnd.ms-pki.pko" />

            <mimeMap fileExtension=".pma" mimeType="application/x-perfmon" />

            <mimeMap fileExtension=".pmc" mimeType="application/x-perfmon" />

            <mimeMap fileExtension=".pml" mimeType="application/x-perfmon" />

            <mimeMap fileExtension=".pmr" mimeType="application/x-perfmon" />

            <mimeMap fileExtension=".pmw" mimeType="application/x-perfmon" />

            <mimeMap fileExtension=".png" mimeType="image/png" />

            <mimeMap fileExtension=".pnm" mimeType="image/x-portable-anymap" />

            <mimeMap fileExtension=".pnz" mimeType="image/png" />

            <mimeMap fileExtension=".pot" mimeType="application/vnd.ms-powerpoint" />

            <mimeMap fileExtension=".potm" mimeType="application/vnd.ms-powerpoint.template.macroEnabled.12" />

            <mimeMap fileExtension=".potx" mimeType="application/vnd.openxmlformats-officedocument.presentationml.template" />

            <mimeMap fileExtension=".ppam" mimeType="application/vnd.ms-powerpoint.addin.macroEnabled.12" />

            <mimeMap fileExtension=".ppm" mimeType="image/x-portable-pixmap" />

            <mimeMap fileExtension=".pps" mimeType="application/vnd.ms-powerpoint" />

            <mimeMap fileExtension=".ppsm" mimeType="application/vnd.ms-powerpoint.slideshow.macroEnabled.12" />

            <mimeMap fileExtension=".ppsx" mimeType="application/vnd.openxmlformats-officedocument.presentationml.slideshow" />

            <mimeMap fileExtension=".ppt" mimeType="application/vnd.ms-powerpoint" />

            <mimeMap fileExtension=".pptm" mimeType="application/vnd.ms-powerpoint.presentation.macroEnabled.12" />

            <mimeMap fileExtension=".pptx" mimeType="application/vnd.openxmlformats-officedocument.presentationml.presentation" />

            <mimeMap fileExtension=".prf" mimeType="application/pics-rules" />

            <mimeMap fileExtension=".prm" mimeType="application/octet-stream" />

            <mimeMap fileExtension=".prx" mimeType="application/octet-stream" />

            <mimeMap fileExtension=".ps" mimeType="application/postscript" />

            <mimeMap fileExtension=".psd" mimeType="application/octet-stream" />

            <mimeMap fileExtension=".psm" mimeType="application/octet-stream" />

            <mimeMap fileExtension=".psp" mimeType="application/octet-stream" />

            <mimeMap fileExtension=".pub" mimeType="application/x-mspublisher" />

            <mimeMap fileExtension=".qt" mimeType="video/quicktime" />

            <mimeMap fileExtension=".qtl" mimeType="application/x-quicktimeplayer" />

            <mimeMap fileExtension=".qxd" mimeType="application/octet-stream" />

            <mimeMap fileExtension=".ra" mimeType="audio/x-pn-realaudio" />

            <mimeMap fileExtension=".ram" mimeType="audio/x-pn-realaudio" />

            <mimeMap fileExtension=".rar" mimeType="application/octet-stream" />

            <mimeMap fileExtension=".ras" mimeType="image/x-cmu-raster" />

            <mimeMap fileExtension=".rf" mimeType="image/vnd.rn-realflash" />

            <mimeMap fileExtension=".rgb" mimeType="image/x-rgb" />

            <mimeMap fileExtension=".rm" mimeType="application/vnd.rn-realmedia" />

            <mimeMap fileExtension=".rmi" mimeType="audio/mid" />

            <mimeMap fileExtension=".roff" mimeType="application/x-troff" />

            <mimeMap fileExtension=".rpm" mimeType="audio/x-pn-realaudio-plugin" />

            <mimeMap fileExtension=".rtf" mimeType="application/rtf" />

            <mimeMap fileExtension=".rtx" mimeType="text/richtext" />

            <mimeMap fileExtension=".scd" mimeType="application/x-msschedule" />

            <mimeMap fileExtension=".sct" mimeType="text/scriptlet" />

            <mimeMap fileExtension=".sea" mimeType="application/octet-stream" />

            <mimeMap fileExtension=".setpay" mimeType="application/set-payment-initiation" />

            <mimeMap fileExtension=".setreg" mimeType="application/set-registration-initiation" />

            <mimeMap fileExtension=".sgml" mimeType="text/sgml" />

            <mimeMap fileExtension=".sh" mimeType="application/x-sh" />

            <mimeMap fileExtension=".shar" mimeType="application/x-shar" />

            <mimeMap fileExtension=".sit" mimeType="application/x-stuffit" />

            <mimeMap fileExtension=".sldm" mimeType="application/vnd.ms-powerpoint.slide.macroEnabled.12" />

            <mimeMap fileExtension=".sldx" mimeType="application/vnd.openxmlformats-officedocument.presentationml.slide" />

            <mimeMap fileExtension=".smd" mimeType="audio/x-smd" />

            <mimeMap fileExtension=".smi" mimeType="application/octet-stream" />

            <mimeMap fileExtension=".smx" mimeType="audio/x-smd" />

            <mimeMap fileExtension=".smz" mimeType="audio/x-smd" />

            <mimeMap fileExtension=".snd" mimeType="audio/basic" />

            <mimeMap fileExtension=".snp" mimeType="application/octet-stream" />

            <mimeMap fileExtension=".spc" mimeType="application/x-pkcs7-certificates" />

            <mimeMap fileExtension=".spl" mimeType="application/futuresplash" />

            <mimeMap fileExtension=".src" mimeType="application/x-wais-source" />

            <mimeMap fileExtension=".ssm" mimeType="application/streamingmedia" />

            <mimeMap fileExtension=".sst" mimeType="application/vnd.ms-pki.certstore" />

            <mimeMap fileExtension=".stl" mimeType="application/vnd.ms-pki.stl" />

            <mimeMap fileExtension=".sv4cpio" mimeType="application/x-sv4cpio" />

            <mimeMap fileExtension=".sv4crc" mimeType="application/x-sv4crc" />

            <mimeMap fileExtension=".svg" mimeType="image/svg+xml" />

            <mimeMap fileExtension=".swf" mimeType="application/x-shockwave-flash" />

            <mimeMap fileExtension=".t" mimeType="application/x-troff" />

            <mimeMap fileExtension=".tar" mimeType="application/x-tar" />

            <mimeMap fileExtension=".tcl" mimeType="application/x-tcl" />

            <mimeMap fileExtension=".tex" mimeType="application/x-tex" />

            <mimeMap fileExtension=".texi" mimeType="application/x-texinfo" />

            <mimeMap fileExtension=".texinfo" mimeType="application/x-texinfo" />

            <mimeMap fileExtension=".tgz" mimeType="application/x-compressed" />

            <mimeMap fileExtension=".thmx" mimeType="application/vnd.ms-officetheme" />

            <mimeMap fileExtension=".thn" mimeType="application/octet-stream" />

            <mimeMap fileExtension=".tif" mimeType="image/tiff" />

            <mimeMap fileExtension=".tiff" mimeType="image/tiff" />

            <mimeMap fileExtension=".toc" mimeType="application/octet-stream" />

            <mimeMap fileExtension=".tr" mimeType="application/x-troff" />

            <mimeMap fileExtension=".trm" mimeType="application/x-msterminal" />

            <mimeMap fileExtension=".tsv" mimeType="text/tab-separated-values" />

            <mimeMap fileExtension=".ttf" mimeType="application/octet-stream" />

            <mimeMap fileExtension=".txt" mimeType="text/plain" />

            <mimeMap fileExtension=".u32" mimeType="application/octet-stream" />

            <mimeMap fileExtension=".uls" mimeType="text/iuls" />

            <mimeMap fileExtension=".ustar" mimeType="application/x-ustar" />

            <mimeMap fileExtension=".vbs" mimeType="text/vbscript" />

            <mimeMap fileExtension=".vcf" mimeType="text/x-vcard" />

            <mimeMap fileExtension=".vcs" mimeType="text/plain" />

            <mimeMap fileExtension=".vdx" mimeType="application/vnd.ms-visio.viewer" />

            <mimeMap fileExtension=".vml" mimeType="text/xml" />

            <mimeMap fileExtension=".vsd" mimeType="application/vnd.visio" />

            <mimeMap fileExtension=".vss" mimeType="application/vnd.visio" />

            <mimeMap fileExtension=".vst" mimeType="application/vnd.visio" />

            <mimeMap fileExtension=".vsto" mimeType="application/x-ms-vsto" />

            <mimeMap fileExtension=".vsw" mimeType="application/vnd.visio" />

            <mimeMap fileExtension=".vsx" mimeType="application/vnd.visio" />

            <mimeMap fileExtension=".vtx" mimeType="application/vnd.visio" />

            <mimeMap fileExtension=".wav" mimeType="audio/wav" />

            <mimeMap fileExtension=".wax" mimeType="audio/x-ms-wax" />

            <mimeMap fileExtension=".wbmp" mimeType="image/vnd.wap.wbmp" />

            <mimeMap fileExtension=".wcm" mimeType="application/vnd.ms-works" />

            <mimeMap fileExtension=".wdb" mimeType="application/vnd.ms-works" />

            <mimeMap fileExtension=".wks" mimeType="application/vnd.ms-works" />

            <mimeMap fileExtension=".wm" mimeType="video/x-ms-wm" />

            <mimeMap fileExtension=".wma" mimeType="audio/x-ms-wma" />

            <mimeMap fileExtension=".wmd" mimeType="application/x-ms-wmd" />

            <mimeMap fileExtension=".wmf" mimeType="application/x-msmetafile" />

            <mimeMap fileExtension=".wml" mimeType="text/vnd.wap.wml" />

            <mimeMap fileExtension=".wmlc" mimeType="application/vnd.wap.wmlc" />

            <mimeMap fileExtension=".wmls" mimeType="text/vnd.wap.wmlscript" />

            <mimeMap fileExtension=".wmlsc" mimeType="application/vnd.wap.wmlscriptc" />

            <mimeMap fileExtension=".wmp" mimeType="video/x-ms-wmp" />

            <mimeMap fileExtension=".wmv" mimeType="video/x-ms-wmv" />

            <mimeMap fileExtension=".wmx" mimeType="video/x-ms-wmx" />

            <mimeMap fileExtension=".wmz" mimeType="application/x-ms-wmz" />

            <mimeMap fileExtension=".wps" mimeType="application/vnd.ms-works" />

            <mimeMap fileExtension=".wri" mimeType="application/x-mswrite" />

            <mimeMap fileExtension=".wrl" mimeType="x-world/x-vrml" />

            <mimeMap fileExtension=".wrz" mimeType="x-world/x-vrml" />

            <mimeMap fileExtension=".wsdl" mimeType="text/xml" />

            <mimeMap fileExtension=".wvx" mimeType="video/x-ms-wvx" />

            <mimeMap fileExtension=".x" mimeType="application/directx" />

            <mimeMap fileExtension=".xaf" mimeType="x-world/x-vrml" />

            <mimeMap fileExtension=".xaml" mimeType="application/xaml+xml" />

            <mimeMap fileExtension=".xap" mimeType="application/x-silverlight-app" />

            <mimeMap fileExtension=".xbap" mimeType="application/x-ms-xbap" />

            <mimeMap fileExtension=".xbm" mimeType="image/x-xbitmap" />

            <mimeMap fileExtension=".xdr" mimeType="text/plain" />

            <mimeMap fileExtension=".xht" mimeType="application/xhtml+xml" />

            <mimeMap fileExtension=".xhtml" mimeType="application/xhtml+xml" />

            <mimeMap fileExtension=".xla" mimeType="application/vnd.ms-excel" />

            <mimeMap fileExtension=".xlam" mimeType="application/vnd.ms-excel.addin.macroEnabled.12" />

            <mimeMap fileExtension=".xlc" mimeType="application/vnd.ms-excel" />

            <mimeMap fileExtension=".xlm" mimeType="application/vnd.ms-excel" />

            <mimeMap fileExtension=".xls" mimeType="application/vnd.ms-excel" />

            <mimeMap fileExtension=".xlsb" mimeType="application/vnd.ms-excel.sheet.binary.macroEnabled.12" />

            <mimeMap fileExtension=".xlsm" mimeType="application/vnd.ms-excel.sheet.macroEnabled.12" />

            <mimeMap fileExtension=".xlsx" mimeType="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" />

            <mimeMap fileExtension=".xlt" mimeType="application/vnd.ms-excel" />

            <mimeMap fileExtension=".xltm" mimeType="application/vnd.ms-excel.template.macroEnabled.12" />

            <mimeMap fileExtension=".xltx" mimeType="application/vnd.openxmlformats-officedocument.spreadsheetml.template" />

            <mimeMap fileExtension=".xlw" mimeType="application/vnd.ms-excel" />

            <mimeMap fileExtension=".xml" mimeType="text/xml" />

            <mimeMap fileExtension=".xof" mimeType="x-world/x-vrml" />

            <mimeMap fileExtension=".xpm" mimeType="image/x-xpixmap" />

            <mimeMap fileExtension=".xps" mimeType="application/vnd.ms-xpsdocument" />

            <mimeMap fileExtension=".xsd" mimeType="text/xml" />

            <mimeMap fileExtension=".xsf" mimeType="text/xml" />

            <mimeMap fileExtension=".xsl" mimeType="text/xml" />

            <mimeMap fileExtension=".xslt" mimeType="text/xml" />

            <mimeMap fileExtension=".xsn" mimeType="application/octet-stream" />

            <mimeMap fileExtension=".xtp" mimeType="application/octet-stream" />

            <mimeMap fileExtension=".xwd" mimeType="image/x-xwindowdump" />

            <mimeMap fileExtension=".z" mimeType="application/x-compress" />

            <mimeMap fileExtension=".zip" mimeType="application/x-zip-compressed" />

        </staticContent>

 

        <tracing>

 

            <traceFailedRequests />

 

            <traceProviderDefinitions>

                <add name="ASPNET" guid="{AFF081FE-0247-4275-9C4E-021F3DC1DA35}">

                    <areas>

                        <add name="Infrastructure" value="1" />

                        <add name="Module" value="2" />

                        <add name="Page" value="4" />

                        <add name="AppServices" value="8" />

                    </areas>

                </add>

                <add name="WWW Server" guid="{3a2a4e84-4c21-4981-ae10-3fda0d9b0f83}">

                    <areas>

                        <add name="Rewrite" value="1024" />

                    </areas>

                </add>

            </traceProviderDefinitions>

 

        </tracing>

 

        <urlCompression />

 

        <validation />

 

    </system.webServer>

    <location path="" overrideMode="Allow">

        <system.webServer>

 

        <handlers accessPolicy="Read, Script">

                <add name="rules-Integrated" path="*.rules" verb="*" type="System.ServiceModel.Activation.HttpHandler, System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" preCondition="integratedMode" />

                <add name="rules-ISAPI-2.0" path="*.rules" verb="*" modules="IsapiModule" scriptProcessor="C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness32" />

                <add name="rules-64-ISAPI-2.0" path="*.rules" verb="*" modules="IsapiModule" scriptProcessor="C:\Windows\Microsoft.NET\Framework64\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness64" />

                <add name="xoml-Integrated" path="*.xoml" verb="*" type="System.ServiceModel.Activation.HttpHandler, System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" preCondition="integratedMode" />

                <add name="xoml-ISAPI-2.0" path="*.xoml" verb="*" modules="IsapiModule" scriptProcessor="C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness32" />

                <add name="xoml-64-ISAPI-2.0" path="*.xoml" verb="*" modules="IsapiModule" scriptProcessor="C:\Windows\Microsoft.NET\Framework64\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness64" />

                <add name="svc-ISAPI-2.0-64" path="*.svc" verb="*" modules="IsapiModule" scriptProcessor="%SystemRoot%\Microsoft.NET\Framework64\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness64" />

                <add name="svc-ISAPI-2.0" path="*.svc" verb="*" modules="IsapiModule" scriptProcessor="%SystemRoot%\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness32" />

                <add name="svc-Integrated" path="*.svc" verb="*" type="System.ServiceModel.Activation.HttpHandler, System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" preCondition="integratedMode" />

            <add name="ISAPI-dll" path="*.dll" verb="*" modules="IsapiModule" resourceType="File" requireAccess="Execute" allowPathInfo="true" />

                <add name="TraceHandler-Integrated" path="trace.axd" verb="GET,HEAD,POST,DEBUG" type="System.Web.Handlers.TraceHandler" preCondition="integratedMode" />

                <add name="WebAdminHandler-Integrated" path="WebAdmin.axd" verb="GET,DEBUG" type="System.Web.Handlers.WebAdminHandler" preCondition="integratedMode" />

                <add name="AssemblyResourceLoader-Integrated" path="WebResource.axd" verb="GET,DEBUG" type="System.Web.Handlers.AssemblyResourceLoader" preCondition="integratedMode" />

                <add name="PageHandlerFactory-Integrated" path="*.aspx" verb="GET,HEAD,POST,DEBUG" type="System.Web.UI.PageHandlerFactory" preCondition="integratedMode" />

                <add name="SimpleHandlerFactory-Integrated" path="*.ashx" verb="GET,HEAD,POST,DEBUG" type="System.Web.UI.SimpleHandlerFactory" preCondition="integratedMode" />

                <add name="WebServiceHandlerFactory-Integrated" path="*.asmx" verb="GET,HEAD,POST,DEBUG" type="System.Web.Services.Protocols.WebServiceHandlerFactory, System.Web.Services, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" preCondition="integratedMode" />

                <add name="HttpRemotingHandlerFactory-rem-Integrated" path="*.rem" verb="GET,HEAD,POST,DEBUG" type="System.Runtime.Remoting.Channels.Http.HttpRemotingHandlerFactory, System.Runtime.Remoting, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" preCondition="integratedMode" />

                <add name="HttpRemotingHandlerFactory-soap-Integrated" path="*.soap" verb="GET,HEAD,POST,DEBUG" type="System.Runtime.Remoting.Channels.Http.HttpRemotingHandlerFactory, System.Runtime.Remoting, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" preCondition="integratedMode" />

                <add name="AXD-ISAPI-2.0" path="*.axd" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness32" responseBufferLimit="0" />

                <add name="PageHandlerFactory-ISAPI-2.0" path="*.aspx" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness32" responseBufferLimit="0" />

                <add name="SimpleHandlerFactory-ISAPI-2.0" path="*.ashx" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness32" responseBufferLimit="0" />

                <add name="WebServiceHandlerFactory-ISAPI-2.0" path="*.asmx" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness32" responseBufferLimit="0" />

                <add name="HttpRemotingHandlerFactory-rem-ISAPI-2.0" path="*.rem" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness32" responseBufferLimit="0" />

                <add name="HttpRemotingHandlerFactory-soap-ISAPI-2.0" path="*.soap" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness32" responseBufferLimit="0" />

            <add name="AXD-ISAPI-2.0-64" path="*.axd" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness64" responseBufferLimit="0" />

            <add name="PageHandlerFactory-ISAPI-2.0-64" path="*.aspx" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness64" responseBufferLimit="0" />

            <add name="SimpleHandlerFactory-ISAPI-2.0-64" path="*.ashx" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness64" responseBufferLimit="0" />

            <add name="WebServiceHandlerFactory-ISAPI-2.0-64" path="*.asmx" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness64" responseBufferLimit="0" />

            <add name="HttpRemotingHandlerFactory-rem-ISAPI-2.0-64" path="*.rem" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness64" responseBufferLimit="0" />

            <add name="HttpRemotingHandlerFactory-soap-ISAPI-2.0-64" path="*.soap" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness64" responseBufferLimit="0" />

            <add name="TRACEVerbHandler" path="*" verb="TRACE" modules="ProtocolSupportModule" requireAccess="None" />

            <add name="OPTIONSVerbHandler" path="*" verb="OPTIONS" modules="ProtocolSupportModule" requireAccess="None" />

            <add name="StaticFile" path="*" verb="*" modules="StaticFileModule,DefaultDocumentModule,DirectoryListingModule" resourceType="Either" requireAccess="Read" />

        </handlers>

 

        <modules>

            <add name="HttpCacheModule" lockItem="true" />

            <add name="StaticCompressionModule" lockItem="true" />

            <add name="DefaultDocumentModule" lockItem="true" />

            <add name="DirectoryListingModule" lockItem="true" />

            <add name="IsapiFilterModule" lockItem="true" />

            <add name="ProtocolSupportModule" lockItem="true" />

            <add name="HttpRedirectionModule" lockItem="true" />

            <add name="StaticFileModule" lockItem="true" />

            <add name="AnonymousAuthenticationModule" lockItem="true" />

            <add name="BasicAuthenticationModule" lockItem="true" />

            <add name="RequestFilteringModule" lockItem="true" />

            <add name="CustomErrorModule" lockItem="true" />

            <add name="IsapiModule" lockItem="true" />

            <add name="HttpLoggingModule" lockItem="true" />

            <add name="ConfigurationValidationModule" lockItem="true" />

                <add name="OutputCache" type="System.Web.Caching.OutputCacheModule" preCondition="managedHandler" />

                <add name="Session" type="System.Web.SessionState.SessionStateModule" preCondition="managedHandler" />

                <add name="WindowsAuthentication" type="System.Web.Security.WindowsAuthenticationModule" preCondition="managedHandler" />

                <add name="FormsAuthentication" type="System.Web.Security.FormsAuthenticationModule" preCondition="managedHandler" />

                <add name="DefaultAuthentication" type="System.Web.Security.DefaultAuthenticationModule" preCondition="managedHandler" />

                <add name="RoleManager" type="System.Web.Security.RoleManagerModule" preCondition="managedHandler" />

                <add name="UrlAuthorization" type="System.Web.Security.UrlAuthorizationModule" preCondition="managedHandler" />

                <add name="FileAuthorization" type="System.Web.Security.FileAuthorizationModule" preCondition="managedHandler" />

                <add name="AnonymousIdentification" type="System.Web.Security.AnonymousIdentificationModule" preCondition="managedHandler" />

                <add name="Profile" type="System.Web.Profile.ProfileModule" preCondition="managedHandler" />

                <add name="UrlMappingsModule" type="System.Web.UrlMappingsModule" preCondition="managedHandler" />

                <add name="ServiceModel" type="System.ServiceModel.Activation.HttpModule, System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" preCondition="managedHandler" />

                <add name="RewriteModule" />

        </modules>

        </system.webServer>

    </location>

    <system.ftpServer>

        <providerDefinitions>

            <add name="IisManagerAuth" type="Microsoft.Web.FtpServer.Security.IisManagerAuthenticationProvider,Microsoft.Web.FtpServer,version=7.5.0.0,Culture=neutral,PublicKeyToken=31bf3856ad364e35" />

            <add name="AspNetAuth" type="Microsoft.Web.FtpServer.Security.AspNetFtpMembershipProvider,Microsoft.Web.FtpServer,version=7.5.0.0,Culture=neutral,PublicKeyToken=31bf3856ad364e35" />

        </providerDefinitions>

        <log>

        </log>

        <firewallSupport />

        <caching>

        </caching>

        <security>

            <ipSecurity />

            <requestFiltering>

                <hiddenSegments>

                    <add segment="_vti_bin" />

                </hiddenSegments>

            </requestFiltering>

            <authorization />

        </security>

    </system.ftpServer>

    <location path="Default Web Site">

        <system.ftpServer>

            <security>

                <authorization>

                    <add accessType="Allow" users="?" permissions="Read, Write" />

                </authorization>

            </security>

        </system.ftpServer>

    </location>

    <location path="Default Web Site/MedinousNG.Web">

    </location>

    <location path="Medinous">

        <system.ftpServer>

            <security>

                <authorization>

                    <add accessType="Allow" users="*" permissions="Read, Write" />

                </authorization>

            </security>

        </system.ftpServer>

    </location>

 

</configuration>

 

The following thing I want to know .

  1. This setting is ok or need to do more optimization if yes what I have to do.
  2. If the above setting are ok then is this   related to coding of the program.

Please let know  I am in need of a solution

Thank you in advance

Mathew Roshan        

Viewing all 26858 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>