Click here to Skip to main content

Welcome to the Lounge

   

For lazing about and discussing anything in a software developer's life that takes your fancy.
The Lounge is rated PG. If you're about to post something you wouldn't want your kid sister to read then don't post it. No flame wars, no abusive conduct and please don't post ads.

Technical discussions are welcome, but if you need specific help please use the programming forums.


 
You must Sign In to use this message board.
Search this forum  
    Spacing  Noise  Layout  Per page  Show 
GeneralRe: Upgrade Cascade (Entity Framework, .Net, Windows, SQL Server)protectorAspDotNetDev4 Oct '12 - 19:46 
Funny thing is we already have licenses. We just need the personnel to perform the upgrades. I'm just a web monkey; they don't (usually) let me install stuff on the servers. They already have plenty of DBA's, software engineers, and license managers to avoid installs as long as possible. Smile | :)

AnswerRe: Upgrade Cascade (Entity Framework, .Net, Windows, SQL Server)memberJulien Villers4 Oct '12 - 22:38 
Or you could use Mono and their tools or other open source alternatives, if you want to run your stack on FOSS.
 
Microsoft has arguably the best dev tools around, if you're willing to pay the costs. If not, you can mix and match, but you'll get out of the highway and into the country trails...
'I'm French! Why do you think I've got this outrrrrageous accent?' Monty Python and the Holy Grail

General.NET is Hell (subtitle: Microsoft warning!)memberBCantor4 Oct '12 - 13:20 
I get an email whenever there's an error on my webapps. We recently initiated a service to do Red-Siren testing; e.g., testing for any security issues.
 
Got an error message today.
Of most interest, and danged funny at that, is the unedited, verbatim "Error Message" from Microsoft's lovely .NET Framework ... (emphasis added)
 
URL: https : / / www.RedactedWebSite.com /SomeWebApp/ThatLoginPage.aspx?ReturnUrl=%2fSomeWebApp%2fDefault.aspx%3faction%3dppr&action=ppr%3CScript%20%3Ealert(%22HelloSIG%22)%3C/Script%3E
Error Date: [redacted]
 
Error Message: A potentially dangerous Request.QueryString value was
detected from the client (action="ppr<Script >alert("Hell..."
 
Albeit a little late (going on 7+ years of .NET programming...), thanks for the warning Microsoft!
GeneralRe: .NET is Hell (subtitle: Microsoft warning!)memberziggyfish4 Oct '12 - 14:14 
Its not .NET's fault, its actually a XSS attack, that the tool is testing for. What the tool is saying, is that you should validate the input before that URL has a chance to be generated. You can cause a lot of problem for your users if you have XSS vulnerabilities, its what virus writers use to spread the virus over the internet.
 
You should raise this as a serious bug with the original developers.
GeneralRe: .NET is Hell (subtitle: Microsoft warning!)memberdevvvy4 Oct '12 - 18:03 
Ziggy - if the guy can't even distinguish whether this is a .NET problem or a scripting problem - it's unlikely he/she can/will be able to protect his/her apps/enterprise he/she is working for.
dev

GeneralRe: .NET is Hell (subtitle: Microsoft warning!)memberziggyfish4 Oct '12 - 18:09 
Agreed. However teaching people what that error message actually means, and what he needs to do to avoid those errors benefits all of us.
 
XSS is possible in this site as well (example is this), so its not a common problem that every developer knows about.
GeneralRe: .NET is Hell (subtitle: Microsoft warning!)memberdevvvy4 Oct '12 - 18:29 
reminds me olden days they used to say "COM is Love"
dev

GeneralRe: .NET is Hell (subtitle: Microsoft warning!)memberBCantor5 Oct '12 - 5:01 
People, get a clue!!
 
It's a humor post, not of "Hey, I dunno what is happening here.".
 
I am 100% knowing this is a scripting "error" (XSS) as such that the Pen(etration) / Red-Siren test has resulted in and not that of a ".NET error".
 
The post is a jab at Microsoft .NET. Specifically, .NET is (like) HELL (figuratively speaking) to work in sometimes (... actually, much more than "sometimes"!!).
 
WTF | :WTF: If some don't agree of the humor-angle, no apologies are offered for the faining upon anyone's sacred .NET altar. WTF | :WTF:
GeneralRe: .NET is Hell (subtitle: Microsoft warning!)memberdevvvy7 Oct '12 - 14:42 
lol sorry dude my mistake!
dev

GeneralRe: .NET is Hell (subtitle: Microsoft warning!)memberziggyfish4 Oct '12 - 14:18 
Also they actually call this type of testing, Pen[etration] testing, never heard of Red-Siren testing.

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


Advertise | Privacy | Mobile
Web03 | 2.6.130523.1 | Last Updated 24 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid