path help please

hey all,
in my code behind i'm trying to get back to aspnet_client folder (that lives
in C:\Inetpub\wwwroot\aspnet_client) can someone please show me the string
path thtat will get me there and into a folder that resides inside
aspnet_client?

is there a way to start from the top of the aspnet_client folder?

thanks,
rodchar
rodchar [ Mi, 23 April 2008 23:09 ] [ ID #1948399 ]

Re: path help please

"rodchar" <rodchar [at] discussions.microsoft.com> wrote in message
news:8710C4B5-2B43-40BA-A6B3-4FCD04AB9F4F [at] microsoft.com...
> hey all,
> in my code behind i'm trying to get back to aspnet_client folder (that
> lives
> in C:\Inetpub\wwwroot\aspnet_client) can someone please show me the string
> path thtat will get me there and into a folder that resides inside
> aspnet_client?
>
> is there a way to start from the top of the aspnet_client folder?
>
> thanks,
> rodchar

I would suggest you create a virtual folder pointing to the folder you want
to access. Then you just treat it as URL and all is good.

LS
Courtney [ Do, 24 April 2008 00:34 ] [ ID #1949124 ]
Microsoft » microsoft.public.dotnet.framework.aspnet » path help please

Vorheriges Thema: Data Binding and Formatting Problem
Nächstes Thema: Session timeout in IIS and web.config, which overwrites which?