|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread |
Rating:
|
Display Modes |
|
|
|
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today! |
|
#31
|
||||
|
||||
|
Quote:
I assume you mean the code??? It's VBScript. |
|
#32
|
|||
|
|||
|
hi sir,
m a newbee in ASP development n i hve gained a lot from ur tutorial. Now, i m making an asp page which reads an html or anther asp file n i m not able to do it with filesystemobject. cn u pls help me in this matter. all i hve to do is to read all the content frm an html page. hope i'll get ur reply soon thanx vikky |
|
#33
|
||||
|
||||
|
Use the FileSystemObject to read the contents of the file into a variable.
Example: Code:
Set fs = Server.CreateObject("Scripting.FileSystemObject")
Set f = fs.OpenTextFile("C:\myFile.html")
contents = f.ReadAll()
Response.write(contents)
f.Close
Set f = Nothing
Set fs = Nothing
|
|
#34
|
|||
|
|||
|
I followed the readme file completely and get a error "you do not have permmisions to view this file". I also lost my connection to the server and a database I have been working on in the process. I had to do a system restore to undo the changes I made. Do you have a more detailed list of instructions for those of us that have never worked with web-server-IIS apps before. Thanks
|
|
#35
|
|||
|
|||
|
If we make site in *.htm, it is free to upload it in yahoo home page.(geocities.com)
If we make site in *.asp it is free to upload it in 1asphost.com(1asphost.com reject the file *.aspx) if we make site in *.aspx, where it can be uploaded as free web host. Saira |
|
#36
|
|||
|
|||
|
-------------- Same Error ---------------
I did as the readme file said and I'm getting the same error. Any help!
|
|
#37
|
|||
|
|||
|
hi Memnoch! thanks for the tutorial, ive just got a few problems running it after following the readme. being a total noob i ask you this, do i need a sql server running on my local machine, or is the only db involved here the tutorial.mdb?
regards, chris |
|
#38
|
||||
|
||||
|
The tutorial uses the Tutorial.mdb database.
|
|
#39
|
|||
|
|||
|
i hav unzip the file, i hav went through the readme file but what is this step all about (In IIS create a virtual directory named 'core' (without the single quotes) and link it to your C:\core directory.). how i goin to get it done.
|
|
#40
|
|||
|
|||
|
test
!!!!!!!!!!!!!!!
[SIZE=3 :]test message.[/SIZE] ![]() Last edited by Akhil : July 22nd, 2004 at 08:01 AM. Reason: aaaaaaaaaa |
|
#41
|
|||
|
|||
|
Quote:
|
|
#42
|
|||
|
|||
|
Dont Compare
It would be a great work. Please do not compare with previous versoin of ASP while preparing the ASP.Net tutorial meaning Can it be like explaining the tutorial without comparision. More on OOPs concepts, the architecture of the ASP.Net, Web.config etc.,
|
|
#43
|
|||
|
|||
|
good one
the tutorials are really good. thanks for posting the
information here. Dhananjayan www.web-hosting-cafe.com |
|
#44
|
|||
|
|||
|
Dear Memnoch,
Your picture scares me but you have good tutorial Charles |
|
#45
|
|||
|
|||
|
This would be of gr8 Help :)
Hey Thanks Memnoch Hope to hear and recieve some more from you ... Quote:
|
![]() |
| Viewing: ASP Free Forums > Programming > ASP Development > ASP Tutorial |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|