Description:
Microsoft Internet Explorer newsgroup.
|
|
|
Microsoft VBScript runtime error '800a01b6' Object doesn't support this property or method: 'Session.Add' /OnlineBookStore/AddItemProces s.asp, line 33
|
| |
THisis my error: Microsoft VBScript runtime error '800a01b6' Object doesn't support this property or method: 'Session.Add' /OnlineBookStore/AddItemProces s.asp, line 33 Code i Used: <% Dim StrTechName, StrBookName, StrISBN, StrPrice, IntQuantity, IntCounter, IntCount, IntShowCounter, IntItemID, BlnDuplicate,... more »
|
|
w3wp.exe (ASP .Net) eating memory
|
| |
Hello, i'm on a VPS with Windows 2003 x64 (IIS 6.0 so) and i have a serious problem with w3wp.exe. It starts from 60 Mb and then grows until the whole avaiable RAM is used. [link] Here's an example image showing w3wp.exe private bytes and Gen 0 Heap size. They seems related, but if I use ".NET CLR Memory/# Bytes in all... more »
|
|
session variables and performance
|
| |
I have an IIS6 ASP site that has up to 200 "logged in" users at a time. About 30 session variables are set at each login, containing user information like their name, preferences etc. My question is, does having lots of session variables impact site performance, or is this only a problem when there are millions of concurrent... more »
|
|
Value just contiues (commaseparated?)
|
| |
Hi all In a form, I have some hidden values, which once set stays forever. There is an ignore option, and I keep it, as it might be needed later. If is default false (<>"true"), that works well. Just before </from> I set the value. In 2 places, there is a small script, which can set the value to true.... more »
|
|
Pointing to Google maps with ASP
|
| |
i'm not sure what newsgroup to ask, but i have some dynamic asp code that displays addresses and such from a recordset, and i want users to click on an icon that sits aside the dynamic address to find the location via yahoo maps, but I want to use this to go to Google maps. Here is my Yahoo example:... more »
|
|
duckkiller53
|
| |
Could someone Please help. I am reading the book Professional ASP.NET 3.5 BY wrox. In the section on Personalizaion and in particular "Working with Anonymous Identification" the Author states that you can create your own unique AnonymousID by using the event AnonymousIdentification_Creati ng from the Global.asax. In the Authors... more »
|
|
Application pooling / server not responding
|
| |
I have a webpage that can take a very long time to run, whilst it's running it updates the user as to the progress. I run this page as it's own application as I had problems whilst it was running it would stop all responses to the server. This is now the same case if a second request is made to this page whilst one is already running. The second... more »
|
|
check content type in asp
|
| |
Dear sir/madam I have to make a program in asp to upload resume. But hacker is uploading any type of file. I want he can upload only text file. I dont want to check only its extension. How can I do please help me. It's urgent. Thanks in Advance
|
|
sendmail finnishing
|
| |
Hi everyone. Happy halloween... My sendmail.asp sript is sending mail, hurray! Trouble is, I only get pieces of info, Arrgh! Emailed end: ...Type: Text And question in the email tex box. The sendmail page code: your name: "name" your email: "email" enter your question "question" Sendmail.asp script:... more »
|
|
Regular Expression Help please!
|
| |
My (VB/ASP) site parses pseudocode created by authors. For example, the author's HTML might contain [start small padded box] This content displays in a box [end small padded box] The bits in square brackets are then replaced with appropriate HTML to create a border around the text. PageHTML=replace(PageHTML,"[st art small padded box]","<div... more »
|
|
|