Hi,

IIS is not Physically Creating Virtual Directory but create in IIS and map
to source folder When I am creating in IIS, I am administrator in my system.

What may be possible cause of this.

I am using IIS 5.1 and Operating System is Win XP Service Pack 2.

Regards,
Vivek

Re: IIS is not physically creating virtual directory but create in IIS by _

_
Tue Jan 15 11:17:18 CST 2008

That is by design.

If you want a real directory, make one.

Virtual directories don't exist on the file system.

"vivek" <vivek@discussions.microsoft.com> wrote in message
news:68D84B74-0D48-4192-A627-1BEC324648AB@microsoft.com...
> Hi,
>
> IIS is not Physically Creating Virtual Directory but create in IIS and map
> to source folder When I am creating in IIS, I am administrator in my
> system.
>
> What may be possible cause of this.
>
> I am using IIS 5.1 and Operating System is Win XP Service Pack 2.
>
> Regards,
> Vivek



Re: IIS is not physically creating virtual directory but create in by vivek

vivek
Tue Jan 15 11:31:00 CST 2008

IIS create a folder in your system C:\Inetpub\wwwroot location
every time when you create a virtual directory in IIS and thats location
from where IIS will look for Web project. Note I am using IIS v5 not IIS 6.

and Visual Studio 2003.

But I am not understanding whats the proble, Why its not creatign physical
folder for me.

Thanks for any suggesttion, looking for possible resolutions.

Regards,
Vivek


".._.." wrote:

> That is by design.
>
> If you want a real directory, make one.
>
> Virtual directories don't exist on the file system.
>
> "vivek" <vivek@discussions.microsoft.com> wrote in message
> news:68D84B74-0D48-4192-A627-1BEC324648AB@microsoft.com...
> > Hi,
> >
> > IIS is not Physically Creating Virtual Directory but create in IIS and map
> > to source folder When I am creating in IIS, I am administrator in my
> > system.
> >
> > What may be possible cause of this.
> >
> > I am using IIS 5.1 and Operating System is Win XP Service Pack 2.
> >
> > Regards,
> > Vivek
>
>
>

Re: IIS is not physically creating virtual directory but create in IIS by Kristofer

Kristofer
Tue Jan 15 11:45:01 CST 2008

When you create a virtual directory in IIS Manager it does not create a
physical folder. It only maps the virtual directory to an existing folder.

So what you observe is how it is supposed to work.

--
Regards,
Kristofer Gafvert
http://www.gafvert.info/iis/ - IIS Related Info


"vivek" <vivek@discussions.microsoft.com> skrev i meddelandet
news:68D84B74-0D48-4192-A627-1BEC324648AB@microsoft.com...
> Hi,
>
> IIS is not Physically Creating Virtual Directory but create in IIS and map
> to source folder When I am creating in IIS, I am administrator in my
> system.
>
> What may be possible cause of this.
>
> I am using IIS 5.1 and Operating System is Win XP Service Pack 2.
>
> Regards,
> Vivek


Re: IIS is not physically creating virtual directory but create in by vivek

vivek
Tue Jan 15 12:36:04 CST 2008

No actually at run time also when we open some web project which we have not
originally created, If virtual dir exist it asked us to change some other
name.

If we crate a new web project it create a physical folder (vir dir) for us.

"Kristofer Gafvert" wrote:

> When you create a virtual directory in IIS Manager it does not create a
> physical folder. It only maps the virtual directory to an existing folder.
>
> So what you observe is how it is supposed to work.
>
> --
> Regards,
> Kristofer Gafvert
> http://www.gafvert.info/iis/ - IIS Related Info
>
>
> "vivek" <vivek@discussions.microsoft.com> skrev i meddelandet
> news:68D84B74-0D48-4192-A627-1BEC324648AB@microsoft.com...
> > Hi,
> >
> > IIS is not Physically Creating Virtual Directory but create in IIS and map
> > to source folder When I am creating in IIS, I am administrator in my
> > system.
> >
> > What may be possible cause of this.
> >
> > I am using IIS 5.1 and Operating System is Win XP Service Pack 2.
> >
> > Regards,
> > Vivek
>
>

Re: IIS is not physically creating virtual directory but create in by Kristofer

Kristofer
Tue Jan 15 13:03:07 CST 2008

"we open some web project"
Where do you do this? Not in IIS Manager as far as i can understand.

I don't understand what you are doing, and where you are doing it. Can you
please describe in simple steps so we can understand?

--
Regards,
Kristofer Gafvert
http://www.gafvert.info/iis/ - IIS Related Info


"vivek" <vivek@discussions.microsoft.com> skrev i meddelandet
news:4525289C-6FD5-4A04-9DAC-7D2B466DB5C6@microsoft.com...
> No actually at run time also when we open some web project which we have
> not
> originally created, If virtual dir exist it asked us to change some other
> name.
>
> If we crate a new web project it create a physical folder (vir dir) for
> us.
>
> "Kristofer Gafvert" wrote:
>
>> When you create a virtual directory in IIS Manager it does not create a
>> physical folder. It only maps the virtual directory to an existing
>> folder.
>>
>> So what you observe is how it is supposed to work.
>>
>> --
>> Regards,
>> Kristofer Gafvert
>> http://www.gafvert.info/iis/ - IIS Related Info
>>
>>
>> "vivek" <vivek@discussions.microsoft.com> skrev i meddelandet
>> news:68D84B74-0D48-4192-A627-1BEC324648AB@microsoft.com...
>> > Hi,
>> >
>> > IIS is not Physically Creating Virtual Directory but create in IIS and
>> > map
>> > to source folder When I am creating in IIS, I am administrator in my
>> > system.
>> >
>> > What may be possible cause of this.
>> >
>> > I am using IIS 5.1 and Operating System is Win XP Service Pack 2.
>> >
>> > Regards,
>> > Vivek
>>
>>


Re: IIS is not physically creating virtual directory but create in by David

David
Wed Jan 16 02:08:36 CST 2008

What you describe is a behavior of the tool that you are using to open
a web project and has nothing to do with IIS. For example, Visual
Studio when properly configured can create web applications and
physical folders on IIS. However, IIS is not going to create physical
directories for virtual directories -- that would defeat the point of
a virtual directory, doesn't it?

Can you please clearly describe what you are doing -- step by step --
because what you are saying is very different from your original
question and you have lost everyone who is trying to help you.


//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//






On Jan 15, 10:36=A0am, vivek <vi...@discussions.microsoft.com> wrote:
> No actually at run time also when we open some web project which we have n=
ot
> originally created, If virtual dir exist it asked us to change some other
> name.
>
> If we crate a new web project it create a physical folder (vir dir) for us=
.
>
>
>
> "Kristofer Gafvert" wrote:
> > When you create a virtual directory in IIS Manager it does not create a
> > physical folder. It only maps the virtual directory to an existing folde=
r.
>
> > So what you observe is how it is supposed to work.
>
> > --
> > Regards,
> > Kristofer Gafvert
> >http://www.gafvert.info/iis/- IIS Related Info
>
> > "vivek" <vi...@discussions.microsoft.com> skrev i meddelandet
> >news:68D84B74-0D48-4192-A627-1BEC324648AB@microsoft.com...
> > > Hi,
>
> > > IIS is not Physically Creating Virtual Directory but create in IIS and=
map
> > > to source folder When I am creating in IIS, I am administrator in my
> > > system.
>
> > > What may be possible cause of this.
>
> > > I am using IIS 5.1 and Operating System is Win XP Service Pack 2.
>
> > > Regards,
> > > Vivek- Hide quoted text -
>
> - Show quoted text -