I've been having issues with RadControls for some time now. Specifically, I can't seem to figure out what is either wrong with my IIS setup or whether this is an application configuration problem.
My Setup:
Windows Server 2008 + IIS7 Integrated Mode
ASP.NET 3.5 SP1
Currently, the only way I can get RadControls to work properly is if I create a separate Website within IIS for each project.
For example:
My default site is like such: http://www.site.com/
I like to keep my websites I'm working on within: http://www.site.com/sites/projectsitename/
If I want to work with RadControls I have to create a new Website; configure the host headers for it; then edit my machine's host file to point the new domain at my local ip.
So: http://www.newsite.com/ is really in the folder location of http://www.site.com/sites/newsite
I'm really tired of having to do this though.
When debugging, Visual Studio's web server displays my site perfectly, but when I try to access:
http://www.site.com/sites/projectsitename/
I get errors all over FireBug: "Sys is not defined", "ASP.NET Ajax client-side framework failed to load."
Today I noticed what seems to be the root problem. In Firebug I'm receiving:
http://www.site.com/sites/projectname/WebResource.axd?d=wholebunchofjibberish.... 403 Forbidden
... and it's doing this multiple times.
So it seems all GET requests to the WebResource file are being forbidden by IIS for some reason.
Can anyone help me? I litterally read every post on here about these errors and still can't seem to solve this problem.
My Setup:
Windows Server 2008 + IIS7 Integrated Mode
ASP.NET 3.5 SP1
Currently, the only way I can get RadControls to work properly is if I create a separate Website within IIS for each project.
For example:
My default site is like such: http://www.site.com/
I like to keep my websites I'm working on within: http://www.site.com/sites/projectsitename/
If I want to work with RadControls I have to create a new Website; configure the host headers for it; then edit my machine's host file to point the new domain at my local ip.
So: http://www.newsite.com/ is really in the folder location of http://www.site.com/sites/newsite
I'm really tired of having to do this though.
When debugging, Visual Studio's web server displays my site perfectly, but when I try to access:
http://www.site.com/sites/projectsitename/
I get errors all over FireBug: "Sys is not defined", "ASP.NET Ajax client-side framework failed to load."
Today I noticed what seems to be the root problem. In Firebug I'm receiving:
http://www.site.com/sites/projectname/WebResource.axd?d=wholebunchofjibberish.... 403 Forbidden
... and it's doing this multiple times.
So it seems all GET requests to the WebResource file are being forbidden by IIS for some reason.
Can anyone help me? I litterally read every post on here about these errors and still can't seem to solve this problem.