473,804 Members | 3,447 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1327
Hi,
I think you should allow anonymous access to your images folder like this
<location path="images">
<system.web>
<authorizatio n>
<allow users="*"/>
</authorization>
</system.web>
</location>

please let me know if you still have problems

Regards,
Mohamed Mosalem
"CK" <c_**********@h otmail.comwrote in message
news:lN******** *********@newss vr12.news.prodi gy.com...
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.comwr ote in message
news:ek******** ******@TK2MSFTN GP06.phx.gbl...
Hi,
I think you should allow anonymous access to your images folder like this
<location path="images">
<system.web>
<authorizatio n>
<allow users="*"/>
</authorization>
</system.web>
</location>

please let me know if you still have problems

Regards,
Mohamed Mosalem
"CK" <c_**********@h otmail.comwrote in message
news:lN******** *********@newss vr12.news.prodi gy.com...
>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
1824
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 http://ip-addr/image.jpg. That's the easy part, but I want to have 2 cameras poll 3-times a second, 4 cameras poll 2 times a second, and the remaining 2 cameras poll once a second. I have found lots of info suggesting the use of threads for this, all...
2
1981
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 second last line at the end of the code. I have no idea where to put 'end'. It would be great if anyone could help. Thanks heaps! Nat
0
1170
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 yet where should I place tha imagedata. Options are at least: 1) To same table with the pagematerial, which naturally connects images with pages but on the other hand limit the number of images/pages. Also I am afraid, will this cause speed...
5
12352
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 layout, and I'm finding myself stuck with small white space in between my images where I planned for the graphics to be stacked up right on top of one another. Here's the simple vertical layout: width is 640px, centered with a CSS border. I'd...
2
1634
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" encoding="UTF-8"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:output method="html" version="1.0" encoding="UTF-8" indent="yes"/> <xsl:template match="/">
2
1671
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 doing it just fine.) sandman *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it!
4
1034
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 a control library to accompany the app, and there are images that accompany the controls? Do you place them in with the library, but then how is it distributed if the control library is just a .dll? Sorry if my question is confusing... I'm...
8
1779
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) and files contained within a certain folder. I have been trying for quite a while to set the ImageURL of an image control to the correct information. I have googled till my mind hurts but can find nothing to help. I have even tried to copy the...
4
2174
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 doesn't look like web 2.0. He is correct (he's the boss). Are the now-common oval (some in 3D) buttons just images or is there a way
0
9711
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
10331
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
9166
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
7631
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
6861
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
5667
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4306
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
3831
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3001
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.