Click here to Skip to main content
15,893,190 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
localhost/Prafulla/homepage.aspx/trace.axd is not working why?
I did the changes in Web.config file also.
XML
<system.web>
    <trace enabled="true" localOnly="false" pageOutput="true" requestLimit="40"/>
  </system.web>

when I am running my application locally it works but when I am running my application in from IIS it is not working.

localhost:3657/Prafulla/homepage.aspx/trace.axd(WORKING)
localhost/Prafulla/homepage.aspx/trace.axd(NOT WORKING)

Suggest me how would I overcome from this.
Thanks.
Posted

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