ShawnMolloy
MIS
Hello,
I have an IIS 6.0 server on windows 2K3. In the "Default" web site I have a web appliation with an HTTP module registeredd in the web.config like so:
<httpModules>
<add name="UploadHttpModule" type="UploadHttpModule,Web.Upload" />
</httpModules>
So when I access it works fine.
I then added a sub web to IIS. This is a sepereate web app that you acces by going to When I try to access this sub web I get this error message:
How can I make the sub web ignore the parent's web.config?
Thank you!
Shawn Molloy
Seattle, WA
I have an IIS 6.0 server on windows 2K3. In the "Default" web site I have a web appliation with an HTTP module registeredd in the web.config like so:
<httpModules>
<add name="UploadHttpModule" type="UploadHttpModule,Web.Upload" />
</httpModules>
So when I access it works fine.
I then added a sub web to IIS. This is a sepereate web app that you acces by going to When I try to access this sub web I get this error message:
Code:
Parser Error Message: Could not load file or assembly 'Web.Upload' or one of its dependencies. The system cannot find the file specified. (D:\WT_WEB\web.config line 51)
How can I make the sub web ignore the parent's web.config?
Thank you!
Shawn Molloy
Seattle, WA