473,396 Members | 1,966 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Mysterious addition to URL in ASP.Net 2

Hello Friends & Experts,

I am having a little problem with my new Asp.net 2 website. Whenever I run
the website (in debug, or on server) a mysterious text is added to my URL
like this: -

http://localhost:1385/BlogAggregator...)/Default.aspx

First the app loads the regular url
http://localhost:1385/BlogAggregator/Default.aspx

and then re-directs to the earlier URL.

What is happening?

Also my session variables and cookies are nt working.

Please help.

Thanks
Cyril Gupta
Jun 30 '07 #1
2 1183
On Jun 30, 11:44 am, Cyril Gupta <cyrilgupta <atnomail.comwrote:
Hello Friends & Experts,

I am having a little problem with my new Asp.net 2 website. Whenever I run
the website (in debug, or on server) a mysterious text is added to my URL
like this: -

http://localhost:1385/BlogAggregator...gjuyhsi55))/De...

First the app loads the regular urlhttp://localhost:1385/BlogAggregator/Default.aspx

and then re-directs to the earlier URL.

What is happening?

Also my session variables and cookies are nt working.

Please help.

Thanks
Cyril Gupta
hi,
please check in web config following
<sessionState mode="InProc"
stateConnectionString="tcpip=127.0.0.1:42424"
sqlConnectionString="data source=127.0.0.1;Trusted_Connection=yes"
cookieless="false" timeout="1"/>
it seems you are runn in cookieless="true"

hope this help

nahid
http://nahidulkibria.blogspot.com/
http://kaz.com.bd/
Jun 30 '07 #2
Hello nahid,

Yes, it helped. Thank you very much Nahid!.

:)

Cheers!

-- You can do anything with a little bit of 'magination.

-- I've been programming so long, my brain is now software.
On Jun 30, 11:44 am, Cyril Gupta <cyrilgupta <atnomail.comwrote:
>Hello Friends & Experts,

I am having a little problem with my new Asp.net 2 website. Whenever
I run the website (in debug, or on server) a mysterious text is added
to my URL like this: -

http://localhost:1385/BlogAggregator...gjuyhsi55))/De
...

First the app loads the regular
urlhttp://localhost:1385/BlogAggregator/Default.aspx

and then re-directs to the earlier URL.

What is happening?

Also my session variables and cookies are nt working.

Please help.

Thanks
Cyril Gupta
hi,
please check in web config following
<sessionState mode="InProc"
stateConnectionString="tcpip=127.0.0.1:42424"
sqlConnectionString="data source=127.0.0.1;Trusted_Connection=yes"
cookieless="false" timeout="1"/>
it seems you are runn in cookieless="true"
hope this help

nahid
http://nahidulkibria.blogspot.com/
http://kaz.com.bd/

Jun 30 '07 #3

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

Similar topics

4
by: Viorel | last post by:
For me is a little bit mysterious how work encoding and decoding functions, what is underneath of their calling? Encoding1.GetBytes(string1); in particularly ASCII.GetBytes(string1) ...
0
by: SteveS | last post by:
Can anyone help with a mysterious problem that has arisen since 'upgrading' from 8 to 9.2.0.4? The situation is this: Queries that worked fine under 8 are now producing *really* strange...
2
by: M Wells | last post by:
Hi All, I'm trying to track down a mysterious problem we're experiencing in which updates and inserts to tables in our mssql2k server appear to be 'disappearing.' To explain our situation: ...
1
by: Bruce W.1 | last post by:
BACKGROUND My ASP.NET app has been running (or rather available) on a server for about 4 months now. The server is at http://www.webhost4life.com/ They don't add cookies to any of the sites...
13
by: Max | last post by:
Hi There! I'm having a mysterious error right after I login using Forms Authentication in my ASP.NET app. Below is the error... Exception Details: System.NullReferenceException: Object...
5
by: Sergey | last post by:
Hi everyone, It looks like a mystery, but I hope there should be some explanation to the issue I experience. Once in a blue moon a random stored procedure stops working the way it was designed....
54
by: CoreyWhite | last post by:
The following experiment is a demonstration of TIME TRAVEL. When writing this program, and testing it out I found that sometimes the program would engage itself in time travel but other times it...
33
by: Martin Jørgensen | last post by:
Hi, In continuation of the thread I made "perhaps a stack problem? Long calculations - strange error?", I think I now got a "stable" error, meaning that the error always seem to come here now...
9
by: Gerry | last post by:
I'm using pyExcelerator and xlrd to read and write data from and to two spreadsheets. I created the "read" spreadsheet by importing a text file - and I had no unicode aspirations. When I read...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
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,...

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.