|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
I just stumbled upon very essential information that I didn't know before, or at least wasn't sure it's true. that information can solve numerous problems, thus i'll post it here. if you see such information, feel free to post it here as well.
and now to the point: --- ASP Pages, Session State and the Parent Path options are disabled by default in Windows 2003 Server. If do not enable this functionality after installing IIS, IIS returns a 404 error. You can enable these features through the IIS Manager. To enable these options:
--- the above solve 3 very common problems: 1. ASP "is not working" 2. SSI "not working" 3. Session variables "are not working" or blank. Happy Coding! Next Part: http://forums.aspfree.com/showpost....76&postcount=12 Last edited by Shadow Wizard : June 27th, 2006 at 01:44 PM. Reason: added PDF |
|
#2
|
||||
|
||||
|
thanx for the info Shadow
![]() |
|
#3
|
||||
|
||||
|
probably this is available in tutorials as well, but not very visible and known - hopefully being sticky here would make this knowledge more public.
![]() |
|
#4
|
||||
|
||||
|
Quote:
Please don't tag on posts. Please create your own thread. Lot's of people will see your question. Thank you. Shadow: Great info. Thanks.
__________________
- Post your code - Post your errors - Be clear - Be courteous PLEASE...Finalise your thread with a solution or confirmation that the last advice worked or failed (We are here to help each other).
|
|
#5
|
||||
|
||||
|
no, I don't have. the above information is not relevant for this... post it as new thread if you didn't post already and I'll try to help in there.
|
|
#6
|
||||
|
||||
|
don't worry guys, I'll run cleanup routine on this thread if needed.
![]() |
|
#7
|
||||
|
||||
|
seems like we all posted at the same time
![]() no you thread is dirty ![]()
__________________
Look! Its a ShemZilla ![]() ![]()
|
|
#8
|
|||
|
|||
|
hi,
i had your post printed and right in front of my eyes while i was helping him and he was really happy to get it working in end Thank you shadow once again shalom shalom Sammy |
|
#9
|
||||
|
||||
|
Quote:
helping him? who? when? anyway no problem, glad I was of help. ![]() |
|
#10
|
||||
|
||||
|
Things You Should Know, Part #2
When using Stored Procedures, or complex SQL code, always have SET NOCOUNT ON in the sql code. When executing such Stored Procedure or SQL Code the result is not normal recordset, but rather set of recordsets. thus, you have to call NextRecordset of the original recordset: Code:
Set rsTemp=objCommand.Execute Set rs=rsTemp.NextRecordset this is usually ignored thus causing errors because the original recordset is Closed. Next Part Last edited by Shadow Wizard : June 23rd, 2005 at 04:45 AM. |
|
#11
|
|||
|
|||
|
hi,
Belord works with me and he had some problems on monday evening. Shadow i have a problem in this post and you tell me what i am doing wrong http://forums.aspfree.com/t63863/s.html Thanks, Sammy |
|
#12
|
||||
|
||||
|
This thread is really getting dirty with some off topic posts(like mine
)!but nice info shadow.......... specially the first one ![]() |
|
#13
|
||||
|
||||
|
Things You Should Know, Part #3
Why session variables do not work, or why cookies are not being stored? First, read this great link: http://www.aspfaq.com/show.asp?id=2157 In short, 2 reasons are the most weird and probably common: 1. server name contain underscore or non english characters 2. global.asa file is empty. important quotes from that page: Quote:
Quote:
Next Part Last edited by Shadow Wizard : July 6th, 2005 at 11:41 AM. Reason: added next part... |
|
#14
|
||||
|
||||
|
SQL injection -- What you MUST KNOW!!!!
Things You Should Know, Part #4
Hey everyone, How safe is your asp site?! Probably not as safe as you might think. I have put this in Shadow's thread for the fact I it is highly visible and for the fact MANY highly regarded asp gurus out there were not aware of some of the ADVANCED SQL injections that can be used to hack your site; therefore, here you go. btw - this was originaly found by ::Phoenix:: - Thanks SQL INJECTION - What is it and what to do to protect yourself from it! Next Part
__________________
Please give respect to those that helped solve an issue by clicking on the icon
Last edited by Shadow Wizard : July 9th, 2005 at 12:05 PM. Reason: added next part. :) |
|
#15
|
||||
|
||||
|
well done - I've added link to the previous part so the chain won't be broken.
![]() |
![]() |
| Viewing: ASP Free Forums > Programming > ASP Development > Things You Should Know |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|