Can we remove default.aspx page from deploy location?











up vote
2
down vote

favorite












What is the use of default.aspx page(present in deploy location) which comes with Sitecore installation?



If we remove, will it have any impact?



Sitecore: 8.2 update 3










share|improve this question
























  • Which Sitecore version you are on ?
    – Amitabh Vyas
    Nov 21 at 16:18










  • Updated the description with version..
    – Gopikrishna Gujjula
    Nov 21 at 16:31















up vote
2
down vote

favorite












What is the use of default.aspx page(present in deploy location) which comes with Sitecore installation?



If we remove, will it have any impact?



Sitecore: 8.2 update 3










share|improve this question
























  • Which Sitecore version you are on ?
    – Amitabh Vyas
    Nov 21 at 16:18










  • Updated the description with version..
    – Gopikrishna Gujjula
    Nov 21 at 16:31













up vote
2
down vote

favorite









up vote
2
down vote

favorite











What is the use of default.aspx page(present in deploy location) which comes with Sitecore installation?



If we remove, will it have any impact?



Sitecore: 8.2 update 3










share|improve this question















What is the use of default.aspx page(present in deploy location) which comes with Sitecore installation?



If we remove, will it have any impact?



Sitecore: 8.2 update 3







configuration






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 21 at 16:30

























asked Nov 21 at 16:05









Gopikrishna Gujjula

31319




31319












  • Which Sitecore version you are on ?
    – Amitabh Vyas
    Nov 21 at 16:18










  • Updated the description with version..
    – Gopikrishna Gujjula
    Nov 21 at 16:31


















  • Which Sitecore version you are on ?
    – Amitabh Vyas
    Nov 21 at 16:18










  • Updated the description with version..
    – Gopikrishna Gujjula
    Nov 21 at 16:31
















Which Sitecore version you are on ?
– Amitabh Vyas
Nov 21 at 16:18




Which Sitecore version you are on ?
– Amitabh Vyas
Nov 21 at 16:18












Updated the description with version..
– Gopikrishna Gujjula
Nov 21 at 16:31




Updated the description with version..
– Gopikrishna Gujjula
Nov 21 at 16:31










1 Answer
1






active

oldest

votes

















up vote
6
down vote



accepted










The Default.aspx in the standard install of all versions of Sitecore is nothing more than a placeholder page, it serves no purpose in the normal operation of a functioning Sitecore instance. The page itself contains no logic or is not tied to any backend code, and simple outputs the text "Default page".



The page could be useful to check if your IIS instance has been set up correctly, or that a 200 status code is being returned (although the Heartbeat.aspx is better for this purpose).



You can delete this page if you wish, but unless someone browses to /default.aspx directly then this page should not normally be served by the system.






share|improve this answer





















  • Also, worth mentioning that the Heartbeat.aspx page has been broken for sometime and does not work OOTB. sitecorehacker.com/2017/11/22/…
    – Pete Navarra
    Nov 21 at 22:31










  • Thanks jammy kam.. always clear and concise answers...
    – Gopikrishna Gujjula
    Nov 22 at 1:46











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "664"
};
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',
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsitecore.stackexchange.com%2fquestions%2f15072%2fcan-we-remove-default-aspx-page-from-deploy-location%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








up vote
6
down vote



accepted










The Default.aspx in the standard install of all versions of Sitecore is nothing more than a placeholder page, it serves no purpose in the normal operation of a functioning Sitecore instance. The page itself contains no logic or is not tied to any backend code, and simple outputs the text "Default page".



The page could be useful to check if your IIS instance has been set up correctly, or that a 200 status code is being returned (although the Heartbeat.aspx is better for this purpose).



You can delete this page if you wish, but unless someone browses to /default.aspx directly then this page should not normally be served by the system.






share|improve this answer





















  • Also, worth mentioning that the Heartbeat.aspx page has been broken for sometime and does not work OOTB. sitecorehacker.com/2017/11/22/…
    – Pete Navarra
    Nov 21 at 22:31










  • Thanks jammy kam.. always clear and concise answers...
    – Gopikrishna Gujjula
    Nov 22 at 1:46















