We are trying to move our new application up to the server and we are getting this message when we hit the Login.aspx page. I'm pretty sure it has to do with access to the Telerik Resources, but we can't figure this out. We've added these lines to our web.config, but it didn't help:
The server is windows 2003. We are using ASP.NET 4.0. Latest version of the Telerik Ajax Controls(Q1, 2001)...
We have configured it as a Website, not a Virtual Directory. We are using a hybrid authentication(Windows Auth + Forms Authentication)...don't ask me why...wasn't my call...
I ran Fiddler and I am getting 404 errors when it tries to access the resource files. I'm pretty sure it's tied to security, but I'm not sure what the fix is.
Help?
Thanks
mark
<
location
path
=
"WebResource.axd"
>
<
BR
><
system.web
>
<
BR
><
authorization
>
<
BR
><
allow
users
=
"*"
/>
<
BR
></
authorization
> <
BR
></
system.web
>
<
BR
></
location
> <
BR
><
location
path
=
"ScriptResource.axd"
>
<
BR
><
system.web
>
<
BR
><
authorization
>
<
BR
><
allow
users
=
"*"
/>
<
BR
></
authorization
> <
BR
></
system.web
>
<
BR
></
location
> <
BR
><
location
path
=
"Telerik.Web.UI.WebResource.axd"
>
<
BR
><
system.web
>
<
BR
><
authorization
>
<
BR
><
allow
users
=
"*"
/>
<
BR
></
authorization
> <
BR
></
system.web
>
<
BR
></
location
>
The server is windows 2003. We are using ASP.NET 4.0. Latest version of the Telerik Ajax Controls(Q1, 2001)...
We have configured it as a Website, not a Virtual Directory. We are using a hybrid authentication(Windows Auth + Forms Authentication)...don't ask me why...wasn't my call...
I ran Fiddler and I am getting 404 errors when it tries to access the resource files. I'm pretty sure it's tied to security, but I'm not sure what the fix is.
Help?
Thanks
mark