PC Review


Reply
Thread Tools Rate Thread

how did default.asp get in my remote webs?

 
 
=?Utf-8?B?cmVk?=
Guest
Posts: n/a
 
      11th Aug 2005
Several people told me when they tried to access my Home page it was coming
up blank (I could access it with no problems). The Home page was always
titled default.htm Well, my ISP tells me that I had a page that was blank
called default.asp in my directory. He said that had a higher precedence
than my actual home page of default.htm. So he renamed default.asp to
default.asp.bak. Now people can access the Home page. But I still have
questions.

First, how did default.asp get there? My ISP says I placed it there. But it
was not/is not on my local webs.

Second, why does default.asp.bak need to be there?

Could someone have hacked into the site and placed it there?
 
Reply With Quote
 
 
 
 
Andrew Murray
Guest
Posts: n/a
 
      11th Aug 2005
I don't believe so, the ISP probably made default.asp (Active Server Page)
the default filename for the server so when you browse

www.yoursite.com, rather than www.yoursite.com/index.html for instance, the
index.html page comes up automatically. But it can be whatever the host
sets it. eg default.asp, home.html, index.htm or whatever. there are a
variety of names, it could any all or any of those.

My host for instance has "default.asp" and "index.html" as the default pages
(i use asp so use default.asp).

Your host renamed the file, didn't delete it - I won't do any harm I
wouldn't think. You can delete it yourself if you want.


"red" <(E-Mail Removed)> wrote in message
news:6065B105-1EAD-40B6-B5E5-(E-Mail Removed)...
> Several people told me when they tried to access my Home page it was
> coming
> up blank (I could access it with no problems). The Home page was always
> titled default.htm Well, my ISP tells me that I had a page that was blank
> called default.asp in my directory. He said that had a higher precedence
> than my actual home page of default.htm. So he renamed default.asp to
> default.asp.bak. Now people can access the Home page. But I still have
> questions.
>
> First, how did default.asp get there? My ISP says I placed it there. But
> it
> was not/is not on my local webs.
>
> Second, why does default.asp.bak need to be there?
>
> Could someone have hacked into the site and placed it there?



 
Reply With Quote
 
=?Utf-8?B?cmVk?=
Guest
Posts: n/a
 
      12th Aug 2005
I still had trouble understanding some of this. To double check I asked my
ISP if it was OK to delete the default.asp.bak file and he said "yes." I know
I didn't make the file. At least the mystery is solved and my home page is
able to be accessed by others now. Thanks for your help.

"Andrew Murray" wrote:

> I don't believe so, the ISP probably made default.asp (Active Server Page)
> the default filename for the server so when you browse
>
> www.yoursite.com, rather than www.yoursite.com/index.html for instance, the
> index.html page comes up automatically. But it can be whatever the host
> sets it. eg default.asp, home.html, index.htm or whatever. there are a
> variety of names, it could any all or any of those.
>
> My host for instance has "default.asp" and "index.html" as the default pages
> (i use asp so use default.asp).
>
> Your host renamed the file, didn't delete it - I won't do any harm I
> wouldn't think. You can delete it yourself if you want.
>
>
> "red" <(E-Mail Removed)> wrote in message
> news:6065B105-1EAD-40B6-B5E5-(E-Mail Removed)...
> > Several people told me when they tried to access my Home page it was
> > coming
> > up blank (I could access it with no problems). The Home page was always
> > titled default.htm Well, my ISP tells me that I had a page that was blank
> > called default.asp in my directory. He said that had a higher precedence
> > than my actual home page of default.htm. So he renamed default.asp to
> > default.asp.bak. Now people can access the Home page. But I still have
> > questions.
> >
> > First, how did default.asp get there? My ISP says I placed it there. But
> > it
> > was not/is not on my local webs.
> >
> > Second, why does default.asp.bak need to be there?
> >
> > Could someone have hacked into the site and placed it there?

>
>
>

 
Reply With Quote
 
Thomas A. Rowe
Guest
Posts: n/a
 
      12th Aug 2005
For each web site hosted on a web server, the web host can provide a list of filenames to be use as
the default document (home page). The server will process this list from top to bottom when someone
accesses your domain, as http://www.yourdomain.com

