Results 1 to 2 of 2

Thread: Routing in ASP.Net 4 and IIS

Threaded View

  1. #2

    Thread Starter
    Frenzied Member FishGuy's Avatar
    Join Date
    Mar 2005
    Location
    Bradford UK
    Posts
    1,708

    Re: Routing in ASP.Net 4 and IIS

    Ok I removed the attempt to write to the application log, apparently that just needed permission to create a new source setting up in the registry. I decided against it alltogether.

    I set the web config to debug true and realised the module was running but my routing problem was different.

    I now have routing working hooray! by modifying the web config as below.

    <modules runAllManagedModulesForAllRequests="true">

    however this has now created another problem, none of the javascript/ajax now seems to be working, is there anything special I also need to configure?

    [Update] This problem only occurs locally, if I access the site externally it is fine. Any ideas on this problem?
    Last edited by FishGuy; Mar 11th, 2011 at 04:52 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width