up vote
6
down vote



accepted










The Default.aspx in the standard install of all versions of Sitecore is nothing more than a placeholder page, it serves no purpose in the normal operation of a functioning Sitecore instance. The page itself contains no logic or is not tied to any backend code, and simple outputs the text "Default page".



The page could be useful to check if your IIS instance has been set up correctly, or that a 200 status code is being returned (although the Heartbeat.aspx is better for this purpose).



You can delete this page if you wish, but unless someone browses to /default.aspx directly then this page should not normally be served by the system.






share|improve this answer





















  • Also, worth mentioning that the Heartbeat.aspx page has been broken for sometime and does not work OOTB. sitecorehacker.com/2017/11/22/…
    – Pete Navarra
    Nov 21 at 22:31










  • Thanks jammy kam.. always clear and concise answers...
    – Gopikrishna Gujjula
    Nov 22 at 1:46













up vote
6
down vote



accepted







up vote
6
down vote



accepted






The Default.aspx in the standard install of all versions of Sitecore is nothing more than a placeholder page, it serves no purpose in the normal operation of a functioning Sitecore instance. The page itself contains no logic or is not tied to any backend code, and simple outputs the text "Default page".



The page could be useful to check if your IIS instance has been set up correctly, or that a 200 status code is being returned (although the Heartbeat.aspx is better for this purpose).



You can delete this page if you wish, but unless someone browses to /default.aspx directly then this page should not normally be served by the system.






share|improve this answer












The Default.aspx in the standard install of all versions of Sitecore is nothing more than a placeholder page, it serves no purpose in the normal operation of a functioning Sitecore instance. The page itself contains no logic or is not tied to any backend code, and simple outputs the text "Default page".



The page could be useful to check if your IIS instance has been set up correctly, or that a 200 status code is being returned (although the Heartbeat.aspx is better for this purpose).



You can delete this page if you wish, but unless someone browses to /default.aspx directly then this page should not normally be served by the system.







share|improve this answer












share|improve this answer



share|improve this answer










answered Nov 21 at 17:18









jammykam

10.8k11753




10.8k11753












  • Also, worth mentioning that the Heartbeat.aspx page has been broken for sometime and does not work OOTB. sitecorehacker.com/2017/11/22/…
    – Pete Navarra
    Nov 21 at 22:31










  • Thanks jammy kam.. always clear and concise answers...
    – Gopikrishna Gujjula
    Nov 22 at 1:46


















  • Also, worth mentioning that the Heartbeat.aspx page has been broken for sometime and does not work OOTB. sitecorehacker.com/2017/11/22/…
    – Pete Navarra
    Nov 21 at 22:31










  • Thanks jammy kam.. always clear and concise answers...
    – Gopikrishna Gujjula
    Nov 22 at 1:46
















Also, worth mentioning that the Heartbeat.aspx page has been broken for sometime and does not work OOTB. sitecorehacker.com/2017/11/22/…
– Pete Navarra
Nov 21 at 22:31




Also, worth mentioning that the Heartbeat.aspx page has been broken for sometime and does not work OOTB. sitecorehacker.com/2017/11/22/…
– Pete Navarra
Nov 21 at 22:31












Thanks jammy kam.. always clear and concise answers...
– Gopikrishna Gujjula
Nov 22 at 1:46




Thanks jammy kam.. always clear and concise answers...
– Gopikrishna Gujjula
Nov 22 at 1:46


















draft saved

draft discarded




















































Thanks for contributing an answer to Sitecore Stack Exchange!


  • 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.





Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


Please pay close attention to the following guidance:


  • 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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsitecore.stackexchange.com%2fquestions%2f15072%2fcan-we-remove-default-aspx-page-from-deploy-location%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

Список кардиналов, возведённых папой римским Каликстом III

Deduzione

Mysql.sock missing - “Can't connect to local MySQL server through socket”