•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the ASP.NET section within the Web Development category of DaniWeb, a massive community of 456,496 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,695 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our ASP.NET advertiser: Lunarpages ASP Web Hosting
Views: 2275 | Replies: 0
![]() |
•
•
Join Date: Aug 2007
Location: Somewhere between heaven and hell
Posts: 112
Reputation:
Rep Power: 2
Solved Threads: 8
Dear all .Netters,
How do i create and write a text file that saved in network folder ?
The folder path is saved in table "K:\GA_PAYMENT\OPE".
When running from VS2005, it could work well. But after i copied sources code to the server, ASP.Net could not find the folder name.
Dim FileName As String = Folder & "\GA-" & Format(Now, "yyMMddHHmmss") & ".txt"
Dim FP As StreamWriter
If Not File.Exists(FileName) Then
FP = File.CreateText(FileName)
End If
Thanks and Regards,
Kusno
How do i create and write a text file that saved in network folder ?
The folder path is saved in table "K:\GA_PAYMENT\OPE".
When running from VS2005, it could work well. But after i copied sources code to the server, ASP.Net could not find the folder name.
Dim FileName As String = Folder & "\GA-" & Format(Now, "yyMMddHHmmss") & ".txt"
Dim FP As StreamWriter
If Not File.Exists(FileName) Then
FP = File.CreateText(FileName)
End If
Thanks and Regards,
Kusno
![]() |
•
•
•
•
•
•
•
•
DaniWeb ASP.NET Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
.net access ads adsense adsl adsl1 adsl2 adsl2+ ajax asp cable code combo connection custom data development download dropdownlist fedora google internet kb kbps link linux mbit microsoft module net network news per reuse revenue second security skin software terrorism testing text theme unit upload web windows xp workgroup xml 240000
- Create and send text file (PHP)
- Cant readline in text file.... URGENT help~ (VB.NET)
- Help with appending text file (VB.NET)
- writing students data to a text file (Assembly)
- Text File (Python)
- Insert Contents Of Text File Into Database (ASP.NET)
- read from database and writing the contents into a text file (C)
- write to text file using fprintf() (C)
- Having roblems using PHP to send info as text file (PHP)
- Create stats from a text file (Java)
Other Threads in the ASP.NET Forum
- Previous Thread: Session variables
- Next Thread: example of Server.Transfer and Context Handler


Linear Mode