473,320 Members | 1,921 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

trace.axd problem

Greetings,

I am having a problem with tracing our ASP.NET application via
trace.axd. Whenever I point my browser at
http://mymachine/webapp/trace.axd, I get redirected to the same page
to which default.aspx redirects all users. We are using Forms
authentication, ASP.NET version 1.1, and Windows 2000. If I try to go
to http://mymachine/webapp/trace.axd before I log into the
application, I am redirected to the login page as if I had requested
one of the pages in the application. If I turn on pageOutput, then
the trace information displays at the bottom of the page just fine,
but pageOutput is unacceptable for production.

Any help would be most gratefully appreciated!

- Rob
The machine.config file has been changed from the default such that
the element:

/configuration/configurationSections/sectionGroup[@name='system.web']
/section[@name='processModel']/configuration/configurationSections/
sectionGroup[@name='system.web']/section[@name='processModel']

has had the value of the 'AllowDefinition' attribute changed from
"MachineOnly" to "MachineToApplication". (What that does, I don't
know.)
Following is the web.config:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<?xml version="1.0" encoding="utf-8" ?>
<configuration>

<appSettings>
<add key="EnforceSecurity" value="True"/>
<add key="DatabaseServer" value="R62KCOMTEMP" />
<add key="WebServer" value="localhost" />
</appSettings>

<system.web>
<identity impersonate="true"
userName="registry:HKLM\Software\WebParser\Identit y\ASPNET_SETREG,userName"
password="registry:HKLM\Software\WebParser\Identit y\ASPNET_SETREG,password"
/>

<processModel responseDeadlockInterval="00:30:00"/>

<compilation defaultLanguage="vb" debug="true" />

<customErrors mode="Off" />

<authentication mode="Forms" >
<forms name="WebsortsParser" loginUrl="Login.aspx"/>
</authentication>

<authorization>
<deny users="?"/>
</authorization>

<trace enabled="true" requestLimit="40" pageOutput="false"
traceMode="SortByTime" localOnly="false" />

<sessionState
mode="InProc"
stateConnectionString="tcpip=127.0.0.1:42424"
sqlConnectionString="data source=127.0.0.1;user
id=sa;password="
cookieless="false"
timeout="60"
/>
<globalization requestEncoding="utf-8" responseEncoding="utf-8" />

<httpRuntime executionTimeout="1800" />

<httpModules>
<add name="WebModule"
type="com.innovasi.mis.web.webparserutilities.WebM odule,
com.innovasi.mis.web.webparserutilities"/>
</httpModules>

<pages validateRequest="false" />

</system.web>

<location path="Default.aspx">
<system.web>
<authorization>
<allow users="*"/>
</authorization>
</system.web>
</location>
-->
<location path="Settings/Classification.aspx">
<system.web>
<authorization>
<allow roles="Administrator"/>
<deny users="*"/>
</authorization>
</system.web>
</location>

<location path="Settings/ManageAutoParsing.aspx">
<system.web>
<authorization>
<allow roles="Administrator"/>
<deny users="*"/>
</authorization>
</system.web>
</location>

<location path="Settings/ManageOnlineOfflineStatus.aspx">
<system.web>
<authorization>
<allow roles="Administrator"/>
<deny users="*"/>
</authorization>
</system.web>
</location>

</configuration>
Nov 18 '05 #1
0 1222

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Mike Schilling | last post by:
I have some code that calls methods reflectively (the method called and its parameters are determined by text received in a SOAP message, and I construct a map from strings to MethodInfos). The...
9
by: Joe Rattz | last post by:
I can't seem to get to trace.axd. I have turned tracing on in web.config. Here is how I currently have i configured: <trace enabled="true" requestLimit="10" pageOutput="false"...
3
by: Arman Sahakyan | last post by:
Hi, I'm an MFC programmer and know little about .NET programming. Now, for some reasons, I'm developing an ASP .NET application... What I need to know is how to output into VS's Output Window...
2
by: Rick Mavrovik | last post by:
hi one of the pages in my asp.net application is taking very long to load. i want find out what is causing the problem. its probably ajax. i am not finding the asp.net trace any useful, i mean i...
0
by: edurazee | last post by:
I am able to create BoundFields and Footer-rows dynamically like this in my GridView: protected void Page_Load(object sender, EventArgs e) { CreateGridView(); ...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.