I have a weird issue. I have a website with a web service as a folder under the website's root folder, and I have valdiateIntegratedModeConfiguration="false". When I tried to access the web service I would get errors regarding telerik controls. After some digging I found a few sites that seemed to resolve the problem. I added a <system.webServer> section in my web.config with just <validation validateIntegratedModeConfiguration="false"/> in it. Immediately below that I had <location path="." inheritInChildApplications="false"/>, followed by my original <system.webServer> section. I also added EnableHandlerDetection=false to all my RadScriptManager controls.
This all worked fine if I was on my company's network. However, if I tried to access the site from outside the network the filtering menu on the grid control would not appear when the filtering icon was clicked. I took these changes out of my web.config and everything works again.
I know that I can move the web service from underneath the web site and everything works just fine, but I would really like to figure out what is causing such different behavior depending upon where the user is residing.
Any suggestions as to what might be going on?
Thanks.
~Robin
This all worked fine if I was on my company's network. However, if I tried to access the site from outside the network the filtering menu on the grid control would not appear when the filtering icon was clicked. I took these changes out of my web.config and everything works again.
I know that I can move the web service from underneath the web site and everything works just fine, but I would really like to figure out what is causing such different behavior depending upon where the user is residing.
Any suggestions as to what might be going on?
Thanks.
~Robin