FP will use the first name in this list when publishing, which in your case is default.asp. Your web
host either needs to move default.asp lower in the list or delete it from the list entirely.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================

"red" <(E-Mail Removed)> wrote in message
news:1D5243C1-E875-4EC1-AC35-(E-Mail Removed)...
>I still had trouble understanding some of this. To double check I asked my
> ISP if it was OK to delete the default.asp.bak file and he said "yes." I know
> I didn't make the file. At least the mystery is solved and my home page is
> able to be accessed by others now. Thanks for your help.
>
> "Andrew Murray" wrote:
>
>> I don't believe so, the ISP probably made default.asp (Active Server Page)
>> the default filename for the server so when you browse
>>
>> www.yoursite.com, rather than www.yoursite.com/index.html for instance, the
>> index.html page comes up automatically. But it can be whatever the host
>> sets it. eg default.asp, home.html, index.htm or whatever. there are a
>> variety of names, it could any all or any of those.
>>
>> My host for instance has "default.asp" and "index.html" as the default pages
>> (i use asp so use default.asp).
>>
>> Your host renamed the file, didn't delete it - I won't do any harm I
>> wouldn't think. You can delete it yourself if you want.
>>
>>
>> "red" <(E-Mail Removed)> wrote in message
>> news:6065B105-1EAD-40B6-B5E5-(E-Mail Removed)...
>> > Several people told me when they tried to access my Home page it was
>> > coming
>> > up blank (I could access it with no problems). The Home page was always
>> > titled default.htm Well, my ISP tells me that I had a page that was blank
>> > called default.asp in my directory. He said that had a higher precedence
>> > than my actual home page of default.htm. So he renamed default.asp to
>> > default.asp.bak. Now people can access the Home page. But I still have
>> > questions.
>> >
>> > First, how did default.asp get there? My ISP says I placed it there. But
>> > it
>> > was not/is not on my local webs.
>> >
>> > Second, why does default.asp.bak need to be there?
>> >
>> > Could someone have hacked into the site and placed it there?

>>
>>
>>



 
Reply With Quote
 
=?Utf-8?B?cmVk?=
Guest
Posts: n/a
 
      12th Aug 2005
Thomas, I passed that on to my ISP and he said:
"A third option would be for you to make sure that no pages exist in your
web that have a higher priority than your intended entry page."

I just have one more question. I know I never created a file called
default.asp. (This all happened after my ISP had to delete my remote web and
I republished in order to get hit counters to work again.) Default.htm has
always been my entry (or home) page. Could FP on the remote or local machine
automatically create a file with an .asp extention?? My files all have the
extension of .htm. I don't even know how to get a file to be on the remote
with an .asp extension, let alone it be a BLANK page. Please, any more
thoughts on this?


"Thomas A. Rowe" wrote:

> For each web site hosted on a web server, the web host can provide a list of filenames to be use as
> the default document (home page). The server will process this list from top to bottom when someone
> accesses your domain, as http://www.yourdomain.com
>
> FP will use the first name in this list when publishing, which in your case is default.asp. Your web
> host either needs to move default.asp lower in the list or delete it from the list entirely.
>
> --
> ==============================================
> Thomas A. Rowe (Microsoft MVP - FrontPage)
> ==============================================
> If you feel your current issue is a results of installing
> a Service Pack or security update, please contact
> Microsoft Product Support Services:
> http://support.microsoft.com
> If the problem can be shown to have been caused by a
> security update, then there is usually no charge for the call.
> ==============================================
>
> "red" <(E-Mail Removed)> wrote in message
> news:1D5243C1-E875-4EC1-AC35-(E-Mail Removed)...
> >I still had trouble understanding some of this. To double check I asked my
> > ISP if it was OK to delete the default.asp.bak file and he said "yes." I know
> > I didn't make the file. At least the mystery is solved and my home page is
> > able to be accessed by others now. Thanks for your help.
> >
> > "Andrew Murray" wrote:
> >
> >> I don't believe so, the ISP probably made default.asp (Active Server Page)
> >> the default filename for the server so when you browse
> >>
> >> www.yoursite.com, rather than www.yoursite.com/index.html for instance, the
> >> index.html page comes up automatically. But it can be whatever the host
> >> sets it. eg default.asp, home.html, index.htm or whatever. there are a
> >> variety of names, it could any all or any of those.
> >>
> >> My host for instance has "default.asp" and "index.html" as the default pages
> >> (i use asp so use default.asp).
> >>
> >> Your host renamed the file, didn't delete it - I won't do any harm I
> >> wouldn't think. You can delete it yourself if you want.
> >>
> >>
> >> "red" <(E-Mail Removed)> wrote in message
> >> news:6065B105-1EAD-40B6-B5E5-(E-Mail Removed)...
> >> > Several people told me when they tried to access my Home page it was
> >> > coming
> >> > up blank (I could access it with no problems). The Home page was always
> >> > titled default.htm Well, my ISP tells me that I had a page that was blank
> >> > called default.asp in my directory. He said that had a higher precedence
> >> > than my actual home page of default.htm. So he renamed default.asp to
> >> > default.asp.bak. Now people can access the Home page. But I still have
> >> > questions.
> >> >
> >> > First, how did default.asp get there? My ISP says I placed it there. But
> >> > it
> >> > was not/is not on my local webs.
> >> >
> >> > Second, why does default.asp.bak need to be there?
> >> >
> >> > Could someone have hacked into the site and placed it there?
> >>
> >>
> >>

