Webresource.axd problem in asp.net 2 beta

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

The javascripts created by controls raising postback and validators are
loaded through the javascript src="Webresource.axd?src=Webforms.js etc.
method.
The javascripts are working fine on my machine but when I upload the site to
the production server I get javascript errors on pages that show the .js
files are not loaded.

Why does this happen? could this be an access permissions error of some kind?

My test server runs winxp pro with iis 5.1 , while the production runs win2k
iis5. All service packs have been applied.
 
Its probally the http compression on the server. I found that i have had
to exclude webresource.axd from the http compression.
 
Back
Top