I'm trying to implement the URL rewriting technique found here to basically rewrite a URL from this:
[tt][/tt]
to this:
[tt][/tt]
It worked for a little bit, but now I get this error that points to my web.config file:
I think what's happening is that the application thinks there's a duplicate web.config in a subdirectory when in fact it's the same directory. I'm at a loss as to how I can fix this. Does anyone have any insight into this problem?
Thanks,
Adam
[tt][/tt]
to this:
[tt][/tt]
It worked for a little bit, but now I get this error that points to my web.config file:
Code:
[b]Description:[/b] An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
[b]Parser Error Message:[/b] 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.
[b]Source Error: [/b]
Line 60: by Microsoft that offers a single logon and core profile services for member sites.
Line 61: -->
Line 62: <authentication mode="Windows" />
Line 63:
Line 64:
I think what's happening is that the application thinks there's a duplicate web.config in a subdirectory when in fact it's the same directory. I'm at a loss as to how I can fix this. Does anyone have any insight into this problem?
Thanks,
Adam