|
Thread: xml
-
Nov 25th, 2003, 08:58 AM
#1
Thread Starter
Fanatic Member
xml
Hi,
Using vb.net in my application I can use the following code to write a file as .xml and save it on the network
Dim sw As StreamWriter
Dim strPath = "G:\folder1\test"
sw = File.CreateText(strPath & ".XML") 'Create the XML file...
sw.Write("testdata")
Why can I not do the same task in ASP.NET?
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|