Re: IIS Bin folder Hiding automatically

From: Bernard (qbernard_at_hotmail.com.discuss)
Date: 07/21/04


Date: Wed, 21 Jul 2004 18:40:21 +0800

You can change it with,
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ASP.NET]
"StopBinFiltering"=dword:00000001

but not recommended.

-- 
Regards,
Bernard Cheah
http://www.tryiis.com/
http://support.microsoft.com/
http://www.msmvps.com/bernard/
"David Wang [Msft]" <someone@online.microsoft.com> wrote in message
news:eC5PZ0ubEHA.2352@TK2MSFTNGP09.phx.gbl...
> The behavior is by-design.
>
> If you have ASP.Net projects that make URL-level references to /bin, your
> application is broken and needs to be fixed.  The bin directory is not
meant
> to store website resources that are accessible via a URL.  It is only
meant
> to be access via the filesystem.  Put your graphics, HTMs, etc elsewhere.
>
> On IIS5, ASP.Net will actively change metabase property to prevent IIS
from
> showing the bin directory.  On IIS6, ASP.Net cannot change the metabase,
so
> it actively filters all URL preventing access to /bin URL. Neither
behavior
> are configurable/changeable, and do not try to circumvent them.
>
> -- 
> //David
> IIS
> This posting is provided "AS IS" with no warranties, and confers no
rights.
> //
> "Ken Schaefer" <kenREMOVE@THISadOpenStatic.com> wrote in message
> news:OwDirsebEHA.1408@TK2MSFTNGP12.phx.gbl...
> What do you mean "hidden"? How do you know that it's "hidden"?
>
> There is an ISAPI filter that will prevent HTTP requests to /bin folder on
> IIS 6.0, but the folder itself should not be hidden.
>
> Cheers
> Ken
>
> "Nisar C.K" <nisarck@hotmail.com> wrote in message
> news:006901c46dc1$860e8230$a501280a@phx.gbl...
> > We have several ASP.NET project running on external
> > server, the problem we face is all bin folder on this
> > server get hidden so this reason all asp.net project get
> > error saying bin folder doesn't found couldn't access any
> > site. Whenever we create bin folder this get hidden and we
> > can access thru command prompt only doesn't have any
> > hidden attribute set for this folder. Please Help
>
>
>
>


Relevant Pages

  • Re: Newb to Webservices and WCF
    ... Thanks, I did not see the bin folder initially, but since you said to ... reading books and that never would have helped me solve this. ... WCF services hosted in IIS 5.1 and IIS 6.0 are ... For IIS 7.0, the supported transports ...
    (microsoft.public.dotnet.framework.webservices)
  • Re: IIS locks DLLs after deploying web site.
    ... click on web service extensions ... IIS, ... restart IIS and update the Assembly in the bin folder in order to force ... Assemblies in the bin folder without any problem, ...
    (microsoft.public.dotnet.general)
  • Re: Is it possible to instantiate an object in Bin folder of a web application remotly?
    ... The Bin folder that the actual remoting object resides is the bin folder of ... use what you wrote to authenticate to the remoting object and then I'm sure ... >> in the bin folder of the WWW root and those server side settings needs ... >> to be inserted into the web.config file of IIS.Here is my ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Logging off of OWA.
    ... It's IIS 5 on a 2K box. ... > I you look at the properties of the bin folder in the IIS manager do you ... >> Start Internet Services Manager. ... >> On the Virtual Directory tab, click Create, and then click OK. ...
    (microsoft.public.exchange2000.admin)
  • Re: IIS not rendering CSS and background images
    ... the problem may be on the IIS. ... :> Ken Schaefer wrote: ... :>> Also, rendering is done by the browser, not the server. ...
    (microsoft.public.inetserver.iis)

Loading