|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread |
Rating:
|
Display Modes |
|
#91
|
||||
|
||||
|
Have you downloaded the ASP.NET Tutorial??
It's located in the .NET forum. |
|
#92
|
|||
|
|||
|
Hi
Decided to use the tutorial, as it got such a good write up. Unfortunately, when rightclicking on TutorialDatabase folder, I don't get a Security tab. Do I need to check any other settings to make this visible? I have copied the folders to the relevant areas as instructed. Cheers Julie |
|
#93
|
|||
|
|||
|
Having a problem with step 4, in that I don't have a security tab on my TutorialDatabase folder properties. Do I need to change something else in order to make this visible.
Have followed all other instructions to the letter Thanks |
|
#94
|
||||
|
||||
|
What OS are you using?
|
|
#95
|
|||
|
|||
|
Using Win XP Pro and have tried unsuccessfully searching elsewhere, would really appreciate the help
|
|
#96
|
|||
|
|||
|
I think you can't do anithing with XP use 2000 server
|
|
#97
|
|||
|
|||
|
jules71 u mean security tab?
if that u mean just go to the folder option at control panel.... or the instruction about the security tab u can look at Help and Support.. try urself :-) |
|
#98
|
|||
|
|||
|
i know I'm late but can you send me a tutorial in all 3 ASP, ASP.NET, VB.NET, C#.NET
Thank you |
|
#99
|
||||
|
||||
|
Quote:
uhhh...no, but you can download the ASP tutorial and ASP.NET (VB.NET) tutorials from within their respective forum areas. |
|
#100
|
|||
|
|||
|
Thanks for helping all us Newbies
Quote:
Maybe now I can at least ask better questions You Rock ![]() |
|
#101
|
|||
|
|||
|
Quote:
was getting the same line 69 common.asp error every1 else was getting. (running latest version of MDAC and this solution worked for me. thanks! |
|
#102
|
|||
|
|||
|
memnoch
thanks for your time and effort doing this tutorial for the rest of us. I have downloaded the tut and followed instructions in readme.txt. this seems to be a stupid question but I'll ask it anyways where do I start from ? how can I start reading whats in the tutorial ??! I tried to open some html files from ur tut but it seems I am doing something wrong. ?? |
|
#103
|
|||
|
|||
|
Quote:
I just downloaded your asp tutorial. I don't understand the following instructions: Copy the website folder (or just its contents) to your Inetpub/wwwroot folder 3) In IIS create a virtual directory named 'core' (without the single quotes) and link it to your C:\core directory. Why not just copy it to my disk? Please help Thank you |
|
#104
|
||||
|
||||
|
Quote:
Your disk?? do you mean your hard drive? that's where it would be copied. |
|
#105
|
|||
|
|||
|
Quote:
Thank you for your tutorial ASP program. I downloaded this program and setup it on my computer (Windows2000Pro). I had the same error like others: Error Type: Microsoft OLE DB Provider for ODBC Drivers (0x80004005) [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified /core/modules/common.asp, line 69 I hope effort may give some hint on the error. I insert twolines in file common.asp as following: response.write("LOAD: " & connectionStringPayload & "<br>") response.end() Then I got the following result: ASPTemplate Error: File [whatsnew.html] does not exists! LOAD: This means the connoctionstring did not come at the point of time when db_open() has been called. I wish I could make this program work on my computer. Please help. In fact I want to read this program for learning. Thank you |