473,386 Members | 1,720 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,386 software developers and data experts.

DotNetNuke Header

On my main page (Default.ascx), when I right click and View Source, I
get all this extra junk about DNN, how do I remove it?

<!--
************************************************** ********************************--
>
<!-- DotNetNuke - http://www.dotnetnuke.com
-->
<!-- Copyright (c)
2002-2007 -->
<!-- by DotNetNuke Corporation -->
<!--
************************************************** ********************************--
>
Jun 7 '07 #1
10 1588
I'll put my neck on the chopping block, since I don't use DNN but,
wouldn't editing the ascx file itself do the job ?

Are you sure it's "default.ascx" and not "default.aspx" ?

In that case, check to see which objects are
imported into "default.aspx"...and edit the culprit.

In case that's hard-coded into the assemblies, look for the assembly
which is injecting that code, edit the source...and recompile DNN.


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
"JPabich" <jp*****@eisincorporated.comwrote in message
news:11*********************@w5g2000hsg.googlegrou ps.com...
On my main page (Default.ascx), when I right click and View Source, I
get all this extra junk about DNN, how do I remove it?

<!--
************************************************** ********************************--
>>
<!-- DotNetNuke - http://www.dotnetnuke.com
-->
<!-- Copyright (c)
2002-2007 -->
<!-- by DotNetNuke Corporation -->
<!--
************************************************** ********************************--

Jun 7 '07 #2
"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:eX**************@TK2MSFTNGP02.phx.gbl...
In case that's hard-coded into the assemblies, look for the assembly
which is injecting that code, edit the source...and recompile DNN.
I'm guessing you've never tried... ;-)
--
http://www.markrae.net

Jun 7 '07 #3
re:
!I'm guessing you've never tried... ;-)

No, but the same general principle applies to all open source apps, doesn't it ?

DNN has never been something which perked my interest.
I can see how some would get excited about it but...not me.

I remember when DNN came out. It was based on IBuySpy.

<sigh>


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
"Mark Rae" <ma**@markNOSPAMrae.netwrote in message news:Ok**************@TK2MSFTNGP04.phx.gbl...
"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:eX**************@TK2MSFTNGP02.phx.gbl...
>In case that's hard-coded into the assemblies, look for the assembly
which is injecting that code, edit the source...and recompile DNN.
I'm guessing you've never tried... ;-)

Jun 7 '07 #4
"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:Og**************@TK2MSFTNGP05.phx.gbl...
re:
!I'm guessing you've never tried... ;-)

No, but the same general principle applies to all open source apps,
doesn't it ?
You'd think that... :-) The basic rule of thumb with DNN (apart, obviously,
from getting rid of it) is that it only really works so long as you never
need to change anything...
DNN has never been something which perked my interest.
Me neither...
I can see how some would get excited about it but...not me.
It may be of limited use to people who aren't developers, I suppose... a bit
like FrontPage...
I remember when DNN came out. It was based on IBuySpy.

<sigh>
Yep - 'nuff said!
--
http://www.markrae.net

Jun 7 '07 #5
On Jun 7, 3:48 pm, "Mark Rae" <m...@markNOSPAMrae.netwrote:
"Juan T. Llibre" <nomailrepl...@nowhere.comwrote in messagenews:Og**************@TK2MSFTNGP05.phx.gbl. ..
re:
!I'm guessing you've never tried... ;-)
No, but the same general principle applies to all open source apps,
doesn't it ?

You'd think that... :-) The basic rule of thumb with DNN (apart, obviously,
from getting rid of it) is that it only really works so long as you never
need to change anything...
DNN has never been something which perked my interest.

Me neither...
I can see how some would get excited about it but...not me.

It may be of limited use to people who aren't developers, I suppose... a bit
like FrontPage...
I remember when DNN came out. It was based on IBuySpy.
<sigh>

Yep - 'nuff said!

--http://www.markrae.net

So does anyone know where this header information is stored to remove
it?

Jun 8 '07 #6
You need to examine the code...and figure it out.

Check to see

1. which namespaces are imported
2. which user controls are called
3. which class properties, methods and/or fields are called
4. whether there's a header included in a master page

If you are unable to determine that, post the code for one of the pages.
Maybe somebody can use their eagle eyes to assist you in finding it.


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
"JPabich" <jp*****@eisincorporated.comwrote in message
news:11**********************@n15g2000prd.googlegr oups.com...
>
So does anyone know where this header information is stored to remove it?

Jun 8 '07 #7
"JPabich" <jp*****@eisincorporated.comwrote in message
news:11**********************@n15g2000prd.googlegr oups.com...
So does anyone know where this header information is stored to remove
it?
You *might* be able to get some better help in the DNN forums...

I say *might* because the people in there get really sniffy at people who
are trying to "hack about" with their product...

Good luck - you're going to need it... :-)
--
http://www.markrae.net

