Click here to Skip to main content
16,006,341 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Wrap ASP site with .Net access control Pin
#realJSOP22-Jul-07 0:53
professional#realJSOP22-Jul-07 0:53 
GeneralRe: Wrap ASP site with .Net access control Pin
Christian Graus22-Jul-07 10:35
protectorChristian Graus22-Jul-07 10:35 
QuestionAddress Pin
boyindie20-Jul-07 10:43
boyindie20-Jul-07 10:43 
AnswerRe: Address Pin
Fred_Smith20-Jul-07 10:53
Fred_Smith20-Jul-07 10:53 
QuestionEdit the code of asp.net in run mode Pin
ciacia20-Jul-07 8:59
ciacia20-Jul-07 8:59 
AnswerRe: Edit the code of asp.net in run mode Pin
Colin Angus Mackay20-Jul-07 9:14
Colin Angus Mackay20-Jul-07 9:14 
GeneralRe: Edit the code of asp.net in run mode Pin
ciacia20-Jul-07 9:23
ciacia20-Jul-07 9:23 
GeneralRe: Edit the code of asp.net in run mode Pin
Colin Angus Mackay20-Jul-07 9:42
Colin Angus Mackay20-Jul-07 9:42 
ciacia wrote:
can you please tell me how do I achive it?


It is very unwise. It also opens your application to more security concerns. Things that ASP.NET and IIS would have taken care off for you but you now have to handle yourself.


ciacia wrote:
I want to execute sql statement to compare two dates on my web page with the one in the database
strsql = "select * from emp where My_date >= " & FDAte & " and Mydate >= " & TDate
where Fdate and Tdate are strings containing valid date.I tried using ' and also #


And this question shows that you don't have a sufficient understanding of security. Any guidance that I could give on your problem in the space of a forum post wouldn't be enough to protect you from yourself.

You might want to read up on security before you go much further with this project.

The first thing to read is about SQL Injection attacks and you are vulnerable to that right now. See SQL Injection Attacks and tips on how to prevent them[^]

I'm sorry this doesn't answer your question, but there are other things you really need to learn first, in my opinion.


Upcoming events:
* Glasgow: Mock Objects, SQL Server CLR Integration, Reporting Services, db4o, Dependency Injection with Spring ...

"I wouldn't say boo to a goose. I'm not a coward, I just realise that it would be largely pointless."


My website

QuestionVB.Net Vs C# Pin
Amit Kumar G20-Jul-07 7:54
Amit Kumar G20-Jul-07 7:54 
AnswerRe: VB.Net Vs C# Pin
Colin Angus Mackay20-Jul-07 9:14
Colin Angus Mackay20-Jul-07 9:14 
AnswerRe: VB.Net Vs C# Pin
Fred_Smith20-Jul-07 9:27
Fred_Smith20-Jul-07 9:27 
AnswerRe: VB.Net Vs C# Pin
Amit Kumar G20-Jul-07 9:51
Amit Kumar G20-Jul-07 9:51 
GeneralRe: VB.Net Vs C# Pin
Cfer8320-Jul-07 10:17
Cfer8320-Jul-07 10:17 
AnswerRe: VB.Net Vs C# Pin
Christian Graus20-Jul-07 21:37
protectorChristian Graus20-Jul-07 21:37 
QuestionLoop through DOM? [modified] Pin
SD102120-Jul-07 7:33
SD102120-Jul-07 7:33 
Questionenum values Pin
boyindie20-Jul-07 5:23
boyindie20-Jul-07 5:23 
AnswerRe: enum values Pin
Fred_Smith20-Jul-07 5:43
Fred_Smith20-Jul-07 5:43 
GeneralRe: enum values Pin
boyindie20-Jul-07 5:48
boyindie20-Jul-07 5:48 
GeneralRe: enum values Pin
Fred_Smith20-Jul-07 5:51
Fred_Smith20-Jul-07 5:51 
GeneralRe: enum values Pin
boyindie20-Jul-07 5:52
boyindie20-Jul-07 5:52 
GeneralRe: enum values Pin
Fred_Smith20-Jul-07 5:57
Fred_Smith20-Jul-07 5:57 
GeneralRe: enum values Pin
boyindie20-Jul-07 5:58
boyindie20-Jul-07 5:58 
GeneralRe: enum values Pin
Fred_Smith20-Jul-07 6:01
Fred_Smith20-Jul-07 6:01 
GeneralRe: enum values Pin
boyindie20-Jul-07 6:19
boyindie20-Jul-07 6:19 
GeneralRe: enum values Pin
Fred_Smith20-Jul-07 6:31
Fred_Smith20-Jul-07 6:31 

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.