SlickUpload
Welcome Guest Search | Active Topics | Log In | Register

WebResource.axd does not give script Options
Mark
#1 Posted : Thursday, March 18, 2010 6:02:25 AM
Rank: Newbie

Groups: Registered

Joined: 3/18/2010
Posts: 1

Hello,

I use IIS7

The related section of the web.config is as follows

    <httpModules>
      <add name="HttpUploadModule" type="Krystalware.SlickUpload.HttpUploadModule, Krystalware.SlickUpload" />
      <add type="ABC.Redirecter.RedirectModule, Redirecter" name="RedirectModule" />
    </httpModules>

Using the above config, the http://localhost/WebResource.axd?d=n9eLSW3OyFM65jJza8gUi8s0Z86XBxvd0VjVfT6Y6KmNoIRumQ6M6s3w_fnOVL8mXmPpYD8CISF_VaHSxeFSWvyGgrgmoyFQMvwxYfkieKc1&t=634027100200000000

does not return any javascript.

If comment the ABC.Redirecter.RedirectModule redirector then the WebResource.axd transmits the required script correctly. Can you suggest what the issue could be and how should i resolve this.

Axosoft
#2 Posted : Thursday, March 18, 2010 12:37:29 PM
Rank: Administration


Groups: Administrators

Joined: 7/7/2005
Posts: 1,586
Location: Scottsdale, AZ

Do any other WebResource.axd calls work? WebResource.axd is the standard ASP.NET way to include a script in page.

If the module you have installed is blocking WebResource.axd requests, I could give you the javascript file so you can add it in manually. Shoot me an email at chrish at krystalware dot com if you want to go this route and I will respond with the SlickUpload javascript file.

Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.