Ask a Question related to ASP.NET General, Design and Development.
-
Eric Tishkoff #1
omitting config values
What values get used if certain items are omitted from the
machine.config file?
In particular, if <compilation> is commented out, what
value will be used for numRecompilesBeforeAppRestart?
Thanks,
Eric
Eric Tishkoff Guest
-
Reading Values from Machine.config in ASP.NET
How can i read values from Machine.config From ASP.NET -
Omitting Trace Statements
In Flash, there's the "Omit trace actions" publish option so your trace statements are removed and are not published with the SWF file. Is there... -
Using Web.Config sessionState values
Ok, I think I have been barking up the wrong tree here. I think my question should have been:- Can you point an <appSettings> key to the registry... -
[PHP] omitting the #!
yeah, your currently running php through cgi on your live server, just install php as a proper module, and you should be good to go. you may also... -
omitting the #!
First of all, I apologize if I'm asking a question with an obvious answer. I do my php development on a Windows 2000 machine. Whenever I move php... -
Eric Tishkoff #2
Related question
I'm trying to understand what the <compilation> section
affects. Does the numRecompilesBeforeAppRestart attribute
relate to MSIL to machine compilation while the
<compilers> elements refer to compilation from source to
MSIL?
the>-----Original Message-----
>What values get used if certain items are omitted from>machine.config file?
>
>In particular, if <compilation> is commented out, what
>value will be used for numRecompilesBeforeAppRestart?
>
>Thanks,
>Eric
>.
>Eric Tishkoff Guest
-
Natty Gur #3
Re: Related question
Hi,
The <compilation> tag refer to compilation from source to
MSIL and such all it’s attribute.
Natty Gur, CTO
Dao2Com Ltd.
28th Baruch Hirsch st. Bnei-Brak
Israel , 51114
Phone Numbers:
Office: +972-(0)3-5786668
Fax: +972-(0)3-5703475
Mobile: +972-(0)58-888377
Know the overall picture
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Natty Gur Guest



Reply With Quote

