Wondering if someone knows how to add a directory/folder to the web applications folder within IIS using a feature event receiver (FeatureActivated).
Any help appreciated.
|
Wondering if someone knows how to add a directory/folder to the web applications folder within IIS using a feature event receiver (FeatureActivated). Any help appreciated. |
|||||||||
|
|
Figured it out. In the Feature receiver i used the following code to get the virtual path to the webapplication and then create a directory. Never know if someone else will use it :)
|
|||
|
|