Jun 8 '07 #8
As far as I remember DNN, it's not complete open source.
Project has DLL in it that does not come with source.

That DLL does it. So you can not remove it (without going into DLL)

George.
"JPabich" <jp*****@eisincorporated.comwrote in message
news:11**********************@n15g2000prd.googlegr oups.com...
On Jun 7, 3:48 pm, "Mark Rae" <m...@markNOSPAMrae.netwrote:
>"Juan T. Llibre" <nomailrepl...@nowhere.comwrote in
messagenews:Og**************@TK2MSFTNGP05.phx.gbl ...
re:
!I'm guessing you've never tried... ;-)
No, but the same general principle applies to all open source apps,
doesn't it ?

You'd think that... :-) The basic rule of thumb with DNN (apart,
obviously,
from getting rid of it) is that it only really works so long as you never
need to change anything...
DNN has never been something which perked my interest.

Me neither...
I can see how some would get excited about it but...not me.

It may be of limited use to people who aren't developers, I suppose... a
bit
like FrontPage...
I remember when DNN came out. It was based on IBuySpy.
<sigh>

Yep - 'nuff said!

--http://www.markrae.net


So does anyone know where this header information is stored to remove
it?

Jun 8 '07 #9
If you only see it when you do view source, is it really a show stopper for
your app?
the information your looking for is in the DLL and you can't remove unless
you reverse engineer the DLL and try that, but if you do that good luck in
trying to get it to work again.

"JPabich" <jp*****@eisincorporated.comwrote in message
news:11**********************@n15g2000prd.googlegr oups.com...
On Jun 7, 3:48 pm, "Mark Rae" <m...@markNOSPAMrae.netwrote:
>"Juan T. Llibre" <nomailrepl...@nowhere.comwrote in
messagenews:Og**************@TK2MSFTNGP05.phx.gbl ...
re:
!I'm guessing you've never tried... ;-)
No, but the same general principle applies to all open source apps,
doesn't it ?

You'd think that... :-) The basic rule of thumb with DNN (apart,
obviously,
from getting rid of it) is that it only really works so long as you never
need to change anything...
DNN has never been something which perked my interest.

Me neither...
I can see how some would get excited about it but...not me.

It may be of limited use to people who aren't developers, I suppose... a
bit
like FrontPage...
I remember when DNN came out. It was based on IBuySpy.
<sigh>

Yep - 'nuff said!

--http://www.markrae.net


So does anyone know where this header information is stored to remove
it?

Jun 8 '07 #10
re:
!As far as I remember DNN, it's not complete open source.
!Project has DLL in it that does not come with source.

Are you sure about that ? I thought *all* source code is included.


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
"George Ter-Saakov" <gt****@cardone.comwrote in message
news:ud**************@TK2MSFTNGP03.phx.gbl...
As far as I remember DNN, it's not complete open source.
Project has DLL in it that does not come with source.

That DLL does it. So you can not remove it (without going into DLL)

George.
"JPabich" <jp*****@eisincorporated.comwrote in message
news:11**********************@n15g2000prd.googlegr oups.com...
>On Jun 7, 3:48 pm, "Mark Rae" <m...@markNOSPAMrae.netwrote:
>>"Juan T. Llibre" <nomailrepl...@nowhere.comwrote in
messagenews:Og**************@TK2MSFTNGP05.phx.gb l...

re:
!I'm guessing you've never tried... ;-)

No, but the same general principle applies to all open source apps,
doesn't it ?

You'd think that... :-) The basic rule of thumb with DNN (apart, obviously,
from getting rid of it) is that it only really works so long as you never
need to change anything...

DNN has never been something which perked my interest.

Me neither...

I can see how some would get excited about it but...not me.

It may be of limited use to people who aren't developers, I suppose... a bit
like FrontPage...

I remember when DNN came out. It was based on IBuySpy.

<sigh>

Yep - 'nuff said!

--http://www.markrae.net


So does anyone know where this header information is stored to remove
it?


Jun 8 '07 #11

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

Similar topics

1
by: Jeff | last post by:
Hey I've installed DotNetNuke Starter Kit (4.3.4) together with visual web developer 2005 express on my development computer So now I'm able to create DotNetNuke portals using vwd. But this...
0
by: R.A.M. | last post by:
Hello, I have installed .NET on my Windows XP and I would like to install DotNetNuke 4.0.3. I unzipped DotNetNuke_4.0.3_Install.zip to the folder E:\Program Files\DotNetNuke and (according to...
4
by: sonali.noni | last post by:
Hi, I'm very new to DotNetNuke and asp.net, and having several major issues. I'd really appreciate any help you could give me! I'm using DotNetNuke 04.05.03 and asp.net 2.0 I have two...
4
by: raju | last post by:
Hai I am new to dotnetnuke. I installed dotnetnuke and went to the admin page of the dotnetnuke.( the first page asking user name password). How to create my own page in dotnetnuke...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...

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.