ASP.NET Menu Control - Cant't click menu items on remote server - asp.net

ASP.NET control is working fine on development environment, but after going to production remote server it does not allow to click menu item link.
I've noticed, that the problem is only in IE (9). On Chrome and Fireworks it's working fine. It’s also OK in IE compatibility mode, but who would go for that… ;)
Normally I would do some changes in CSS, but on local machine with the same browser it is working just fine.
Should I be looking for new menu control or starting to write new one? What is Your opinion? Had similar problems?
Thanks in advance for Your help.

Related

ASP.NET Webform Ajax doesn't seem to work with other PC

I have a website deployed in a remote PC and I have uploaded it in the Server Manager of that PC. I used AJAX ModalPopupExtender with my code to achieve the pop-up form.
My problem is when I view my website in remote PCs, the AJAX is working fine. This is how it looks like when AJAX is working, it has Black transparent background.
https://i.stack.imgur.com/hLY6f.jpg
Then here's how it looks like when I run it to my local pc and also to other PC of my workmates.
https://i.stack.imgur.com/r3nWa.jpg
You can also notice that the close "X" icon is not in the right side. Its just on top of the panel-header.
I am a newbie in Web development, hopefully someone could help me with this.
Looks like resources were not loaded properly.Take a look in firebug or dev tool whether all requests completed. Perhaps, some css reference is wrong.
It's now fixed. Just a couple of hours then it loaded correctly now. Maybe its just a cache issue only with my browser

Grids not showing

I have a problem in my local pc with some grids in an asp.net website.
The first image is the testing server, and the grids are showing ok here.
The second image is the same page (sabe website, same vs solution) running on my pc(localhost).
What can be missing in my pc??
Thanks!
My initial thought would be to check whether the CSS file you are linking to is accessible in your local environment. Look in the source view of your web browser. You could also pull up IE Developer Tools (F12) and click the CSS tab.

Web components messed up when Configuring Web Deploy using Win Server 2008

I am trying to google solution on this but quick answer will be appreciated. I am kind of new to this: I configured webdeploy (website) using IIS7 on Win Sever 2008. But my status bar and gridview is shows messed up. Gridview columns are in one row and status bar is on next line. What can I do to make things right? I am using IE browser.
Will this link help: http://www.iis.net/learn/install/installing-publishing-technologies/installing-and-configuring-web-deploy
I guess my CSS is getting messed up but it runs perfect on visual studio!
Thank you very much for answers!
Under "Compatibility View Settings", the "Display Intranet Sites In Compatibility View" checkbox was checked... I unchecked was able to toggle compatibility view from the IE toolbar and everything looks great! For CSS to work perfectly: Do this!

My ASP.NET website is not displayed correctly in Internet Explorer 10 after server deployment

I've created a website using ASP.NET (C#) Framework 4.0
When running on my local IIS (in debug/release - before and after deployed) - the website is displayed correctly - as intended (checked on Internet Explorer 9, 10, Chrome and FireFox)
After I've deployed the website to my server (Windows Server 2008 DataCenter - Amazon hosting) - and only in IE 10 - the website is NOT displayed correctly - spacing is sometimes wrong, background colors sometimes disappeared, links not working properly, padding/margin is missing in some of the places and more... - it seems like the styles/CSS are partial... On other browsers (Chrome/FireFox/IE9) - it is displayed correctly (as intended)
I've tried to add the compatibility meta tags to IE=9 - didn't work (by the way, in IE10 - if I open the F12 tool - and change the Browser Mode to IE9 - it works!, but if I just change the Document Mode - it doesn't seem to help)
Why is Internet Explorer 10 evil??? Has anyone encountered this issue? any suggestions?
Thanks a lot! :)
As you write you are using F12 tools. My experience is that with Developer Tools running IE10 often does not apply all CSS rules (especially in at the end of external files). Refreshing the page or closing F12 tools usualy solves the problem. Also if you know which style is not applied it helps to disable and enable it again.
i have passe through a similar situation and some things just don't stay they way i want in every browser, so perhaps the better way out is to create CSS hacks tos specific spacing or styling issues you may have encoutered.
http://www.impressivewebs.com/ie10-css-hacks/
After a lot of searching and frustration, I've found the solution to my problem (here: http://www.nuget.org/packages/App_BrowsersUpdate)
Apparently the website should be updated to allow IE10 compatibility...
In your solution - install the ASP.NET Browser Capabilities Update using the following command in the "Package Manager Console" (can be started from "Tools"->"Library Package Manager" in your VS):
Install-Package App_BrowsersUpdate
(this will add ".browser" files to your website and few lines in your "web.config" file)
Rebuild and re-deploy your website and that's it! now my deployed website looks as intended on IE10!
(I still don't understand why it worked correctly on my localhost and not on the web server but at least the problem is solved)

2 servers, same website on both: IE shows two slightly different version

I'm getting a weird issue involving IIS and IE, and I'll try to describe it clearly.
I have a regular html-css-js/jquery website that I've developed locally. Now that it's ready, I'm trying to deploy it on a server.
Once it's hosted on the server, I see two problems in IE only:
The rendering is slightly different: there's a few pixels of additional white space all around my website (so the contents is actually more 'compressed' than when viewed locally).
Some JS issues: I'm using the Impromptu jQuery popup plug-in, and the callback I specify in its 'loaded' event pre-populates its forms fields. In FF it works, but in IE the fields don't get populated until I close the popup and open it again. This worked locally on all browsers.
As weird as it sounds, the text in my jQuery popup dialog does not seem to have the 'ClearType' technology applied. The text is like '1 pixel thin' and not anti-aliased like everywhere else.
I have uploaded my website to another server and it runs perfectly fine. The issue is that I need to put it on the first server and I don't know what's wrong. Both servers are on Win 2k3 with IIS 6, .NET 3.5.
Any pointers as to what is going wrong? Thanks a lot.
Make sure that the "security zone" in the Internet Explorer status bar is the same when viewing the site between the 2 servers.
Use the IE developer toolbar to debug your css. Could also be a caching issue if it looks like an older version.
http://www.microsoft.com/downloads/en/details.aspx?FamilyID=95e06cbe-4940-4218-b75d-b8856fced535

Resources