Click here to Skip to main content
15,881,559 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: addin to gridview dynamically [modified] Pin
raju melveetilpurayil10-Jun-10 10:39
professionalraju melveetilpurayil10-Jun-10 10:39 
QuestionHow to rewrite global resources value programatically?Or how to create a new global resources file for new language dynamically? Pin
mehran.asg10-Jun-10 8:50
mehran.asg10-Jun-10 8:50 
AnswerRe: How to rewrite global resources value programatically?Or how to create a new global resources file for new language dynamically? Pin
PSK_10-Jun-10 16:05
PSK_10-Jun-10 16:05 
QuestionForms Authentication - weird behavior Pin
Member 391904910-Jun-10 5:57
Member 391904910-Jun-10 5:57 
AnswerRe: Forms Authentication - weird behavior Pin
Dimitri Witkowski10-Jun-10 6:28
Dimitri Witkowski10-Jun-10 6:28 
GeneralRe: Forms Authentication - weird behavior Pin
Member 391904910-Jun-10 6:45
Member 391904910-Jun-10 6:45 
GeneralRe: Forms Authentication - weird behavior Pin
Dimitri Witkowski10-Jun-10 6:49
Dimitri Witkowski10-Jun-10 6:49 
GeneralRe: Forms Authentication - weird behavior Pin
Member 391904910-Jun-10 6:57
Member 391904910-Jun-10 6:57 
Ok - I put the following config sections in my Web.config but I'm still getting the same behavior:

<location path="images">
<system.web>
<authorization>
<allow users="?"/>
</authorization>
</system.web>
</location>
<location path="css">
<system.web>
<authorization>
<allow users="?"/>
</authorization>
</system.web>
</location>

I tried: allow users="*" but it didn't work so I figured I'd try: allow users="?" since the images on the Login page will need to be displayed for unauthenticated users.

The structure under my website is ./resources/images/myimage.jpg with a similar structure for the css directory.

.NET wouldn't let me specify a path starting with "." or "/" or ending with "/" so I ended up using the config sections above. However, the images and styles still aren't displaying.
GeneralRe: Forms Authentication - weird behavior Pin
Dimitri Witkowski10-Jun-10 7:05
Dimitri Witkowski10-Jun-10 7:05 
QuestionRe: Forms Authentication - weird behavior Pin
Member 391904910-Jun-10 7:22
Member 391904910-Jun-10 7:22 
Questionimage with asp.net and sql Pin
Aljaz11110-Jun-10 5:17
Aljaz11110-Jun-10 5:17 
AnswerRe: image with asp.net and sql Pin
Sandeep Mewara10-Jun-10 19:30
mveSandeep Mewara10-Jun-10 19:30 
GeneralRe: image with asp.net and sql Pin
Aljaz11110-Jun-10 23:42
Aljaz11110-Jun-10 23:42 
QuestionSimple authentication without roles Pin
Hemant Thaker10-Jun-10 4:58
Hemant Thaker10-Jun-10 4:58 
AnswerRe: Simple authentication without roles Pin
R. Giskard Reventlov10-Jun-10 5:09
R. Giskard Reventlov10-Jun-10 5:09 
QuestionRe: Simple authentication without roles Pin
Hemant Thaker10-Jun-10 5:18
Hemant Thaker10-Jun-10 5:18 
AnswerRe: Simple authentication without roles Pin
R. Giskard Reventlov10-Jun-10 5:25
R. Giskard Reventlov10-Jun-10 5:25 
QuestionRe: Simple authentication without roles Pin
Hemant Thaker10-Jun-10 8:31
Hemant Thaker10-Jun-10 8:31 
AnswerRe: Simple authentication without roles Pin
raju melveetilpurayil10-Jun-10 8:52
professionalraju melveetilpurayil10-Jun-10 8:52 
AnswerRe: Simple authentication without roles Pin
R. Giskard Reventlov10-Jun-10 22:26
R. Giskard Reventlov10-Jun-10 22:26 
Questionfusion chart from xml Pin
KhandelwalA10-Jun-10 2:42
KhandelwalA10-Jun-10 2:42 
AnswerRe: fusion chart from xml Pin
Peace ON10-Jun-10 2:49
Peace ON10-Jun-10 2:49 
GeneralRe: fusion chart from xml...............Resolved Pin
KhandelwalA10-Jun-10 3:04
KhandelwalA10-Jun-10 3:04 
Questionhow to get the client ip address who login his system in asp.net with c# Pin
developerit10-Jun-10 0:54
developerit10-Jun-10 0:54 
AnswerRe: how to get the client ip address who login his system in asp.net with c# Pin
Peace ON10-Jun-10 1:09
Peace ON10-Jun-10 1:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.