>
>
>

 
Reply With Quote
 
Kathleen Anderson [MVP - FrontPage]
Guest
Posts: n/a
 
      12th Aug 2005
The default.asp was probably created when the host created your new web on
their server.

--

~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
web: http://www.spiderwebwoman.com/resources/




"red" <(E-Mail Removed)> wrote in message
news:ADDEE38D-227D-491F-90FC-(E-Mail Removed)...
> Thomas, I passed that on to my ISP and he said:
> "A third option would be for you to make sure that no pages exist in your
> web that have a higher priority than your intended entry page."
>
> I just have one more question. I know I never created a file called
> default.asp. (This all happened after my ISP had to delete my remote web
> and
> I republished in order to get hit counters to work again.) Default.htm has
> always been my entry (or home) page. Could FP on the remote or local
> machine
> automatically create a file with an .asp extention?? My files all have the
> extension of .htm. I don't even know how to get a file to be on the remote
> with an .asp extension, let alone it be a BLANK page. Please, any more
> thoughts on this?
>
>
> "Thomas A. Rowe" wrote:
>
>> For each web site hosted on a web server, the web host can provide a list
>> of filenames to be use as
>> the default document (home page). The server will process this list from
>> top to bottom when someone
>> accesses your domain, as http://www.yourdomain.com
>>
>> FP will use the first name in this list when publishing, which in your
>> case is default.asp. Your web
>> host either needs to move default.asp lower in the list or delete it from
>> the list entirely.
>>
>> --
>> ==============================================
>> Thomas A. Rowe (Microsoft MVP - FrontPage)
>> ==============================================
>> If you feel your current issue is a results of installing
>> a Service Pack or security update, please contact
>> Microsoft Product Support Services:
>> http://support.microsoft.com
>> If the problem can be shown to have been caused by a
>> security update, then there is usually no charge for the call.
>> ==============================================
>>
>> "red" <(E-Mail Removed)> wrote in message
>> news:1D5243C1-E875-4EC1-AC35-(E-Mail Removed)...
>> >I still had trouble understanding some of this. To double check I asked
>> >my
>> > ISP if it was OK to delete the default.asp.bak file and he said "yes."
>> > I know
>> > I didn't make the file. At least the mystery is solved and my home page
>> > is
>> > able to be accessed by others now. Thanks for your help.
>> >
>> > "Andrew Murray" wrote:
>> >
>> >> I don't believe so, the ISP probably made default.asp (Active Server
>> >> Page)
>> >> the default filename for the server so when you browse
>> >>
>> >> www.yoursite.com, rather than www.yoursite.com/index.html for
>> >> instance, the
>> >> index.html page comes up automatically. But it can be whatever the
>> >> host
>> >> sets it. eg default.asp, home.html, index.htm or whatever. there are
>> >> a
>> >> variety of names, it could any all or any of those.
>> >>
>> >> My host for instance has "default.asp" and "index.html" as the default
>> >> pages
>> >> (i use asp so use default.asp).
>> >>
>> >> Your host renamed the file, didn't delete it - I won't do any harm I
>> >> wouldn't think. You can delete it yourself if you want.
>> >>
>> >>
>> >> "red" <(E-Mail Removed)> wrote in message
>> >> news:6065B105-1EAD-40B6-B5E5-(E-Mail Removed)...
>> >> > Several people told me when they tried to access my Home page it was
>> >> > coming
>> >> > up blank (I could access it with no problems). The Home page was
>> >> > always
>> >> > titled default.htm Well, my ISP tells me that I had a page that was
>> >> > blank
>> >> > called default.asp in my directory. He said that had a higher
>> >> > precedence
>> >> > than my actual home page of default.htm. So he renamed default.asp
>> >> > to
>> >> > default.asp.bak. Now people can access the Home page. But I still
>> >> > have
>> >> > questions.
>> >> >
>> >> > First, how did default.asp get there? My ISP says I placed it there.
>> >> > But
>> >> > it
>> >> > was not/is not on my local webs.
>> >> >
>> >> > Second, why does default.asp.bak need to be there?
>> >> >
>> >> > Could someone have hacked into the site and placed it there?
>> >>
>> >>
>> >>

