I have implemented URL rewriting for my site. It wasn't working so I asked my host to have a look at it for me. They said they needed to
add a wildcard mapping for .net, which will mean
all file extensions are processed by
.net.
I gave them the go ahead and once they had done this my URL rewriting started working.
The issue is that since they did that, none of the RadControls are being displayed. Instead they have changed to normal .net controls. I first noticed this with the form redecorator and then realised it is every control.
I am not sure whether it is because of the wildcard, but it just seems like too much of a coincidence that we changed that and then this started happening.
I have tested the site on my machine and it works as expected.
I removed all references to the telerik.web.ui and then added the latest version and tested this. Again it worked on my server, but as soon as it was uploaded, I was experiencing the same issues.
Is there a solution?
I gave them the go ahead and once they had done this my URL rewriting started working.
The issue is that since they did that, none of the RadControls are being displayed. Instead they have changed to normal .net controls. I first noticed this with the form redecorator and then realised it is every control.
I am not sure whether it is because of the wildcard, but it just seems like too much of a coincidence that we changed that and then this started happening.
I have tested the site on my machine and it works as expected.
I removed all references to the telerik.web.ui and then added the latest version and tested this. Again it worked on my server, but as soon as it was uploaded, I was experiencing the same issues.
Is there a solution?