473,666 Members | 2,331 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Phantom folder in path

tfs
My program seems to be coming up with a phantom folder.

The folder doesn't show up until I do my login page from my forms
authentication web.config setup.

Before I get the login pages all my paths look correct. For example:

http://192.168.122.55/contour/VDW/default.asp

After I go the login page the same page looks like this:

http://192.168.122.55/contour/(0vsxt...dw/default.asp

All my pages now have this extra folder (0vsxtf55wzxyqn 55c5fdcjnn),
..

What would be causing this?

Thanks,

Tom
Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
----------------------------------------------------------
http://www.usenet.com
Nov 18 '05 #1
6 1797
On 27 Jun 2004 02:02:34 -0500, tfs
<tf*@dslextre me-dot-com.no-spam.invalid> wrote:
My program seems to be coming up with a phantom folder.

The folder doesn't show up until I do my login page from my forms
authentication web.config setup.

Before I get the login pages all my paths look correct. For example:

http://192.168.122.55/contour/VDW/default.asp

After I go the login page the same page looks like this:

http://192.168.122.55/contour/(0vsxt...dw/default.asp

All my pages now have this extra folder (0vsxtf55wzxyqn 55c5fdcjnn),
.

What would be causing this?

Thanks,

Tom
Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
----------------------------------------------------------
http://www.usenet.com


The number is coming from cookieless sessions, which you must have turned
on. This is used to track sessions when cookies aren't to be used. Check
in your web.config, there's a flag (boolean) that turns this on/off.

--
Craig Deelsnyder
Microsoft MVP - ASP/ASP.NET
Nov 18 '05 #2
"Craig Deelsnyder" <cdeelsny@no_sp am_4_meyahoo.co m> wrote in message
news:opr99ow2rr 75dg5d@cowboy.. .
On 27 Jun 2004 02:02:34 -0500, tfs
<tf*@dslextre me-dot-com.no-spam.invalid> wrote:
My program seems to be coming up with a phantom folder.

The folder doesn't show up until I do my login page from my forms
authentication web.config setup.

Before I get the login pages all my paths look correct. For example:

http://192.168.122.55/contour/VDW/default.asp

After I go the login page the same page looks like this:

http://192.168.122.55/contour/(0vsxt...dw/default.asp

All my pages now have this extra folder (0vsxtf55wzxyqn 55c5fdcjnn),
.

What would be causing this?

Thanks,

Tom
Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
----------------------------------------------------------
http://www.usenet.com
The number is coming from cookieless sessions, which you must have turned
on. This is used to track sessions when cookies aren't to be used. Check
in your web.config, there's a flag (boolean) that turns this on/off.


That was it.

Thanks,

Tom
--
Craig Deelsnyder
Microsoft MVP - ASP/ASP.NET

Nov 18 '05 #3
"tfs" <tf*@dslextre me-dot-com.no-spam.invalid> wrote in message
news:40******** **@Usenet.com.. .
My program seems to be coming up with a phantom folder.

The folder doesn't show up until I do my login page from my forms
authentication web.config setup.

Before I get the login pages all my paths look correct. For example:

http://192.168.122.55/contour/VDW/default.asp

After I go the login page the same page looks like this:

http://192.168.122.55/contour/(0vsxt...dw/default.asp

All my pages now have this extra folder (0vsxtf55wzxyqn 55c5fdcjnn),
.

What would be causing this?


Cookieless session state.
--
John Saunders
johnwsaundersii i at hotmail
Nov 18 '05 #4
On 27 Jun 2004 02:02:34 -0500, tfs
<tf*@dslextre me-dot-com.no-spam.invalid> wrote:
My program seems to be coming up with a phantom folder.

The folder doesn't show up until I do my login page from my forms
authentication web.config setup.

Before I get the login pages all my paths look correct. For example:

http://192.168.122.55/contour/VDW/default.asp

After I go the login page the same page looks like this:

http://192.168.122.55/contour/(0vsxt...dw/default.asp

All my pages now have this extra folder (0vsxtf55wzxyqn 55c5fdcjnn),
.

What would be causing this?

Thanks,

Tom
Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
----------------------------------------------------------
http://www.usenet.com


The number is coming from cookieless sessions, which you must have turned
on. This is used to track sessions when cookies aren't to be used. Check
in your web.config, there's a flag (boolean) that turns this on/off.

--
Craig Deelsnyder
Microsoft MVP - ASP/ASP.NET
Nov 18 '05 #5
"Craig Deelsnyder" <cdeelsny@no_sp am_4_meyahoo.co m> wrote in message
news:opr99ow2rr 75dg5d@cowboy.. .
On 27 Jun 2004 02:02:34 -0500, tfs
<tf*@dslextre me-dot-com.no-spam.invalid> wrote:
My program seems to be coming up with a phantom folder.

