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
configuration
add a comment |
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
configuration
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
add a comment |
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
configuration
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
configuration
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
add a comment |
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
add a comment |
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.
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
add a comment |
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.
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
add a comment |
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.
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
add a comment |
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.
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.
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
add a comment |
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
add a comment |
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.
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%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
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
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