Add / Remove the default documents of IIS7 using vb.net 2.0 windows application

Posted by Senthil S R on Stack Overflow See other posts from Stack Overflow or by Senthil S R
Published on 2010-05-12T06:59:48Z Indexed on 2010/05/12 7:04 UTC
Read the original article Hit count: 248

Filed under:
|
|
|
|

Hai,

I wrote the coding for add / remove the default documents of IIS7 in vb.net 2.0 windows application using Microsoft.Web.Administration.dll. The coding is working fine. After adding a new document, the messagebox showing that newly added document name. Simillarly if I remove any document, the messagebox not showing that document name. So that I am saying, the coding is working fine.

Now the problem is, I can't see the newly added document name in II7 Manager GUI. The next proplem is, my website not access that newly added document.

Please can any body suggest for these problems. What the mistake I did the vb.net 2.0 windows application coding and what are the modifications I need to do?

Thanks in advance.

© Stack Overflow or respective owner

Related posts about iis7

Related posts about vb.net