473,396 Members | 2,121 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.

Where are my images?

CK
Hi all,
I have a strange problem. I have a login.aspx web form i use for logging in
to my app. It uses the asp:LoginView and asp:Login controls respectively. I
have this strange bug i can not figure out. When the user initially hits the
page, the styles are not applied and no images show up. Like I am using a
graphic for the sign on button. In the Designer in Visual Studio 2005 the
page looks exactly how I expect. Anyways, if you login and are
authenticated, you can press the back button and the page looks correct. All
the images are there, the styles are what I set them. I viewed the source in
and the paths to the images are the same etc... Any Ideas on how I can fix
this? Color and font styling seem to work. It is basically images are not
showing as they should. Including the image I point to in the <bodytag.
I am using themes and skin files and everything else seems to be working in
the app once the user is logged in. And I turn on enable themeing is set to
true and the there is a page directive that point to the theme.
Any ideas or suggestions? All feedback is appreciated.

Regards,
~CK
Sep 26 '06 #1
2 1312
Hi,
I think you should allow anonymous access to your images folder like this
<location path="images">
<system.web>
<authorization>
<allow users="*"/>
</authorization>
</system.web>
</location>

please let me know if you still have problems

Regards,
Mohamed Mosalem
"CK" <c_**********@hotmail.comwrote in message
news:lN*****************@newssvr12.news.prodigy.co m...
Hi all,
I have a strange problem. I have a login.aspx web form i use for logging
in to my app. It uses the asp:LoginView and asp:Login controls
respectively. I have this strange bug i can not figure out. When the user
initially hits the page, the styles are not applied and no images show up.
Like I am using a graphic for the sign on button. In the Designer in
Visual Studio 2005 the page looks exactly how I expect. Anyways, if you
login and are authenticated, you can press the back button and the page
looks correct. All the images are there, the styles are what I set them. I
viewed the source in and the paths to the images are the same etc... Any
Ideas on how I can fix this? Color and font styling seem to work. It is
basically images are not showing as they should. Including the image I
point to in the <bodytag.
I am using themes and skin files and everything else seems to be working
in the app once the user is logged in. And I turn on enable themeing is
set to true and the there is a page directive that point to the theme.
Any ideas or suggestions? All feedback is appreciated.

Regards,
~CK

Sep 26 '06 #2
CK
Awesome. That did it!!!! Thanks Mohamed.
"Mohamed Mosalem" <mo*************@hotmail.comwrote in message
news:ek**************@TK2MSFTNGP06.phx.gbl...
Hi,
I think you should allow anonymous access to your images folder like this
<location path="images">
<system.web>
<authorization>
<allow users="*"/>
</authorization>
</system.web>
</location>

please let me know if you still have problems

Regards,
Mohamed Mosalem
"CK" <c_**********@hotmail.comwrote in message
news:lN*****************@newssvr12.news.prodigy.co m...
>Hi all,
I have a strange problem. I have a login.aspx web form i use for logging
in to my app. It uses the asp:LoginView and asp:Login controls
respectively. I have this strange bug i can not figure out. When the user
initially hits the page, the styles are not applied and no images show
up. Like I am using a graphic for the sign on button. In the Designer in
Visual Studio 2005 the page looks exactly how I expect. Anyways, if you
login and are authenticated, you can press the back button and the page
looks correct. All the images are there, the styles are what I set them.
I viewed the source in and the paths to the images are the same etc...
Any Ideas on how I can fix this? Color and font styling seem to work. It
is basically images are not showing as they should. Including the image I
point to in the <bodytag.
I am using themes and skin files and everything else seems to be working
in the app once the user is logged in. And I turn on enable themeing is
set to true and the there is a page directive that point to the theme.
Any ideas or suggestions? All feedback is appreciated.

Regards,
~CK


Sep 26 '06 #3

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

Similar topics

6
by: S. David Rose | last post by:
Hello All! I am new to Python, and wanted to know if I might ask you a question regarding timing. I want a main loop which takes photos from 8 different web-cams, each can be addressed by...
2
by: Nat | last post by:
Hi there, I have code as following but it returns error Error Type: Microsoft VBScript compilation (0x800A03F6) Expected 'End' /urbisjhdintranet/metadata/resultList.asp, line 324 which is the...
0
by: Perttu Pulkkinen | last post by:
I am doing a news-oriented multiuser cms, where authors can design html-pages or plaintext-pages and then editor(s) accept them. Also they can load images, at least five - maybe. But I don't know...
5
by: Applebrown | last post by:
Hello, basically, I'm just learning intermediate CSS and trying to convert my old table webpage completely to CSS. Hoorah, right? Well, it's not quite going as planned. It's an extremely simple...
2
by: FrankStallone | last post by:
I am just getting started in XML and I made my first xml, dtd and xslt file and XML spy said they were all valid and they worked. This was the xslt doc that worked. <?xml version="1.0"...
2
by: sandman | last post by:
I created an ImageList in the .NET Designer. Now I can't figure out where the images are located. Where is all this stuff stored and how do I read it? (me personally, I mean -the computer is...
4
by: MC D | last post by:
I'm new to win forms programming, and am having a bit of trouble figuring out where to place images that will accompany the program. Do you place them in the bin directory?? What if you are making...
8
by: Lloyd Sheen | last post by:
I have a list of JPG's which are found in a SQL Server database. When the page selects a certain piece of data it will refer to the file system (resident on IIS server with a virtual directory)...
4
by: John Kotuby | last post by:
Cleveland? Hi all, I am writing an ASP.NET 2.0 application in VB.NET. My boss doesn't like the fact that I still use either rectangular or the default browser buttons on my pages. He says it...
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
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
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,...
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
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.