Inetpub
-
Hi all, Thank you Arun Jacob, I have done your suggestion before I posted my first question, that is why I needed to "say how can I regain". However, I have got an inetpub from an XP (sp2). The only thing I want to know is, are they the same vista's inetpub XP's inetpub. Sorry for my english.
-
Hi all, Thank you Arun Jacob, I have done your suggestion before I posted my first question, that is why I needed to "say how can I regain". However, I have got an inetpub from an XP (sp2). The only thing I want to know is, are they the same vista's inetpub XP's inetpub. Sorry for my english.
Hi, first of all you should reply directly to the answer given by Arun Jacob, because now the context is missing... What do you mean by "same inetpub"? The files within? Regards Sebastian
It's not a bug, it's a feature! Check out my CodeProject article Permission-by-aspect. Me in Softwareland.
-
Hi, first of all you should reply directly to the answer given by Arun Jacob, because now the context is missing... What do you mean by "same inetpub"? The files within? Regards Sebastian
It's not a bug, it's a feature! Check out my CodeProject article Permission-by-aspect. Me in Softwareland.
Yes you are write. I want to check all the files contained in both XP's inetpub and Vista's are the same or not. I'm sorry for the clarity.
-
Yes you are write. I want to check all the files contained in both XP's inetpub and Vista's are the same or not. I'm sorry for the clarity.
Do you want to do this by code? If yes, list all files and directories using the Directory.GetFiles or Directory.GetDirectories. Iterate through both and check if all files are present....
It's not a bug, it's a feature! Check out my CodeProject article Permission-by-aspect. Me in Softwareland.