Go Back   Velocity Reviews > Newsgroups > ASP Net
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

ASP Net - Can I remove this meta tag?

 
Thread Tools Search this Thread
Old 03-04-2005, 11:23 PM   #1
Default Can I remove this meta tag?



Dear Group

Just wondered what this meta tag is for:
<meta content="http://schemas.microsoft.com/intellisense/ie5"
name="vs_targetSchema">

Can I remove it or change it to
<meta content="https://schemas.microsoft.com/intellisense/ie5"
name="vs_targetSchema"> as I think that might be the problem of my
non-secure items warning when accessing the page with SSL.

Sorry for this question, can't test it myself at the moment but I'm
curious.

Thanks very much for your help & efforts!

Best Regards,

Martin



theintrepidfox@hotmail.com
  Reply With Quote
Old 03-05-2005, 01:27 AM   #2
=?Utf-8?B?QXJuZQ==?=
 
Posts: n/a
Default RE: Can I remove this meta tag?
The metatag is designed to give warnings in Visual Studio when proper HTML is
not present. It can be removed if you always does everything right. The tag
does do anything during the execution of your page.
Arne.

"" wrote:

>
> Dear Group
>
> Just wondered what this meta tag is for:
> <meta content="http://schemas.microsoft.com/intellisense/ie5"
> name="vs_targetSchema">
>
> Can I remove it or change it to
> <meta content="https://schemas.microsoft.com/intellisense/ie5"
> name="vs_targetSchema"> as I think that might be the problem of my
> non-secure items warning when accessing the page with SSL.
>
> Sorry for this question, can't test it myself at the moment but I'm
> curious.
>
> Thanks very much for your help & efforts!
>
> Best Regards,
>
> Martin
>
>



=?Utf-8?B?QXJuZQ==?=
  Reply With Quote
Old 03-05-2005, 01:37 AM   #3
Chris R. Timmons
 
Posts: n/a
Default Re: Can I remove this meta tag?
wrote in news: oups.com:

>
> Dear Group
>
> Just wondered what this meta tag is for:
><meta content="http://schemas.microsoft.com/intellisense/ie5"
> name="vs_targetSchema">
>
> Can I remove it or change it to
><meta content="https://schemas.microsoft.com/intellisense/ie5"
> name="vs_targetSchema"> as I think that might be the problem of my
> non-secure items warning when accessing the page with SSL.
>
> Sorry for this question, can't test it myself at the moment but I'm
> curious.
>
> Thanks very much for your help & efforts!


Martin,

The targetSchema property only affects the behavior of Visual Studio (VS):

http://msdn.microsoft.com/library/en...rtyHTMLDoc.asp

or

http://tinyurl.com/3evps


The "http://schemas.microsoft.com/intellisense/ie5" portion of the meta tag is
a URN, not a URL. A URL (Uniform Resource Locator) points to a
specific location on the internet. A URN (Uniform Resource Name) does not.
A URN is just a specific name for an entity, in this case the targetSchema
VS should configure its designers for.

Changing "http" to "https" on the above URN may confuse VS, and would serve no
purpose, since the URN is just a name, and does not specify a location on the
internet[*]. Here's an explanation on the whole URL/URN/URI mess from the W3C:

http://www.w3.org/TR/uri-clarification/

[*]

Just for fun, I tried pointing my browser to http://schemas.microsoft.com/intellisense/ie5 and
got a 404 error. Trying just http://schemas.microsoft.com/ results in a page
with the phrase "schemas.microsoft.com" in bold letters.

--
Hope this helps.

Chris.
-------------
C.R. Timmons Consulting, Inc.
http://www.crtimmonsinc.com/


Chris R. Timmons
  Reply With Quote
Old 03-06-2005, 04:15 AM   #4
theintrepidfox@hotmail.com
 
Posts: n/a
Default Re: Can I remove this meta tag?

Hi! Thanks for all your replies!
I actually found out what caused the problem.
Every time I tried accessing the web application with SSL I got a
message about non-secure items on that page and wondered whether it's
because of the Microsoft http:// metatag.

In fact it was caused by SkmMenu when the menu loaded subitems. Their
help manual was really good and found the answer in an instant. Setting
the IFrameSRC property of the menu to a blank page like skmdummy.htm
solved the issue.

Thanks again for your replies!

Martin



theintrepidfox@hotmail.com
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
how to remove the audio from video file? rubie Software 4 06-16-2007 02:42 PM
DVDV The newer DVD type bobs.auto.service@coldmail.com DVD Video 0 01-02-2006 03:56 PM
Remove Macrovision CopyGuard Protection with the DVDMacPro. DVD MacPro DVD Video 0 08-23-2004 03:28 PM
Remove Macrovision CopyGuard Protection with the DVD MacPro. DVD MacPro DVD Video 0 05-03-2004 03:28 PM
Latest Tech Fiasco... Ghost A+ Certification 30 01-09-2004 12:15 PM




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46