what is a root directory in IIS 6 and How do I make one of my subfolder in ASP.NET website the root directory?

Posted by R_Coder on Stack Overflow See other posts from Stack Overflow or by R_Coder
Published on 2013-10-19T09:44:47Z Indexed on 2013/10/19 9:54 UTC
Read the original article Hit count: 207

Filed under:
|
|
|

I need to integrate a third party plugin in my asp.net website. To install the plugin, they have mentioned this sentence, "Create an application through your IIS control panel with root directory at -(some path from my website folder)?".

I am not much aware with IIS and rarely worked with it. Though I tried every possible way i could do in IIS, I am not able to work it out. After installation, there is a test page provided by plugin which i have to run to check but when I run it, it shows this error.

"It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS."

I searched this error too and found that it is because the two Web.Config file, one from the main project and another from plugin folder. The only way to work with this is to make the plugin folder they specified as root directory in IIS. Someone kindly tell me some easy steps to do this. What I was doing is, in IIS6, I added New website with the main folder of my asp.net website, then I right click>add application and choosed the gievn path, thought it would become root directory but it ain't.

Help would be appreciated. ALso note that, i have to put the plugin folder in my main website folder only. So, there are two web.config. I tried to rename one of them too, it solved the above error but gave another errors but I think main problem is of root directory. P.S they show me above error on web.config file of plugin folder on this sentence-

"Line 51:

< authentication mode="Windows" />"

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about website