Problems in loading the web page in brackets tool - adobe-brackets

I am using brackets tool or web development . When I click the live preview the browser opens but the web page that i develop is not getting displayed . How to trouble shoot this ?

There’s a wiki page for troubleshooting nonfunctional live preview.

Related

Embedded website showing in msteams webapp but not desktop app

I am building a custom ms teams application with tab capability. And I am embedding a work website inside the tab. The website loads fine in the web app. However it doesn't show in the desktop app. There is one hack to it though. If I switch to developer mode on the desktop app, it is loading the website. My website is SSO enabled for login, so it is redirecting to Idp site. One thing I have understood is, the Idp site doesn't allow their content to be loaded in an iframe, and ms teams uses iframe to load webcontent. But then I am wondering what is different for a developer mode. Why does it work there? Also since it works fine in the browser app, shouldn't it work in desktop app too. I mean the behaviour should be consistent. Any pointers?
could you please follow this document and you need to use microsoftTeams.authentication.authenticate() to show the popup.

Site displays different when debugging in VS2012 with IE and when in production

I'm working on a asp.net project that is a responsive website so it can be viewed on mobile and tablets. When running the project the site opens in IE 11 and looks great. When I publish the site and open it with IE 11 the div that holds the main content is dropped to the next line.
What am I missing to publish or set to have this correct? Thank you
If you're developing on ASP.net you might be using IIS, such is a web server which I don't know a lot about.
My idea is that you are probably missing configuration changes from development to production mode of your web server.
Hope it will point you to the right direction.
I found the steps to find the answer here:
Div displays differently in IE and Chrome
I went into the developer tools and Console and there it said that it was being displayed in Compatibility View. I checked the settings and sure enough the url was listed. I removed it and refreshed and everything is looking good.

Images are not visible in firefox when browsing through IIS 7

I am designing a web pages in asp.net with visual studio 2008.
When i publish the website and deploy it on iis version 7 and browse the page then this page is showing all of its content like toolbar images in chrome and internet explorer but not showing in firefox.
And intrestingly when i run the application through vs2008 and browse the page using firefox the page show all of its content and tool bar images.
So what is the problem with using iis?
plz help me
Below i am sharing the snapshots of working page using vs2008 and firfox and the non-working page using iis and firefox
Working page
Non working page
Any help will be appreciated
IE and Chrome can use windows authentication without any prompt, which is not the case of firefox.
Follow those step to investigate your problem.
Check the page source to see if your toolbar is pushed by the
server.
Check if you have any javascript error. Maybe you have a .js file in a secured directory that chrome and IE can access using windows authentication.

about:blank page after running my ASP.NET web app using Ctrl + F5

my web application open about:blank page when i tried to run it using Ctrl+F5.
i am using VS2008 C# ASP.NET web application.
also i set a start up page to the my project.
please what is this page?and how to overcome it?
thanks
Are you running IE8 for the first time via visual studio? Try browsing IE8 to google.com and running the initialization that pops up if so.
Seems your not alone: http://connect.microsoft.com/VisualStudio/feedback/details/473541/start-without-debugging-opens-blank-page-ie8-first
If that doesn't fix it try making another browser (firefox?) your default browser.
It could be that you have an issue with your server. If you look at you rsolution then, choose property pages, check that the Start Options are correct, especially if you are not using the "default web server" (this refers to vs2010 but I assume it is similar).
I would choose 'Use Current Page" if it isn't selected.

How to open a silverlight web application as light window?

I created simple Silverlight Application using the web site host of the VS2010 ( default ) feature.
Now, I want to make the Silverlight Application to be shown as light window in the front of the default web site.
How can i do it ?
You can go OoB.
If you just wanted to show a modal dialog, then use the ChildWindow or MessageBox.
I think you could also remove the website from your solution and the Silverlight project will still open in the browser.
I am not so sure about what you mean by "Light Window", but I am sure these links will help you a lot:
Integrating Silverlight with a Web Page
How to: Add Silverlight to a Web Page by Using HTML
Update
If you checkout the web-host project, you'll see, that there is a test page that actually hosts the Silverlight project.
You can modify this page and move the Silverlight content around wherever necessary, or you might even embed it in a master page and/or use an external ASP.NET UserControl that will be used to load/host the Silverlight object dynamically.

Resources