http://www.tg.com/resolve?domain=seha_sa&post=7678
Dim rssWriter As XmlWriter = XmlWriter.Create("rss.xml")
rssWriter.WriteProcessingInstruction("xml-stylesheet",
"type='text/xsl' href='XSLTFile.xslt'")
Dim rssFormatter As Rss20FeedFormatter = New Rss20FeedFormatter(feed)
rssFormatter.WriteTo(rssWriter)
rssWriter.Close()
Return rssFormatter
The system returns a request error message:
The server encountered an error processing the request. The exception message is 'Access to the path 'C:\Program Files (x86)\IIS Express\rss.xml' is denied.'. See server logs for more details.
The stack trace ends at first line shows.so i assume that the feed is readonly ?
so how may i edit the file to write the xls sheet address and then return edited version as shown on original question.
I wish there was a working example of rss.