>>
>>
>>



 
Reply With Quote
 
Thomas A. Rowe
Guest
Posts: n/a
 
      12th Aug 2005
The web host is in complete control of this, it is based on whatever filename they have listed as
the first item in the default document list for you web site account. The suggested 3rd option, you
have no control over, as the host is the only one that know the order of the items in the default
document list for each site hosted on their servers. They need to move default.htm to be the first
item in the list, if you are to use default.htm as the default document.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================

"red" <(E-Mail Removed)> wrote in message
news:ADDEE38D-227D-491F-90FC-(E-Mail Removed)...
> Thomas, I passed that on to my ISP and he said:
> "A third option would be for you to make sure that no pages exist in your
> web that have a higher priority than your intended entry page."
>
> I just have one more question. I know I never created a file called
> default.asp. (This all happened after my ISP had to delete my remote web and
> I republished in order to get hit counters to work again.) Default.htm has
> always been my entry (or home) page. Could FP on the remote or local machine
> automatically create a file with an .asp extention?? My files all have the
> extension of .htm. I don't even know how to get a file to be on the remote
> with an .asp extension, let alone it be a BLANK page. Please, any more
> thoughts on this?
>
>
> "Thomas A. Rowe" wrote:
>
>> For each web site hosted on a web server, the web host can provide a list of filenames to be use
>> as
>> the default document (home page). The server will process this list from top to bottom when
>> someone
>> accesses your domain, as http://www.yourdomain.com
>>
>> FP will use the first name in this list when publishing, which in your case is default.asp. Your
>> web
>> host either needs to move default.asp lower in the list or delete it from the list entirely.
>>
>> --
>> ==============================================
>> Thomas A. Rowe (Microsoft MVP - FrontPage)
>> ==============================================
>> If you feel your current issue is a results of installing
>> a Service Pack or security update, please contact
>> Microsoft Product Support Services:
>> http://support.microsoft.com
>> If the problem can be shown to have been caused by a
>> security update, then there is usually no charge for the call.
>> ==============================================
>>
>> "red" <(E-Mail Removed)> wrote in message
>> news:1D5243C1-E875-4EC1-AC35-(E-Mail Removed)...
>> >I still had trouble understanding some of this. To double check I asked my
>> > ISP if it was OK to delete the default.asp.bak file and he said "yes." I know
>> > I didn't make the file. At least the mystery is solved and my home page is
>> > able to be accessed by others now. Thanks for your help.
>> >
>> > "Andrew Murray" wrote:
>> >
>> >> I don't believe so, the ISP probably made default.asp (Active Server Page)
>> >> the default filename for the server so when you browse
>> >>
>> >> www.yoursite.com, rather than www.yoursite.com/index.html for instance, the
>> >> index.html page comes up automatically. But it can be whatever the host
>> >> sets it. eg default.asp, home.html, index.htm or whatever. there are a
>> >> variety of names, it could any all or any of those.
>> >>
>> >> My host for instance has "default.asp" and "index.html" as the default pages
>> >> (i use asp so use default.asp).
>> >>
>> >> Your host renamed the file, didn't delete it - I won't do any harm I
>> >> wouldn't think. You can delete it yourself if you want.
>> >>
>> >>
>> >> "red" <(E-Mail Removed)> wrote in message
>> >> news:6065B105-1EAD-40B6-B5E5-(E-Mail Removed)...
>> >> > Several people told me when they tried to access my Home page it was
>> >> > coming
>> >> > up blank (I could access it with no problems). The Home page was always
>> >> > titled default.htm Well, my ISP tells me that I had a page that was blank
>> >> > called default.asp in my directory. He said that had a higher precedence
>> >> > than my actual home page of default.htm. So he renamed default.asp to
>> >> > default.asp.bak. Now people can access the Home page. But I still have
>> >> > questions.
>> >> >
>> >> > First, how did default.asp get there? My ISP says I placed it there. But
>> >> > it
>> >> > was not/is not on my local webs.
>> >> >
>> >> > Second, why does default.asp.bak need to be there?
>> >> >
>> >> > Could someone have hacked into the site and placed it there?
>> >>
>> >>
>> >>

