Check the source. Do you see <%=...%> in HTML.
If yes then .NET is not installed in IIS and IIS serves the page as is.
George
Sorry, I should stated that. No, it doesn't show up. So, it seems to be
executing. The DLL that contains the value of this property is identical
(according to Beyond Compare 2, so they say), so I have reason to believe
that the property does still have a value. The only thing I can come up
with is that someone deleted the line out of the aspx file for some reason.
I'm waiting for them to send me the file but I figured I'd venture into the
remote possibility that it's an IIS configuration option.
Thanks
> Check the source. Do you see <%=...%> in HTML.
> If yes then .NET is not installed in IIS and IIS serves the page as is.
[quoted text clipped - 16 lines]
>>
>> Thanks
Cowboy (Gregory A. Beamer) - 26 Mar 2008 01:28 GMT
One option is to add traces to the page. It makes things easier to 'debug'
in production, as you can have your client run the page and examine the
trace. This allows you to see what is going on wtihout having to send back
files.

Signature
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA
Subscribe to my blog
http://gregorybeamer.spaces.live.com/lists/feed.rss
or just read it:
http://gregorybeamer.spaces.live.com/
*************************************************
| Think outside the box!
*************************************************
> Sorry, I should stated that. No, it doesn't show up. So, it seems to be
> executing. The DLL that contains the value of this property is identical
[quoted text clipped - 26 lines]
>>>
>>> Thanks