IIS is not physically creating virtual directory but create in IIS
IIS is not physically creating virtual directory but create in IIS
am 15.01.2008 18:10:02 von Vivek
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
am 15.01.2008 18:17:18 von .._..
That is by design.
If you want a real directory, make one.
Virtual directories don't exist on the file system.
"vivek" 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
am 15.01.2008 18:31:00 von Vivek
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" 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
am 15.01.2008 18:45:01 von Kristofer Gafvert
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" 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
am 15.01.2008 19:36:04 von Vivek
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" 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
am 15.01.2008 20:03:07 von Kristofer Gafvert
"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" 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" 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
am 16.01.2008 09:08:36 von David Wang
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 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" 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 -