473,396 Members | 1,965 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.

css missing

I am for the first time using css.

The problem is that the first page of my application is shown without the
css formats, but only in de VStudio environent. The first page is the logon
page (not named login.aspx) but with my own coding . When I successfully
login then all further pages are shown with the css.

When compiling the application and ftp it to the service provider there is
no problem, ie it shows the css.

The authentication mode is forms, when i change it to windows on the
development machine there is of course no problem. I have checked all
directories and as far as i can see all have permission for the aspnet user.

Am I overlooking something?

Thanks

Jos
Mar 5 '07 #1
2 1113
Are you using an external css file?
If so, it's possible that you forgot to reference it in that one aspx page.

--
David Wier
MVP/ASPInsider
http://aspnet101.com
http://aspexpress.com

"jos" <jo*@discussions.microsoft.comwrote in message
news:DA**********************************@microsof t.com...
I am for the first time using css.

The problem is that the first page of my application is shown without the
css formats, but only in de VStudio environent. The first page is the
logon
page (not named login.aspx) but with my own coding . When I successfully
login then all further pages are shown with the css.

When compiling the application and ftp it to the service provider there is
no problem, ie it shows the css.

The authentication mode is forms, when i change it to windows on the
development machine there is of course no problem. I have checked all
directories and as far as i can see all have permission for the aspnet
user.
>
Am I overlooking something?

Thanks

Jos


Mar 5 '07 #2
David Wier wrote:
Are you using an external css file?
If so, it's possible that you forgot to reference it in that one aspx page.
had the same problem.

after entering the following block in the web.config for the stylesheet

<location path="your_stylesheet.css">
<system.web>
<authorization>
<allow users="*"/>
</authorization>
</system.web>
</location>

everything worked.

seems there is a rights-problem using forms-authentication together with
stylesheets. if you use any other files/paths in your stylesheet or form
you have to grant access like in the example above too.

hope it helps

mike
Mar 5 '07 #3

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

Similar topics

5
by: Steven T. Hatton | last post by:
If you happen to have Accelerated C++ by Koenig and Moo, and haven't gotten around to reading it, I suggest you count the pages between page 18 and page 51. I came up with zero. This is very...
7
by: Corepaul | last post by:
Missing Help Files When I enter "recordset" as the keyword and search the Visual Basic Help index, I get many topics of interest in the resulting list. But there isn't any information available...
102
by: Skybuck Flying | last post by:
Sometime ago on the comp.lang.c, I saw a teacher's post asking why C compilers produce so many error messages as soon as a closing bracket is missing. The response was simply because the compiler...
0
by: kris | last post by:
hi can any one help me out, i have written a code for Word Indexing using Dll's i think this is an incomplete code for WORD INDEX. I had encountered this error "Error! No index entries found"...
17
by: Justin Emlay | last post by:
I'm hopping someone can help me out on a payroll project I need to implement. To start we are dealing with payroll periods. So we are dealing with an exact 10 days (Monday - Friday, 2 weeks). ...
2
by: jodyblau | last post by:
I have noticed that when I move my database onto a different computer, I often get a message about some reference missing. So I go into the reference list, and find the one that says "Missing,"...
0
by: youth | last post by:
I am trying to bind the DB2 utlities to a new database that was created by our DBAs. Each time I try I get the following: db2ajgrt.bnd - No errors db2clish.bnd - 13 errors all for missing...
5
by: le0 | last post by:
Hello guys, Im really having a hard time doing this, I have a record set with the ItemNo field with the data type as Text. In the record that I have, I want to find the missing number in the...
1
by: BobPaul | last post by:
I'm following code out of a howto book and this is really bugging me. This header file was created by VStudio 6.0 when I did a "Right Click: Add Member Function" CLine is a class I wrote (per the...
3
by: Fred Chateau | last post by:
Still working on my XML DataSet... Having moved on past difficult and complex problems, resolved with the assistance of everyone here, I find myself facing yet another problem. My XML document...
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
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
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...

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.