>>
>>
>>



 
Reply With Quote
 
=?Utf-8?B?cmVk?=
Guest
Posts: n/a
 
      14th Aug 2005
I found out that if I even attempted to save a file named Default.asp on my
local copy, it will ask me if I want to overwrite default.htm, which is my
home page, so there is no way I could have created the Default.asp that
suddenly showed up on my remote server. My ISP had to of created it, but he
won't admit it. If this ever happens again, I will be sure and look for that
..asp file on the remote server and remove it. I'm glad I had others tell me
they were bringing up a blank page for my home page, as I wasn't. I want to
thank everyone for their help on all this!

"Thomas A. Rowe" wrote:

> The web host is in complete control of this, it is based on whatever filename they have listed as
> the first item in the default document list for you web site account. The suggested 3rd option, you
> have no control over, as the host is the only one that know the order of the items in the default
> document list for each site hosted on their servers. They need to move default.htm to be the first
> item in the list, if you are to use default.htm as the default document.
>
> --
> ==============================================
> Thomas A. Rowe (Microsoft MVP - FrontPage)
> ==============================================
> If you feel your current issue is a results of installing
> a Service Pack or security update, please contact
> Microsoft Product Support Services:
> http://support.microsoft.com
> If the problem can be shown to have been caused by a
> security update, then there is usually no charge for the call.
> ==============================================
>
> "red" <(E-Mail Removed)> wrote in message
> news:ADDEE38D-227D-491F-90FC-(E-Mail Removed)...
> > Thomas, I passed that on to my ISP and he said:
> > "A third option would be for you to make sure that no pages exist in your
> > web that have a higher priority than your intended entry page."
> >
> > I just have one more question. I know I never created a file called
> > default.asp. (This all happened after my ISP had to delete my remote web and
> > I republished in order to get hit counters to work again.) Default.htm has
> > always been my entry (or home) page. Could FP on the remote or local machine
> > automatically create a file with an .asp extention?? My files all have the
> > extension of .htm. I don't even know how to get a file to be on the remote
> > with an .asp extension, let alone it be a BLANK page. Please, any more
> > thoughts on this?
> >
> >
> > "Thomas A. Rowe" wrote:
> >
> >> For each web site hosted on a web server, the web host can provide a list of filenames to be use
> >> as
> >> the default document (home page). The server will process this list from top to bottom when
> >> someone
> >> accesses your domain, as http://www.yourdomain.com
> >>
> >> FP will use the first name in this list when publishing, which in your case is default.asp. Your
> >> web
> >> host either needs to move default.asp lower in the list or delete it from the list entirely.
> >>
> >> --
> >> ==============================================
> >> Thomas A. Rowe (Microsoft MVP - FrontPage)
> >> ==============================================
> >> If you feel your current issue is a results of installing
> >> a Service Pack or security update, please contact
> >> Microsoft Product Support Services:
> >> http://support.microsoft.com
> >> If the problem can be shown to have been caused by a
> >> security update, then there is usually no charge for the call.
> >> ==============================================
> >>
> >> "red" <(E-Mail Removed)> wrote in message
> >> news:1D5243C1-E875-4EC1-AC35-(E-Mail Removed)...
> >> >I still had trouble understanding some of this. To double check I asked my
> >> > ISP if it was OK to delete the default.asp.bak file and he said "yes." I know
> >> > I didn't make the file. At least the mystery is solved and my home page is
> >> > able to be accessed by others now. Thanks for your help.
> >> >
> >> > "Andrew Murray" wrote:
> >> >
> >> >> I don't believe so, the ISP probably made default.asp (Active Server Page)
> >> >> the default filename for the server so when you browse
> >> >>
> >> >> www.yoursite.com, rather than www.yoursite.com/index.html for instance, the
> >> >> index.html page comes up automatically. But it can be whatever the host
> >> >> sets it. eg default.asp, home.html, index.htm or whatever. there are a
> >> >> variety of names, it could any all or any of those.
> >> >>
> >> >> My host for instance has "default.asp" and "index.html" as the default pages
> >> >> (i use asp so use default.asp).
> >> >>
> >> >> Your host renamed the file, didn't delete it - I won't do any harm I
> >> >> wouldn't think. You can delete it yourself if you want.
> >> >>
> >> >>
> >> >> "red" <(E-Mail Removed)> wrote in message
> >> >> news:6065B105-1EAD-40B6-B5E5-(E-Mail Removed)...
> >> >> > Several people told me when they tried to access my Home page it was
> >> >> > coming
> >> >> > up blank (I could access it with no problems). The Home page was always
> >> >> > titled default.htm Well, my ISP tells me that I had a page that was blank
> >> >> > called default.asp in my directory. He said that had a higher precedence
> >> >> > than my actual home page of default.htm. So he renamed default.asp to
> >> >> > default.asp.bak. Now people can access the Home page. But I still have
> >> >> > questions.
> >> >> >
> >> >> > First, how did default.asp get there? My ISP says I placed it there. But
> >> >> > it
> >> >> > was not/is not on my local webs.
> >> >> >
> >> >> > Second, why does default.asp.bak need to be there?
> >> >> >
> >> >> > Could someone have hacked into the site and placed it there?
> >> >>
> >> >>
> >> >>
> >>
> >>
> >>

