aspnet information always empty?

1 message Options
Embed this post
Permalink
Robsworld

aspnet information always empty?

Reply Threaded More More options
Print post
Permalink
Hi there,

I have the following target

<target name="file" xsi:type="File" fileName="${basedir}/Logs/testing.log" layout="${basedir}${newline}${date}${newline}${message}${newline}${aspnet-application}${newline}${asp-request:queryString}" />

Which produces the following

D:\Programming\Projects\SimStocks\TheDomainPublisher.SimStocks.Web\
01/19/2009 17:29:18
testing

As you can see I don't get any information such as application name, or querystring etc
Am I doing something wrong? How can you get the current url of the page? or any other specific asp.net information I've tried various layout renderers with the same result

Thanks in advance

Regards Robsworld