The folder doesn't show up until I do my login page from my forms
authentication web.config setup.

Before I get the login pages all my paths look correct. For example:

http://192.168.122.55/contour/VDW/default.asp

After I go the login page the same page looks like this:

http://192.168.122.55/contour/(0vsxt...dw/default.asp

All my pages now have this extra folder (0vsxtf55wzxyqn 55c5fdcjnn),
.

What would be causing this?

Thanks,

Tom
Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
----------------------------------------------------------
http://www.usenet.com
The number is coming from cookieless sessions, which you must have turned
on. This is used to track sessions when cookies aren't to be used. Check
in your web.config, there's a flag (boolean) that turns this on/off.


That was it.

Thanks,

Tom
--
Craig Deelsnyder
Microsoft MVP - ASP/ASP.NET

Nov 18 '05 #6
"tfs" <tf*@dslextre me-dot-com.no-spam.invalid> wrote in message
news:40******** **@Usenet.com.. .
My program seems to be coming up with a phantom folder.

The folder doesn't show up until I do my login page from my forms
authentication web.config setup.

Before I get the login pages all my paths look correct. For example:

http://192.168.122.55/contour/VDW/default.asp

After I go the login page the same page looks like this:

http://192.168.122.55/contour/(0vsxt...dw/default.asp

All my pages now have this extra folder (0vsxtf55wzxyqn 55c5fdcjnn),
.

What would be causing this?


Cookieless session state.
--
John Saunders
johnwsaundersii i at hotmail
Nov 18 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

13
7193
by: jenny | last post by:
Hi, I am trying to find a VB way that would create a folder on all existing drives - the folder name would be the same on each drive. ie c:\backup, d:\backup, etc. But the folders would only be created if they don't already exist, and if the drive happens to be one a folder cannot be created on (ie a cdrom drive) it would just be skipped without the code generating any errors. your help on this would be most appreciated. jenny
14
18339
by: Job Lot | last post by:
How can I find path of windows folder using vb.net? It could be winnt or windows depending upon the os. System.Environment.SpecialFolder enumeration does not have a constant for windows folder.
5
16770
by: Rosa | last post by:
Hi, I'm trying to clear the TIF on Windows XP programmatically with the below code. This code works fine on any folder but the TIF. For some reason the atEnd() statements always defaults to true and no files are deleted in the folder. The peculiarity of this issue is that the files/subfolders cannot be seen through the windows explorer either. I can only access/delete them through a command shell. Any ideas?
5
3222
by: Dan | last post by:
I am working on a C# ASP.NET project where I need to allow the user to browse to a folder. The only way I see how to do this is use <input type=file>. But this makes the user select a file and returns folder + filename. I only want the folder path. Does someone have a possible solution other than <input type=file>?
0
262
by: Thomas Scheiderich | last post by:
My program seems to be coming up with a phantom folder. The folder doesn't show up until I do my login page from my forms authentication web.config setup. Before I get the login pages all my paths look correct. For example: http://192.168.122.55/contour/VDW/default.asp After I go the login page the same page looks like this:
4
1648
by: Ramakrishnan Nagarajan | last post by:
Hi, I am facing a different problem in my application. In that I am uploading a folder that contain only images. Everything was done and was working fine too. When I executed the application using the localhost it works fine. But when my machine acts as a client and executes the application from another machine (considered as the server) it is telling that the folder is not found, even if the folder is present in the client machine. The...
6
3593
by: Caleb Hattingh | last post by:
Hi everyone Unless you have a nice tool handy, calculating many folder sizes for clearing disk space can be a click-fest nightmare. Looking around, I found Baobab (gui tool); the "du" linux/unix command-line tool; the extremely impressive tkdu: http://unpythonic.net/jeff/tkdu/ ; a python script I didn't really understand at http://vsbabu.org/webdev/zopedev/foldersize.html (are these "folder
1
3806
by: gujarsachin2001 | last post by:
Hello friends, I have one folder Named as MainFolder on server. I have one more folder named as subfolder inside tht main folder.Now I want to save some pictures in tht folder but at runtime I m not getting correct virtual path of tht folder. As Server.MapPath() & MapPath methods returns physical path.So How I can Access tht folder independent of where my application is insatlled. I have used following metthods but it doesnt work,
1
8910
by: sunil | last post by:
Hi, I want to change the default installation folder to my own path. I did it by changing the application folder's DefaultLocation property. The installation works fine as long the path that I give is complete path. If I give relative path, there is an error. The path is relative to the location of my solution folder. Just to be more clear, I have several projects in my solution. The setup project contains one executable as the primary...
0
8443
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
1
8550
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7385
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6192
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5663
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4366
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2769
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2011
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1772
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.