Click here to Skip to main content
15,921,793 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: User Control Error Pin
Edbert P20-Jun-06 20:37
Edbert P20-Jun-06 20:37 
GeneralRe: User Control Error Pin
dotnetquery20-Jun-06 20:53
dotnetquery20-Jun-06 20:53 
Questioncapturing RAISERROR message in the front end Pin
sishya20-Jun-06 18:12
sishya20-Jun-06 18:12 
AnswerRe: capturing RAISERROR message in the front end Pin
Nagraj Naik20-Jun-06 20:04
Nagraj Naik20-Jun-06 20:04 
Generalpls tell how to capture this Message from frontend interface Pin
sishya20-Jun-06 23:18
sishya20-Jun-06 23:18 
GeneralRe: pls tell how to capture this Message from frontend interface Pin
Nagraj Naik21-Jun-06 2:56
Nagraj Naik21-Jun-06 2:56 
Questionstop pop up Authentication window in asp.net Pin
R_raghu20-Jun-06 17:58
R_raghu20-Jun-06 17:58 
AnswerRe: stop pop up Authentication window in asp.net [modified] Pin
Edbert P20-Jun-06 19:49
Edbert P20-Jun-06 19:49 
You can simply put your pages in a different web folder and place a web.config file on that particular folder which allows anonymous access (see below). Also if I'm not wrong you can set specific permission to folders from IIS.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>   
  <system.web>
    <authorization>
        <allow users="*" />
    </authorization>
 </system.web>
</configuration>


Odd...the pre tag didn't preserve the < and >

"Democracy is two wolves and a sheep voting on what to have for dinner" - Ross

Edbert
Sydney, Australia

-- modified at 1:51 Wednesday 21st June, 2006
Questionhaving flash menu button in asp Pin
campbells20-Jun-06 16:53
campbells20-Jun-06 16:53 
QuestionPoll : average ASP.NET form dev time? Pin
Tillman Erb20-Jun-06 10:37
Tillman Erb20-Jun-06 10:37 
Answer50 hours!! Pin
Joshua Lunsford20-Jun-06 12:35
Joshua Lunsford20-Jun-06 12:35 
AnswerRe: Poll : average ASP.NET form dev time? Pin
Mircea Grelus20-Jun-06 12:59
Mircea Grelus20-Jun-06 12:59 
QuestionPlease Please guys come on i really need that viewstate can you just help me ?? Pin
Mohammed Amine20-Jun-06 10:24
Mohammed Amine20-Jun-06 10:24 
AnswerRe: Please Please guys come on i really need that viewstate can you just help me ?? Pin
Raj Lal20-Jun-06 11:12
professionalRaj Lal20-Jun-06 11:12 
GeneralRe: Please Please guys come on i really need that viewstate can you just help me ?? Pin
Mohammed Amine20-Jun-06 11:17
Mohammed Amine20-Jun-06 11:17 
AnswerRe: Please Please guys come on i really need that viewstate can you just help me ?? Pin
_AK_20-Jun-06 18:42
_AK_20-Jun-06 18:42 
Questiondatabase manipulation with ASP.NET Pin
sgeezee20-Jun-06 9:48
sgeezee20-Jun-06 9:48 
AnswerRe: database manipulation with ASP.NET Pin
Raj Lal20-Jun-06 11:14
professionalRaj Lal20-Jun-06 11:14 
QuestionDatagrid-Boundcolumn.dataformatstring property Pin
Dhruvil20-Jun-06 9:33
Dhruvil20-Jun-06 9:33 
AnswerRe: Datagrid-Boundcolumn.dataformatstring property Pin
Nagraj Naik20-Jun-06 20:32
Nagraj Naik20-Jun-06 20:32 
QuestionEditing Somone Elses Work..... Pin
Matthew Hazlett20-Jun-06 8:47
Matthew Hazlett20-Jun-06 8:47 
AnswerRe: Editing Somone Elses Work..... Pin
Raj Lal20-Jun-06 11:16
professionalRaj Lal20-Jun-06 11:16 
QuestionMaximum open connections in ASP .NET? Pin
mcintyre23120-Jun-06 6:41
mcintyre23120-Jun-06 6:41 
QuestionAre sql query command strings secure in ASP.NET? Pin
timothymburke20-Jun-06 5:43
timothymburke20-Jun-06 5:43 
AnswerRe: Are sql query command strings secure in ASP.NET? Pin
Guffa20-Jun-06 6:38
Guffa20-Jun-06 6:38 

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.