|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
need help '(
To:experts,<br><br>>i <img src="/forum/emoticons/cry.gif" alt="cry"> really need help in this.<br>>can asp.net connect to HTML files?<br>>If my interface contain some of the button, which able to add/delete/modify/update, then<br>>can they make changes in HTML files.<br>>and what mean of .dll? in component?<br>?cos i need to create new component, which able to asp interact with HTML files and make changes on it.<br>>hope i can hear from u asap.<br>thk u,<br><br>-hena- <img src="/forum/emoticons/cry.gif" alt="cry">
|
|
#2
|
|||
|
|||
|
HTML files are simply text files in the file system. If you want to allow users to edit the files you need to give the local ASPNET user account write permissions on the folder that contains the HTML files in question. You should explore the System.IO namespace, specifically the System.IO.File and FileStream classes. These act quite similarly to the old Scripting.FileSystemObject you used to have to use in Classic ASP.
as regards .dll files, I'm not sure I follow exactly what you're asking, but if it helps, DLL (or EXE) files are the logical unit of compilation of .NET code - not to be confused with Win32 DLLs, which are very different. Your asp.net web application needs to find the dll files which contain your applications compiled code either in the application root's bin directory or installed in the Global Assembly Cache (eg System.Web.dll) hth Leon Last edited by LeonJollans : August 5th, 2003 at 12:51 PM. |
![]() |
| Viewing: ASP Free Forums > Programming > .NET Development > need help '( |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|