Click here to Skip to main content
15,917,859 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How to Evaluate a string on html to Render a Server Control on the page [modified] Pin
ThePlagueIsBack8-Oct-06 9:37
ThePlagueIsBack8-Oct-06 9:37 
QuestionActive directory user from asp.net 2.0 Pin
Marp Tech8-Oct-06 6:42
Marp Tech8-Oct-06 6:42 
AnswerRe: Active directory user from asp.net 2.0 Pin
Mike Ellison8-Oct-06 18:59
Mike Ellison8-Oct-06 18:59 
QuestionRe: Active directory user from asp.net 2.0 Pin
Marp Tech8-Oct-06 20:41
Marp Tech8-Oct-06 20:41 
AnswerRe: Active directory user from asp.net 2.0 Pin
Mike Ellison9-Oct-06 6:17
Mike Ellison9-Oct-06 6:17 
QuestionSo how come Windows 2003/SQL Server does not support Active-Active clusters? Pin
devvvy8-Oct-06 4:56
devvvy8-Oct-06 4:56 
QuestionDataGrid Edit,Update,Cancel Column Pin

MmM.net</

8-Oct-06 2:23

MmM.net</

8-Oct-06 2:23 
QuestionGoogle Sitemap Pin
shapper8-Oct-06 2:15
shapper8-Oct-06 2:15 
Hello,

I am trying to convert an Asp.Net 2.0 XML sitemap file to a Google's sitemap file.

I am posting the formats of both files.

1. How can I do the conversion?

2. And can I use an .ashx Asp.Net file that when the .ashx file is called the Google XML file is generated?

Thank You,
Miguel

GOOGLE SiteMap

<?xml version="1.0" encoding="UTF-8"?>
< urlset xmlns="http://www.google.com/schemas/sitemap/0.84">
< url>
< loc>http://www.mydomain.com/example.aspx</loc>
< lastmod>2005-01-01</lastmod>
< changefreq>daily</changefreq>
< priority>0.8</priority>
</url>
</urlset>

ASP.NET 2.0 Site Map

<?xml version="1.0" encoding="utf-8" ?>
<siteMap
xmlns = "http://schemas.microsoft.com/AspNet/SiteMap-File-1.0" >
<siteMapNode>
<siteMapNode
url = "~/example.aspx"
changefreq = "daily"
lastmod = "2005-01-01"
description = "My example page and its contents"
priority = "0.8"
title = "Example page" />
</siteMapNode>
</siteMap>

Note: description and title should be droped when converting from Asp.Net to Google sitemap.
AnswerRe: Google Sitemap Pin
Mike Ellison8-Oct-06 19:04
Mike Ellison8-Oct-06 19:04 
Questionwebservice query Pin
biaali8-Oct-06 0:39
biaali8-Oct-06 0:39 
AnswerRe: webservice query Pin
Walter_H9-Oct-06 20:22
Walter_H9-Oct-06 20:22 
GeneralRe: webservice query Pin
biaali11-Oct-06 21:08
biaali11-Oct-06 21:08 
QuestionDiff between sqlConnection and oleDbconnection Pin
miniThomas7-Oct-06 21:54
miniThomas7-Oct-06 21:54 
AnswerRe: Diff between sqlConnection and oleDbconnection Pin
Tad McClellan8-Oct-06 3:31
professionalTad McClellan8-Oct-06 3:31 
GeneralRe: Diff between sqlConnection and oleDbconnection Pin
miniThomas8-Oct-06 19:11
miniThomas8-Oct-06 19:11 
Questioncheckbox in datagrid Pin
ptvce7-Oct-06 20:25
ptvce7-Oct-06 20:25 
AnswerRe: checkbox in datagrid Pin
postmaster@programmingknowledge.com8-Oct-06 0:03
postmaster@programmingknowledge.com8-Oct-06 0:03 
GeneralRe: checkbox in datagrid Pin
miniThomas9-Oct-06 23:35
miniThomas9-Oct-06 23:35 
QuestionHow to make left side menus Pin
allende7-Oct-06 16:38
allende7-Oct-06 16:38 
AnswerRe: How to make left side menus Pin
thomas_joyee7-Oct-06 19:32
thomas_joyee7-Oct-06 19:32 
QuestionDebugging problem Pin
digsy_7-Oct-06 16:13
digsy_7-Oct-06 16:13 
QuestionRe: Debugging problem Pin
just3ala27-Oct-06 20:03
just3ala27-Oct-06 20:03 
AnswerRe: Debugging problem Pin
digsy_8-Oct-06 2:30
digsy_8-Oct-06 2:30 
GeneralRe: Debugging problem Pin
Walter_H9-Oct-06 4:23
Walter_H9-Oct-06 4:23 
QuestionHow can share session variable between two virtual directories in Asp.net 2.0 using IIS 6.0 Pin
Rajesh_K_Sharma7-Oct-06 8:35
Rajesh_K_Sharma7-Oct-06 8:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.