>
>
>

 
Reply With Quote
 
p c
Guest
Posts: n/a
 
      14th Aug 2005
It's possible that it was added there if the "host" installed/activated
ASP (active server pages) on the server.

...PC

red wrote:

> I found out that if I even attempted to save a file named Default.asp on my
> local copy, it will ask me if I want to overwrite default.htm, which is my
> home page, so there is no way I could have created the Default.asp that
> suddenly showed up on my remote server. My ISP had to of created it, but he
> won't admit it. If this ever happens again, I will be sure and look for that
> .asp file on the remote server and remove it. I'm glad I had others tell me
> they were bringing up a blank page for my home page, as I wasn't. I want to
> thank everyone for their help on all this!
>
> "Thomas A. Rowe" wrote:
>
>
>>The web host is in complete control of this, it is based on whatever filename they have listed as
>>the first item in the default document list for you web site account. The suggested 3rd option, you
>>have no control over, as the host is the only one that know the order of the items in the default
>>document list for each site hosted on their servers. They need to move default.htm to be the first
>>item in the list, if you are to use default.htm as the default document.
>>
>>--
>>==============================================
>>Thomas A. Rowe (Microsoft MVP - FrontPage)
>>==============================================
>>If you feel your current issue is a results of installing
>>a Service Pack or security update, please contact
>>Microsoft Product Support Services:
>>http://support.microsoft.com
>>If the problem can be shown to have been caused by a
>>security update, then there is usually no charge for the call.
>>==============================================
>>
>>"red" <(E-Mail Removed)> wrote in message
>>news:ADDEE38D-227D-491F-90FC-(E-Mail Removed)...
>>
>>>Thomas, I passed that on to my ISP and he said:
>>>"A third option would be for you to make sure that no pages exist in your
>>>web that have a higher priority than your intended entry page."
>>>
>>>I just have one more question. I know I never created a file called
>>>default.asp. (This all happened after my ISP had to delete my remote web and
>>>I republished in order to get hit counters to work again.) Default.htm has
>>>always been my entry (or home) page. Could FP on the remote or local machine
>>>automatically create a file with an .asp extention?? My files all have the
>>>extension of .htm. I don't even know how to get a file to be on the remote
>>>with an .asp extension, let alone it be a BLANK page. Please, any more
>>>thoughts on this?
>>>
>>>
>>>"Thomas A. Rowe" wrote:
>>>
>>>
>>>>For each web site hosted on a web server, the web host can provide a list of filenames to be use
>>>>as
>>>>the default document (home page). The server will process this list from top to bottom when
>>>>someone
>>>>accesses your domain, as http://www.yourdomain.com
>>>>
>>>>FP will use the first name in this list when publishing, which in your case is default.asp. Your
>>>>web
>>>>host either needs to move default.asp lower in the list or delete it from the list entirely.
>>>>
>>>>--
>>>>==============================================
>>>>Thomas A. Rowe (Microsoft MVP - FrontPage)
>>>>==============================================
>>>>If you feel your current issue is a results of installing
>>>>a Service Pack or security update, please contact
>>>>Microsoft Product Support Services:
>>>>http://support.microsoft.com
>>>>If the problem can be shown to have been caused by a
>>>>security update, then there is usually no charge for the call.
>>>>==============================================
>>>>
>>>>"red" <(E-Mail Removed)> wrote in message
>>>>news:1D5243C1-E875-4EC1-AC35-(E-Mail Removed)...
>>>>
>>>>>I still had trouble understanding some of this. To double check I asked my
>>>>>ISP if it was OK to delete the default.asp.bak file and he said "yes." I know
>>>>>I didn't make the file. At least the mystery is solved and my home page is
>>>>>able to be accessed by others now. Thanks for your help.
>>>>>
>>>>>"Andrew Murray" wrote:
>>>>>
>>>>>
>>>>>>I don't believe so, the ISP probably made default.asp (Active Server Page)
>>>>>>the default filename for the server so when you browse
>>>>>>
>>>>>>www.yoursite.com, rather than www.yoursite.com/index.html for instance, the
>>>>>>index.html page comes up automatically. But it can be whatever the host
>>>>>>sets it. eg default.asp, home.html, index.htm or whatever. there are a
>>>>>>variety of names, it could any all or any of those.
>>>>>>
>>>>>>My host for instance has "default.asp" and "index.html" as the default pages
>>>>>>(i use asp so use default.asp).
>>>>>>
>>>>>>Your host renamed the file, didn't delete it - I won't do any harm I
>>>>>>wouldn't think. You can delete it yourself if you want.
>>>>>>
>>>>>>
>>>>>>"red" <(E-Mail Removed)> wrote in message
>>>>>>news:6065B105-1EAD-40B6-B5E5-(E-Mail Removed)...
>>>>>>
>>>>>>>Several people told me when they tried to access my Home page it was
>>>>>>>coming
>>>>>>>up blank (I could access it with no problems). The Home page was always
>>>>>>>titled default.htm Well, my ISP tells me that I had a page that was blank
>>>>>>>called default.asp in my directory. He said that had a higher precedence
>>>>>>>than my actual home page of default.htm. So he renamed default.asp to
>>>>>>>default.asp.bak. Now people can access the Home page. But I still have
>>>>>>>questions.
>>>>>>>
>>>>>>>First, how did default.asp get there? My ISP says I placed it there. But
>>>>>>>it
>>>>>>>was not/is not on my local webs.
>>>>>>>
>>>>>>>Second, why does default.asp.bak need to be there?
>>>>>>>
>>>>>>>Could someone have hacked into the site and placed it there?
>>>>>>
>>>>>>
>>>>>>
>>>>
>>>>

>>
>>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Remote and Local Webs =?Utf-8?B?TWlrZTQ2Y3A=?= Microsoft Frontpage 1 28th Jan 2007 03:50 PM
can not open remote webs/do not have permission access web folder =?Utf-8?B?UGV5bGE=?= Microsoft Frontpage 5 1st Aug 2005 06:36 AM
Remote and Computer webs are different =?Utf-8?B?S2F0aHk=?= Microsoft Frontpage 5 10th Jul 2005 07:27 PM
DirectoryEntry and Remote Server Webs Mike Microsoft VB .NET 1 30th Oct 2003 12:34 PM
Re: Default My Webs vs. Intranet site Thomas A. Rowe Microsoft Frontpage 0 23rd Jul 2003 04:37 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:15 AM.