Click here to Skip to main content
16,011,567 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Can I write a Client to navigate web pages? Pin
alex.barylski6-Sep-05 14:19
alex.barylski6-Sep-05 14:19 
GeneralRe: Can I write a Client to navigate web pages? Pin
Bryan Anslow7-Sep-05 5:40
Bryan Anslow7-Sep-05 5:40 
Questiondefault error page in web.config Pin
phamus6-Sep-05 8:51
phamus6-Sep-05 8:51 
AnswerRe: default error page in web.config Pin
Andy Brummer6-Sep-05 9:00
sitebuilderAndy Brummer6-Sep-05 9:00 
GeneralRe: default error page in web.config Pin
phamus6-Sep-05 9:09
phamus6-Sep-05 9:09 
Questionscript attacks Pin
phamus6-Sep-05 8:48
phamus6-Sep-05 8:48 
AnswerRe: script attacks Pin
Christian Graus6-Sep-05 11:34
protectorChristian Graus6-Sep-05 11:34 
AnswerRe: script attacks Pin
Guffa7-Sep-05 1:43
Guffa7-Sep-05 1:43 
If you make sure that you properly html encode all data coming from the user that you output, you are safe from script attacks.

Also, by default the web server is set not to accept any input that contains anything that can be html. You have to set ValidateRequest to false to disable this.

---
b { font-weight: normal; }

GeneralRe: script attacks Pin
phamus8-Sep-05 5:53
phamus8-Sep-05 5:53 
QuestionAdd user control Pin
reza toorani5-Sep-05 22:44
reza toorani5-Sep-05 22:44 
QuestionHow can i develop polar chart in .NET? Pin
Anonymous5-Sep-05 20:26
Anonymous5-Sep-05 20:26 
Questionrunning three web applications Pin
smita_roy5-Sep-05 19:11
smita_roy5-Sep-05 19:11 
AnswerRe: running three web applications Pin
enjoycrack5-Sep-05 20:27
enjoycrack5-Sep-05 20:27 
QuestionHow to write a browser plug-in Pin
Pradipta Basu4-Sep-05 22:59
Pradipta Basu4-Sep-05 22:59 
AnswerRe: How to write a browser plug-in Pin
alex.barylski6-Sep-05 14:25
alex.barylski6-Sep-05 14:25 
GeneralRe: How to write a browser plug-in Pin
Pradipta Basu11-Feb-06 9:14
Pradipta Basu11-Feb-06 9:14 
QuestionPictures in Html Help Workshop Pin
a_kiani4-Sep-05 3:11
a_kiani4-Sep-05 3:11 
QuestionData Bound Radio buttons Pin
Shrex4-Sep-05 0:20
Shrex4-Sep-05 0:20 
QuestionHelp with my Senior Project!! Pin
jilliebeen3-Sep-05 14:56
jilliebeen3-Sep-05 14:56 
AnswerRe: Help with my Senior Project!! Pin
Guffa3-Sep-05 16:24
Guffa3-Sep-05 16:24 
AnswerRe: Help with my Senior Project!! Pin
Christian Graus4-Sep-05 11:01
protectorChristian Graus4-Sep-05 11:01 
AnswerRe: Help with my Senior Project!! Pin
alex.barylski6-Sep-05 14:28
alex.barylski6-Sep-05 14:28 
QuestionHttpRequest Timeout Problem Pin
surfman193-Sep-05 13:46
surfman193-Sep-05 13:46 
QuestionBasic use of Google Maps with ASP.NET Pin
jjrdk3-Sep-05 6:24
jjrdk3-Sep-05 6:24 
QuestionDocument object model Pin
mathumitha3-Sep-05 4:53
mathumitha3-Sep-05 4:53 

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.