Restoring StaticFileModule in IISRunning php files on ISS 7 without the file extensionHandler mappings feature not available on IIS7Is there a way to download and activate a predefined-configuration for IIS 7.5 that is less restrictive?IIS backup and restore site to new siteIIS7 Handler Mapping Migration from Sites Config to Server ConfigEnabling POST requests for html files in IIS7IIS complains about a locked section - how can I find out where it's locked?Remote Wildcard script mapping from site in IIS 7.5 with powershellIIS: missing configuration/propertiesRemoteApps missing on IIS sites
Can I use my laptop, which says 100-240V, in the USA?
Surely they can fit?
What does a comma mean inside an 'if' statement?
Why is “Ich wusste, dass aus dir mal was wird” grammitally correct?
Size of a folder with du
Why does the Earth follow an elliptical trajectory rather than a parabolic one?
Extracting sublists that contain similar elements
How to cope with regret and shame about not fully utilizing opportunities during PhD?
Early arrival in Australia, early hotel check in not available
A curve pass via points at TiKz
Should these notes be played as a chord or one after another?
Why does my circuit work on a breadboard, but not on a perfboard? I am new to soldering
What is Plautus’s pun about frustum and frustrum?
How do I tell my supervisor that he is choosing poor replacements for me while I am on maternity leave?
Why does getw return -1 when trying to read a character?
What to do if SUS scores contradict qualitative feedback?
How does Howard Stark know this?
What does i386 mean on macOS Mojave?
Why was Endgame Thanos so different than Infinity War Thanos?
Why in a Ethernet LAN, a packet sniffer can obtain all packets sent over the LAN?
Why do Thanos's punches not kill Captain America or at least cause some mortal injuries?
Does Lawful Interception of 4G / the proposed 5G provide a back door for hackers as well?
51% attack - apparently very easy? refering to CZ's "rollback btc chain" - How to make sure such corruptible scenario can never happen so easily?
Page contents aligning weirdly in LaTeX/Overleaf
Restoring StaticFileModule in IIS
Running php files on ISS 7 without the file extensionHandler mappings feature not available on IIS7Is there a way to download and activate a predefined-configuration for IIS 7.5 that is less restrictive?IIS backup and restore site to new siteIIS7 Handler Mapping Migration from Sites Config to Server ConfigEnabling POST requests for html files in IIS7IIS complains about a locked section - how can I find out where it's locked?Remote Wildcard script mapping from site in IIS 7.5 with powershellIIS: missing configuration/propertiesRemoteApps missing on IIS sites
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
How do you restore the default handler mappings? I accidentally deleted the StaticFileModule in the DefaultWebSite and now I can't bring it back.
Additionally, Reverting to Parent doesn't bring it back.
iis iis-7
add a comment |
How do you restore the default handler mappings? I accidentally deleted the StaticFileModule in the DefaultWebSite and now I can't bring it back.
Additionally, Reverting to Parent doesn't bring it back.
iis iis-7
add a comment |
How do you restore the default handler mappings? I accidentally deleted the StaticFileModule in the DefaultWebSite and now I can't bring it back.
Additionally, Reverting to Parent doesn't bring it back.
iis iis-7
How do you restore the default handler mappings? I accidentally deleted the StaticFileModule in the DefaultWebSite and now I can't bring it back.
Additionally, Reverting to Parent doesn't bring it back.
iis iis-7
iis iis-7
edited Sep 7 '11 at 14:26
Scott Forsyth - MVP
15.2k33151
15.2k33151
asked Sep 6 '11 at 16:13
JonnJonn
1065
1065
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Reverting should do it if the change was just for the default web site. Check out your web.config file for DefaultWebSite using notepad. You should see a for StaticFileModule. You can manually remove that and save the file.
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "2"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f308605%2frestoring-staticfilemodule-in-iis%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Reverting should do it if the change was just for the default web site. Check out your web.config file for DefaultWebSite using notepad. You should see a for StaticFileModule. You can manually remove that and save the file.
add a comment |
Reverting should do it if the change was just for the default web site. Check out your web.config file for DefaultWebSite using notepad. You should see a for StaticFileModule. You can manually remove that and save the file.
add a comment |
Reverting should do it if the change was just for the default web site. Check out your web.config file for DefaultWebSite using notepad. You should see a for StaticFileModule. You can manually remove that and save the file.
Reverting should do it if the change was just for the default web site. Check out your web.config file for DefaultWebSite using notepad. You should see a for StaticFileModule. You can manually remove that and save the file.
answered Sep 7 '11 at 14:27
Scott Forsyth - MVPScott Forsyth - MVP
15.2k33151
15.2k33151
add a comment |
add a comment |
Thanks for contributing an answer to Server Fault!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f308605%2frestoring-staticfilemodule-in-iis%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown