473,657 Members | 2,456 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

asp.net BIN folder hiding automatically in IIS and Windows Explorer

Ok, this is a very unique bug. I have only been able to find one other
post related to this online, and everybody who responded misunderstood
the problem. I am not trying to reference anything in the BIN folder
directly.

Here is the problem. I had a site running without any problems, and
then all of a sudden it went down and visitors started getting the
error message "Directory 'C:\Inetpub\www root\www.mysite .com\bin' does
not exist. Failed to start monitoring file changes." I logged on to
the server with Remote Desktop and browsed to the parent folder using
Windows Explorer. Just as the error message says, the BIN folder does
not exist - or at least that's how it appears.

So I then reuploaded the folder via FTP. The only strange thing is,
when I logged in via FTP, the folder existed... I had to tell it to
copy over the existing folder. After reuploading the error message
still exists. It did nothing and I still can't see the folder in
Windows Explorer.

If I browse to the folder via the Command Prompt, I can see the folder,
go inside it, see all the files, etc. Everything is there. I tried
deleting everything and uploading again, and then again, and then
again... no good.

Windows Explorer is set to display ALL hidden files and folders... but
for some strange reason it still will not display the bin folder. If I
simply delete the folder (with command prompt) and create a new folder
and rename it to "bin," it will automatically disappear after I rename
it. I then also went and looked in the directories for about a dozen
other sites on the same server, and the BIN folder is hidden for ALL of
them.

If I create a new directory and name it anything, and put a bin folder
inside it, it will disappear.

I am running virus scanners at this point as I can't think of anything
else to try. Anybody out there got an idea?

Mar 30 '06 #1
2 2582
Have you tried checking permissions on the folder, also check the
permissions under websharing?

<ta*********@gm ail.com> wrote in message
news:11******** **************@ t31g2000cwb.goo glegroups.com.. .
Ok, this is a very unique bug. I have only been able to find one other
post related to this online, and everybody who responded misunderstood
the problem. I am not trying to reference anything in the BIN folder
directly.

Here is the problem. I had a site running without any problems, and
then all of a sudden it went down and visitors started getting the
error message "Directory 'C:\Inetpub\www root\www.mysite .com\bin' does
not exist. Failed to start monitoring file changes." I logged on to
the server with Remote Desktop and browsed to the parent folder using
Windows Explorer. Just as the error message says, the BIN folder does
not exist - or at least that's how it appears.

So I then reuploaded the folder via FTP. The only strange thing is,
when I logged in via FTP, the folder existed... I had to tell it to
copy over the existing folder. After reuploading the error message
still exists. It did nothing and I still can't see the folder in
Windows Explorer.

If I browse to the folder via the Command Prompt, I can see the folder,
go inside it, see all the files, etc. Everything is there. I tried
deleting everything and uploading again, and then again, and then
again... no good.

Windows Explorer is set to display ALL hidden files and folders... but
for some strange reason it still will not display the bin folder. If I
simply delete the folder (with command prompt) and create a new folder
and rename it to "bin," it will automatically disappear after I rename
it. I then also went and looked in the directories for about a dozen
other sites on the same server, and the BIN folder is hidden for ALL of
them.

If I create a new directory and name it anything, and put a bin folder
inside it, it will disappear.

I am running virus scanners at this point as I can't think of anything
else to try. Anybody out there got an idea?

Mar 31 '06 #2
I just experienced this problem with my laptop running XP. The best that I
could determine was that prior to me getting the laptop (corporate machine),
someone had made some changes to the local security policy. I tried several
options, but nothing seemed to work. Granted, for me, this was more
widespread across the folders and I couldn't find a consistent pattern as
why I could some folders and not others and why I could see all of the files
in one folder and only a few in another. I ended up reinstalling a clean
version of Windows XP, but I needed to get the laptop to function with my
other computers.
--
Christopher A. Reed
"The oxen are slow, but the earth is patient."

<ta*********@gm ail.com> wrote in message
news:11******** **************@ t31g2000cwb.goo glegroups.com.. .
Ok, this is a very unique bug. I have only been able to find one other
post related to this online, and everybody who responded misunderstood
the problem. I am not trying to reference anything in the BIN folder
directly.

Here is the problem. I had a site running without any problems, and
then all of a sudden it went down and visitors started getting the
error message "Directory 'C:\Inetpub\www root\www.mysite .com\bin' does
not exist. Failed to start monitoring file changes." I logged on to
the server with Remote Desktop and browsed to the parent folder using
Windows Explorer. Just as the error message says, the BIN folder does
not exist - or at least that's how it appears.

So I then reuploaded the folder via FTP. The only strange thing is,
when I logged in via FTP, the folder existed... I had to tell it to
copy over the existing folder. After reuploading the error message
still exists. It did nothing and I still can't see the folder in
Windows Explorer.

If I browse to the folder via the Command Prompt, I can see the folder,
go inside it, see all the files, etc. Everything is there. I tried
deleting everything and uploading again, and then again, and then
again... no good.

Windows Explorer is set to display ALL hidden files and folders... but
for some strange reason it still will not display the bin folder. If I
simply delete the folder (with command prompt) and create a new folder
and rename it to "bin," it will automatically disappear after I rename
it. I then also went and looked in the directories for about a dozen
other sites on the same server, and the BIN folder is hidden for ALL of
them.

If I create a new directory and name it anything, and put a bin folder
inside it, it will disappear.

I am running virus scanners at this point as I can't think of anything
else to try. Anybody out there got an idea?

Apr 1 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
2534
by: Santaji | last post by:
Hi, We have an ASP.NET application which needs to write some files on the disk. For these we need to give ASP.NET user the Write permission for that particular folder. This is possible from Windows explorer. We don't want to given permission from Windows Explorer. Is there any way of giving Write permission for folder through code ? We want to assign the Write permission for the folder at the installation time. Is it possible ? Please let...
1
4706
by: reidarT | last post by:
I have oppened a solution in Vb.net with an image folder. When I have opened vb.net and then adds an image to the image folder, it is not updated. I have to strt vb.net all over. Am I missing something? reidarT
24
7544
by: biganthony via AccessMonster.com | last post by:
Hi, I have the following code to select a folder and then delete it. I keep getting a Path/File error on the line that deletes the actual folder. The line before that line deletes the files in the folder but I get the error message when the procedure attempts to delete the folder selected in the BrowseforFolderbyPath function. How can I get it to delete the folder that the user has selected in the Browse for Folder dialog?
5
2892
by: Noozer | last post by:
I'm looking for a "smart folder" program to run on my Windows XP machine. I'm not having any luck finding it and think the logic behind the program is pretty simple, but I'm not sure how I'd implement this. I've done some VB6 programming and dabbled in VS.Net. Can someone share some pointers in how I could implement the following? Basically, you drag a file to the "smart" folder and, depending on the type of file and settings for that...
0
8392
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8305
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8726
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8603
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7320
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
4151
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4301
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2726
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1944
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.