Click here to Skip to main content
15,887,485 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: C# PDF Printing Pin
Richard MacCutchan3-Jun-15 5:20
mveRichard MacCutchan3-Jun-15 5:20 
QuestionExecuteNonQuery SQL injection error from concatanating C# client values into a hard coded SQL string making a call to a SQL server. Pin
Stephen Holdorf3-Jun-15 4:43
Stephen Holdorf3-Jun-15 4:43 
AnswerRe: ExecuteNonQuery SQL injection error from concatanating C# client values into a hard coded SQL string making a call to a SQL server. Pin
Richard Deeming3-Jun-15 4:52
mveRichard Deeming3-Jun-15 4:52 
QuestionAzure storage-blob for basic asp.net MVC5 dynamic Website? Pin
apoxe3-Jun-15 4:37
apoxe3-Jun-15 4:37 
QuestionRunning MP4 video from the web. app. Pin
esb772-Jun-15 3:26
esb772-Jun-15 3:26 
GeneralRe: Running MP4 video from the web. app. Pin
Richard MacCutchan2-Jun-15 5:23
mveRichard MacCutchan2-Jun-15 5:23 
AnswerRe: Running MP4 video from the web. app. Pin
F-ES Sitecore2-Jun-15 5:31
professionalF-ES Sitecore2-Jun-15 5:31 
QuestionA bit lost here... Pin
Kornfeld Eliyahu Peter2-Jun-15 1:22
professionalKornfeld Eliyahu Peter2-Jun-15 1:22 
I have an old application (using ASP.NET 2.0) running well on several IIS version from 6 to 7.5, but have a strange behaviour on 8.0/8.5

The application uses the Microsoft Ajax library on the client side, and the code goes like this:
HTML
<html>
  <head>
    .. all the styles and scripts included here...
  </head>
  <body>
    ...the markup of the page goes here...
    <script>
      Sys.Application.add_load(function (sender, args) {
        if (!args.get_isPartialLoad()) {
            window.radopen('/Michlol3/GeneralPages/Agreement.aspx?guid=421b25ef-9815-4588-861a-08ecb17f7e5e', 'idAgreementWindow');
        }
      });
      Sys.Application.initialize();
      ...more in-page script here...
    </script>
  </body>
<html>

From all IIS versions it looks the same and all content in place, but, when served from IIS 8.0/8.5 (2012 or 2012 R2 server) the window Agreement.aspx never opened...

This code is pure client-side and I can not understand how it related to the IIS version, but the only difference between the two tested environments is the version (of the OS and IIS)...

I'm aware that this is not a good question, and I'm not looking for a direct solution, but more for ideas of what to check more...Of course, if you had the same problem and got any solution - do not hesitate to share Smile | :) ...
Skipper: We'll fix it.
Alex: Fix it? How you gonna fix this?
Skipper: Grit, spit and a whole lotta duct tape.

SuggestionRe: A bit lost here... Pin
Richard Deeming2-Jun-15 5:54
mveRichard Deeming2-Jun-15 5:54 
GeneralRe: A bit lost here... Pin
Kornfeld Eliyahu Peter2-Jun-15 20:28
professionalKornfeld Eliyahu Peter2-Jun-15 20:28 
QuestionRegarding one to one Video calling with Chat Pin
Usefuldesk2-Jun-15 1:22
Usefuldesk2-Jun-15 1:22 
SuggestionRe: Regarding one to one Video calling with Chat Pin
Richard MacCutchan2-Jun-15 2:29
mveRichard MacCutchan2-Jun-15 2:29 
QuestionAdd windows form module in Web application Pin
Aniiil1-Jun-15 22:33
Aniiil1-Jun-15 22:33 
Answer[repost] Pin
F-ES Sitecore2-Jun-15 0:43
professionalF-ES Sitecore2-Jun-15 0:43 
GeneralRe: [repost] Pin
Aniiil2-Jun-15 0:58
Aniiil2-Jun-15 0:58 
QuestionDesign view for MVC its now 2015 Pin
Member 117338681-Jun-15 10:26
Member 117338681-Jun-15 10:26 
AnswerRe: Design view for MVC its now 2015 Pin
F-ES Sitecore1-Jun-15 22:28
professionalF-ES Sitecore1-Jun-15 22:28 
GeneralRe: Design view for MVC its now 2015 Pin
Member 117338682-Jun-15 12:08
Member 117338682-Jun-15 12:08 
GeneralRe: Design view for MVC its now 2015 Pin
F-ES Sitecore2-Jun-15 12:23
professionalF-ES Sitecore2-Jun-15 12:23 
GeneralRe: Design view for MVC its now 2015 Pin
Member 117338682-Jun-15 13:26
Member 117338682-Jun-15 13:26 
Questionedit respective record after login Pin
Mahima Singh1-Jun-15 1:14
professionalMahima Singh1-Jun-15 1:14 
AnswerRe: edit respective record after login Pin
Afzaal Ahmad Zeeshan1-Jun-15 6:08
professionalAfzaal Ahmad Zeeshan1-Jun-15 6:08 
QuestionUsing Stored Proc IN EF Pin
MadDashCoder31-May-15 12:34
MadDashCoder31-May-15 12:34 
QuestionMapping Stored Proc To Entities In Entity Framework 5 Pin
MadDashCoder29-May-15 6:45
MadDashCoder29-May-15 6:45 
AnswerRe: Mapping Stored Proc To Entities In Entity Framework 5 Pin
jkirkerx29-May-15 7:32
professionaljkirkerx29-May-15 7:32 

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.