Snoggletog
Posts: 60
|
| Posted: 03/04/2013, 7:05 AM |
|
Hi there
I am running a Wordpress Blog (3.5.1) and an ASP.net Site (done with CCS 4.3) on the same domain. I set custom redirects in the web.config for the wordpress blog which also works.
The only thing that stopped working are the dependent listboxes that I created with the feature builder. I do not get an error message, but the results in the second list box are simply not displayed.
I tested it by removing the redirects from the web.config and the dependent listboxes work, but the permalinks stop. LOL. LOL.
The blog is installed in the root, the ASP.net pages are stored in a separate directory.
Has anybody else experienced this problem ?
Any input or help is greatly appreciated.
|
 |
 |
DataDoIT
|
| Posted: 03/04/2013, 11:37 AM |
|
Assuming you're using ISAPI, then place an .htaccess file under your
ASP.Net app directory, thus ignoring any Wordpress redirects that may be
going on in your root directory.
|
|
|
 |
Snoggletog
Posts: 60
|
| Posted: 03/04/2013, 8:43 PM |
|
I am using FastCGI, and unfortunately I can not change that.
|
 |
 |
DataDoIT
|
| Posted: 03/05/2013, 12:54 AM |
|
The ISAPI Rewrite and FastCGI modules can coexist. If you're running
WordPress on that machine and using the WordPress rewrite features, then
you're running the ISAPI Rewrite module already.
Try the .htaccess in your ASP app directory like I suggested to see if
it responds.
|
|
|
 |
|