Cristian Malinescu
Top achievements
Rank 1
Cristian Malinescu
asked on 10 May 2010, 09:09 PM
Hello guys,
I encounter a very weird problem; I have a page which basically kills my IIS 7.5 (Win7 X32) - requesting it takes very, very long time with a non-ending message "downloading picture nfeswr;t3e4uiowugbhhzfxdcb nvdzf.hgdx .... WebResource.axd blah...blah"; in the end IIS process blocks and I have to restart the service. Requesting the same page from the Visual Studio 2008 development server works fast and without any issues; do you have a clue about what can cause this behaviour?
Thanks,
Cris
I encounter a very weird problem; I have a page which basically kills my IIS 7.5 (Win7 X32) - requesting it takes very, very long time with a non-ending message "downloading picture nfeswr;t3e4uiowugbhhzfxdcb nvdzf.hgdx .... WebResource.axd blah...blah"; in the end IIS process blocks and I have to restart the service. Requesting the same page from the Visual Studio 2008 development server works fast and without any issues; do you have a clue about what can cause this behaviour?
Thanks,
Cris
5 Answers, 1 is accepted
0
Cristian Malinescu
Top achievements
Rank 1
answered on 11 May 2010, 09:28 PM
Add some screenshot pic ...
0
Hi Cristian,
The WebResource.axd handler is part of the ASP.NET framework and isn't Telerik specific. That said, we have a summary of the common problems with this handler here:
http://blogs.telerik.com/AtanasKorchev/Posts/08-07-18/Web_Resources_demystified_Part_3_Troubleshooting.aspx
While we haven't encountered this particular problem before, you might find the debugging tips useful.
I hope this helps.
Best wishes,
Tsvetomir Tsonev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
The WebResource.axd handler is part of the ASP.NET framework and isn't Telerik specific. That said, we have a summary of the common problems with this handler here:
http://blogs.telerik.com/AtanasKorchev/Posts/08-07-18/Web_Resources_demystified_Part_3_Troubleshooting.aspx
While we haven't encountered this particular problem before, you might find the debugging tips useful.
I hope this helps.
Best wishes,
Tsvetomir Tsonev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
rahul
Top achievements
Rank 1
answered on 24 Nov 2010, 08:01 AM
I am using RadMenu and XML Datasource.
I want to change the style of indiviual menuitem.
How to do this?
I want to change the style of indiviual menuitem.
How to do this?
0
Hi Rahul,
I've prepared an example page showing how to set a different css class to an individual menu item.
The css class is set as an attribute of each node in the xml file and then applied to the item in ItemDataBound event handler.
Regards,
Dimitar Terziev
the Telerik team
I've prepared an example page showing how to set a different css class to an individual menu item.
The css class is set as an attribute of each node in the xml file and then applied to the item in ItemDataBound event handler.
Regards,
Dimitar Terziev
the Telerik team
Browse the vast support resources we have to jumpstart your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0
rahul
Top achievements
Rank 1
answered on 03 Dec 2010, 07:09 AM
Thanks