View previous topic :: View next topic |
Author |
Message |
reder -
Joined: 05 Feb 2007 Posts: 6
|
Posted: Fri Feb 23, 2007 3:10 am Post subject: Html file created in root folder. |
|
|
I have just noticed that a small .htm (1kb) is being created from time to time in my root folder when i run my site. A new file is not created on every occassion.
The filenames are usually something like vs-128971462829840442_tmp.htm.
Any ideas about this? |
|
Back to top |
|
 |
AbyssUnderground -
Joined: 31 Dec 2004 Posts: 3855
|
Posted: Fri Feb 23, 2007 4:09 am Post subject: |
|
|
If your site uses php or some other scripting language it could be creating this page as a cache or something like that. _________________ Andy (AbyssUnderground) (previously The Inquisitor)
www.abyssunderground.co.uk |
|
Back to top |
|
 |
reder -
Joined: 05 Feb 2007 Posts: 6
|
Posted: Fri Feb 23, 2007 11:28 am Post subject: Html file created in root folder. |
|
|
Site uses ASP.NET C#. Should I just create a script to run that deletes these files if they are present? |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Fri Feb 23, 2007 2:22 pm Post subject: Re: Html file created in root folder. |
|
|
reder,
It looks like a cached page created by your ASP.NET application. Abyss Web Server does not create such files. _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
|