Re: Bug when IIS mapped to root of drive
- From: "Tony Sperling" <tony.sperling@xxxxxxxxxxxxxxx>
- Date: Mon, 9 Jan 2006 22:04:02 +0100
A bug? More likely, unpredictable results of misuse! I'm sorry, but you are
not supposed to store anything in the root. Generally, an application is
streamlined to work within it's own installation tree - but of course, the
system provides support via the search path. As I said, you might find that
some things will work sometimes, but count on unpredictability.
I am not an expert on this, but I am pretty sure that the IIS 'mapping' is a
'softlink' and I can't give you the specifics on how it would interpret
this - I assume that having a soft link will make it by-pass asking the
system of assistance, so it must be mapped to a fully verifyable file path,
whereas for VS, the D: is just a drive designation without a file path, so
it will ask the system, I am not sure if VS will understand the soft link
mapping, most likely it will ask the system to come up with something
sensible. But please do not fill up your root with junk! Leave that to the
system.
Tony. . .
"Hiwj" <Hiwj@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:4F1B3DEF-1A5C-4241-BBBA-72FCC86AB15D@xxxxxxxxxxxxxxxx
>I am using Windows XP (SP2), and have found a problem with VWD2005 and
>VS2005
> when the Default Website is mapped to the root of a drive:
>
> If I map the Default Website in IIS to D:\wwwroot then everything is OK.
>
> If I map the Default Website to D: then IIS can't open the ASP.NET
> configuration dialog, the ASP.NET pages don't work in IE, but Visual
> Studio
> works OK.
>
> If I map the Default Website to D:\ then IIS can open the ASP.NET
> configuration dialog, the ASP.NET pages work fine in IE, but Visual Studio
> has problems. Sometimes it will freeze while opening the website, other
> times
> it will freeze while opening the default.aspx page in Design Mode.
>
> Is this a bug in ASP.NET, Visual Studio, or something else?
.
- Prev by Date: Re: Advanced SQL Generation Options
- Next by Date: Re: Distributing Express Edition (Legal Issues) ?
- Previous by thread: ToolBox Item Missing
- Next by thread: Re: Bug when IIS mapped to root of drive
- Index(es):
Relevant Pages
|