Quantcast
Channel: Internet Explorer Web Development forum
Viewing all 3527 articles
Browse latest View live

IIS 8.5 on Server 2012 not accepting passwords with special characters, such as * and !

$
0
0

We have a custom IIS application that uses Windows Authentication and runs fine on Windows Server 2008 R2 with IIS 7.5.

After migrating the code to Windows Server 2012 R2 with IIS 8.5, our custom IIS application no longer successfully authenticates users who have special characters like asterisk (*) or exclamations (!) in their passwords.

Other users, with no special characters, authenticate fine.

I assume this is some new, additional layer of protection or filtering that Server 2012 R2 or IIS 8.5 has.

Is there any way to make our Server 2012 R2 / IIS 8.5 system work like our Server 2008 R2/ IIS 7 system, with passwords that contain special characters?


HttpPostedFileBase is always null in MVC3 for File Upload

$
0
0

Hi All,

I am getting HttpPostedFileBase null always. I have tried most of the solutions found in the net. But did not work. Could you please help me? Below is my code.

 @using (Html.BeginForm("FileUpload", "BureauReporting", FormMethod.Post, new { enctype = "multipart/form-data" }))
       {
            <input type="file" name="uploadFile" id="uploadFile" />
            <input type="submit" />
       }

 public ActionResult FileUpload(HttpPostedFileBase uploadFile)
        {
            try
            {
                // TODO: Add insert logic here
                if (ModelState.IsValid)
                {
                    if (uploadFile.ContentLength > 0)
                    {
                        var fileName = Path.GetFileName(uploadFile.FileName);
                        var path = Path.Combine(Server.MapPath("~/App_Data/uploads"), fileName);
                        uploadFile.SaveAs(path);
                    }

}

Thanks,

Lijo

Horizontal and Vertical scroll bar in Select drop down(for options list) for IE11

$
0
0

Hi , I have select tag which shows > 10 sample names (count). for this i need to show vertical scroll bar for my select drop down(not for select but for its options). I have tried with size property but it is applying vertical scroll bar for select not for options.I have also tried with div but because of that UI  messed up.

Sample name lengths can be vary , in large length case i want horizontal scroll bar for that select (options).

It should work with chrome , IE, Safari , Firefox.Please help me out.

similar question : https://stackoverflow.com/questions/7917824/how-to-get-horizontal-scroll-bar-in-select-box-in-ie


docx file Open/ Download issue in IE11 with Windows 10 and Word 2016

$
0
0

Hello all ! Need URGENT help in this !!!

"Retry" ERROR while downloading or opening file from browser on machine with Word 2016 and Windows 10.

Only first time on machine it work and later gives error (W10 + Word 2016 + IE 11).

Where as Same thing works fine in W7 + word 2013 / W10 + Word 2013, file can be downloaded or opened multiple times. 

All Cases browser used: IE 11

Solutions I tried:
1. Deleting all Temp files from C drive.
2. Delete Inetcache, browser history, cookies from IE settings.

Observation:  On W10 + word 2016 if temporary filw from iNetCashe is deleted then only it allows to download second.
if not deleted mannually then shows retry error.

Please guide me how this can be resolved?

Is there issue with Windows update? Can we handle it programatically?

Thanks in Advance.


Internet Explorer 11 Ignores CSS

$
0
0

Hello,

If I run my application (aspx/HTML5) on my local host it runs fine (Visual Studio 10), build and load my app up to the server there is no CSS rules are observed IE only.  I F12 for debugger and it all of a sudden works fine, I dismiss the debugger, and back to no CSS.  My application on the server (AND Local Host) Works fine (in Chrome and FireFox).  There are no active console.log() in any .js files - meta tags are as follows:

<meta http-equiv="X-UA-Compatible" content="IE=edge" />

<META HTTP-EQUIV="Pragma" CONTENT="no-cache">

<META HTTP-EQUIV="Expires" CONTENT="-1">

I've cut and pasted all my css into csslint and tested... all was good, I then split the file into two css files (running out of options) to limit selectors.... still won't work.  EI only!  I cannot debug it due to the debugger automatically"fixing" it.

I believe this is something in IE because of the fact that it works fine in Chrome AND FireFox AND when the app is run in IE debugger mode.  I've read that ajax can cause problems if no caching is used in the call, so I tried to cache:false in my routine... still IE didn't work properly.

The css file is in an external file, and is last in order of CDN's between the

<head>

<link rel="stylesheet" type="text/css" href="css1.css" />

<link rel="stylesheet" type="text/css" href="css2.css" />

</head> 

tried loading it at the end of the <form> and that didn't fix anything either.  I thought maybe a racing condition was passing the css call, but I can alert() and it shows that it's loaded.  I've run out of ideas and spent two days on this now... help... please...

Thanks,

John


John

VB.NET: Conditional Conformation prompt on a web page.

$
0
0

Here's a problem I have been puzzling over for a while... let's see what the greatest minds think about it:

A web page has a text field and a button.  The text field is populated with today's date when the web page loads.  When the user clicks the button here's what needs to happen:

  1. If the text field's value is a date before today, an ARE YOU SURE? confirmation needs to appear.  If the user answers YES, then a report is generated using the text field's value as an input parameter.  If the user answers no, then the same page is redisplayed and no report is generated.
  2. If the text field's value is today or in the future, then a report is generated using the text field's value as an input parameter.

It's the same report, the question is how to display a confirm prompt if the date is in the past.

Javascript can be used to always display an ARE YOU SURE? confirmation on a DELETE button, but this confirmation only should appear occasionally based upon the text field's value.

Edge browser support for InternetSetCookie InternetGetCookie etc.

$
0
0

Hi,

I used to write cookies from windows console application, to save computer name, terminal id, mac address etc. using InternetSetCookie, IESetProtectedModeCookie for a specific URL.  And this gets picked by the Internet Explorer without any issue.

Now, the client wants to be able to use Edge browser and these API's don't work for Edge browser.  How do I handle this issue for Edge browser?  Is there any such API's for Edge browser?

Thanks you very much !

Shakeel

 

IE 11 life cycle

$
0
0

Hello,


I would like to know when is the Internet Explorer 11 supported END DATE. I searched in MSDN I got it for IE 8 & 9 not IE 11. 

https://support.microsoft.com/en-in/lifecycle/search?alpha=ie%2011

 


Sathis Kumar


Session variables not working in IE for c#.net

$
0
0
Hi All,

I have a very unique problem I am trying to reslove from few weeks but I am not able to , Any help would be much appreciated.

I am using session variables and redirecting from one page to another.

the problem I am facing is the session variables are not working in IE and safari, i am getting an object refrence error since the session variables are not available in ridirected page.

 It works absolutely fine with chrome and firefox.

Also,

if I use the actual url with port number it is working fine in IE and safari.

For example if I directly go to  http://myurl.net:8080/  all the session objects work fine in all browsers.

But if I go to : http://myotherURL.net/ which is a forward and redirect of above url the session varibles only work in chrome and firefox and does not work in IE and safari.

I am using Go daddy for hosting and forwarding.

I am not able to figure this out. Please help any help would be much appreciated.

Thanks in advance

Is there a way to catch the event fired on clicking the close button[x] of Geo location confirmation window?

$
0
0

Hi All,

Greetings.

Our Code has a Geolocation request to the browser and IE shows the confirmation popup for user to select the option. If the user has clicked on the cross [X] button on the window nothing happens. Is there a way to capture the event??



IE Extension using VC++

$
0
0

Trying to develop an IE Toolbar extension using VC++ (ATL) to type in the username and password based on a custom event. Not sure how can the extension code listen for a custom event. 

I want to create and fire an event LaunchURL (something like below)and handle it in the extension code. 

var t = document.createEvent("Event");
t.initEvent("LaunchURL", true, true);
document.dispatchEvent(t);

Looking for some pointers to achieve this. Appreciate any help in this regard.

Thanks in advance,
Shan

String is displaying as link in Edge browser.

$
0
0
 Example. xxx-xxx-xxxx-xxxx is displaying as hyper link.

AppCache storage limitations for Microsoft Edge

$
0
0

Hi there,

Currently I am working on PWAs, and am struggling to find out the information about Microsoft Edge as either the available information is ambiguous, outdated or incomplete. Could you please help me with the following information:

What is the AppCache (CacheApi infact) Storage limitations for Microsoft Edge? Available AppCache (CacheApi) limit is temporary or persistent? Is it per domain/origin? or for the group? Is this limit hard-limit or soft-limit? Is there any origin/domain eviction policy?

Can we explicitly request for the increase of the AppCache (CacheApi) limit?

Microsoft Edge doesn't support the navigator.storage.estimate() method, is there any chance in the near future it would support these api(s) or would you have some separate way to access/calculate the available AppCache (CacheApi) storage?

Currently, I have installed Microsoft Edge 38.14393.2068.0 on my work station, Can I upgrade it to the latest version of Microsoft Edge without upgrading the Windows?

Soon I open my Microsoft Edge browser, then open new tab and then without opening any page/website if I pressF12, it gives me the following error:

SCRIPT7002: XMLHttpRequest: Network Error 0x80700013, ? what is this error for?

Is it fixed in the updated versions of Microsoft Edge?

I know and easily can see these are bunch of questions, but am sure the dedicated and hardworking Microsoft Team/Community won't let me down. Hope you have a nice time working Edge!

Zaffar Mughal



Microsoft Edge maximum number of remote video (Webrtc)

$
0
0

Please someone of support stuff answer me in this ticket or by email, it is annoying to wait for answer for years, see details at link bellow

https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/18600031/

Reverse Proxy not working when Web Application Proxy (WAP) configured in Pass-through authentication in Windows Server 2012

$
0
0
Hi, I am trying to publish WAP in Windows Server 2012. Configured WAP, mapped ADFS to WAP. Published web application with different external and back-end server but when tried accessing the web application Reverse Proxy is not working.

Problems dynamically removing Media Player Plugin from HTML in Internet Explorer

$
0
0

Hello,

I have a page with using the Media Player Plugin.  
It uses the object and embed tags approach, where the embed tag is within the object tag (object tag for IE, embed tag for others).

This seems to be working fine for Firefox and Chrome.
But I have troubles with IE.
When I remove the html that contains the media player plugin, I see the player controls go away, the content below shifts up to fill in the space, but the video keeps playing.  The video seems to be at a high z-index, because it is on top of the content that shifted up.
When it completes, a black box remains where the video was playing.  The black box does not scroll with the page anymore.

I'm using jquery to remove the elements that contain the object element.

Has anyone experienced this?  
Is there anything I can do about this?

Thank you for any help you can provide.
- Chip Page
chip.page@kantarmedia.com

VBScript won't acknowledge new radio buttons

$
0
0

I have an asp.net application which was originally made in VS 2002 or 2003. The app has been built via several newer versions of Visual Studio since. I've been able to make minor edits to it with VS 2017 but adding another set of radio buttons isn't working. The new radio selections appear on the form. They can be clicked and activate their button handler subroutine which runs on the client. VBScript doesn't seem to acknowledge the new radio button objects.

The original two radio buttons are rdoBTN. The three new buttons are rdoForm. The code below displays a blank popup (no error message) using the original button, rdoBTN. Then using the rdoForm button, it displays a popup with, "object doesn't support this property or method". That is the simplest piece of code I could make fail. Of course, I also can't use anything like 'document.form1.rdoForm("rdoReg").checked' either. Any ideas?

From VBScript:

sub rdoForm_OnClick
    On Error Resume Next
    err.Clear
    Dim foobar
    'this works
    Set foobar = document.form1.rdoBTN
    oWsh.popup err.Description
    'but this does not (why?): object doesn't support this property or method
    Set foobar = document.form1.rdoForm
    oWsh.popup err.Description
end sub
From markup:
<td class="auto-style8" valign="middle">&nbsp;&nbsp;&nbsp;&nbsp; New/Rebuild<input class="style4" id="rdoReg" onclick="rdoForm_OnClick" type="radio" value="rdoReg" name="rdoForm"/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SOCS<input class="style4" id="rdoSOCS" onclick="rdoForm_OnClick" type="radio" value="rdoSOCS" name="rdoForm"/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; BreakFix<input class="style4" id="rdoBreakFix" type="radio" value="rdoBreakFix" name="rdoForm"/></td><td class="style4" valign="middle">Yes<input class="style4" id="YES" onclick="rdoBTN_OnClick" type="radio" value="YES" name="rdoBTN" disabled="disabled"/>&nbsp;&nbsp;No<input class="style4" id="NO" onclick="rdoBTN_OnClick" type="radio" value="NO" name="rdoBTN" disabled="disabled"/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Test Net?<input class="style4" id="testnet" onclick="rdoBTN_OnClick" type="checkbox" value="true" name="testnet" disabled="disabled"/></td>

HTA

$
0
0

Are HTA Applications a thing of the past? I suppose I wonder how much I really care to venture down developing quick simple interfaces with the resource if support for HTA is out the door in the near future similar to sidebar.exe and gadget resources.

Just curious.

SCODEF:25644 CREDAT:83000 /prefetch:2 is malicious?

$
0
0

Hi Team,

I have seen in my system showing "SCODEF:25644 CREDAT:83000  /prefetch:2" in IE. Could you please suggest, is this suspicious?.

To update the exception list (bypass proxy list) of proxy settings in IE through C#

$
0
0

Hi,

We are developing a desktop application using WPF and C#, as part of our functional requirements, we have to update the exception list (bypass addresses) to view local addresses on browser.

The code has been taken from this source: https://www.codeproject.com/Tips/1223511/Csharp-Programming-Enable-Disable-Proxy-IP

 Registry.SetValue("HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings", "ProxyOverride", _proxyByPass);
// Forcing the OS to refresh the IE settings to reflect new proxy settings.
 InternetSetOption(IntPtr.Zero, INTERNET_OPTION_SETTINGS_CHANGED, IntPtr.Zero, 0);
InternetSetOption(IntPtr.Zero, INTERNET_OPTION_REFRESH, IntPtr.Zero, 0)

This code adds the IP address into bypass list  However, its not actually reflecting on browser side when we hit its IP into tab (IE, Chrome)

When we manually press OK on proxy settings once IP address is inserted through code (Connection-> LAN Settings-> Advanced -> Exception list), it works fine

To reflect the altered changes into IE, two functions are used of (wininet.dll) that refresh the IE setting ( I believe), but not working as expected

System  Environment:

  • OS: Win 7, 10
  • IE: 11.0
  • .Net Framework: v4.5.2

Can anyone guide on this  please?  How to add ip addresses permanently into IE ?

 

Viewing all 3527 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>