Click here to Skip to main content
15,881,248 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
hello everone,

I have some question please help me to about slove

1.what is webresource.axd and scriptresource.axd
2.what is difference between webresource.axd and scriptresource.axd
3.what is difference betwwen respponce header and responce header from cache
4.how to set webresource.axd and scriptresource.axd cache content as no-cache insted of public.


thanks & regards,
Rajshree V Lande.
Posted

1 solution

have a look into this link you can get an idea
http://www.webdevelopmenthelp.net/2013/05/webresource-scriptresource-axd.html[^]


one answer regarding your question is in stackoverflow
http://stackoverflow.com/questions/1433512/asp-net-web-application-webresource-axd-and-scriptresource-axd-files-loading[
href="http://stackoverflow.com/questions/1433512/asp-net-web-application-webresource-axd-and-scriptresource-axd-files-loading" target="_blank" title="New Window">^
]

WebResource.axd and ScriptResource.axd references are embedded resources in the .NET Framework. WebResource.axd scripts are probably for web forms and validation while ScriptResource.axd is for ASP.NET AJAX.

You can combine the ScriptResource.axd scripts into one include by using the ToolkitScriptManager (part of the ASP.NET AJAX Control Toolkit).

I'm not sure of a way to combine the WebResource.axd scripts.

See this question for more on combining scripts.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900