Do I need to Give Internet Permission to WP7? - windows-phone-7

I made a web api and have now hosted it on windows azure. I see my links are working(through browser and fiddler).
However my windows phone 7 app(that I am running through Vs 2010 in the emulator) no longer can seem to connect to my webapi.
Do I need to set something to make it work?
Edit
I unistalled fiddler and now it works. It is something to do with fiddler. I would like to reinstall fiddler but not sure how to fix this problem.s

Related

WinServer 2019 Standard Https Issue

Recently installed Windows Server 2019 Standard (legit and activated) and migrated my mail server over to this server. I noticed after I was done that I cannot browse the web if the website uses https. Below I attached pictures and I have tried to research and really haven't found much. Google Chrome will not let me even try to visit any https websites. While at the same time IE will let me continue on but websites do not load properly. Windows update is 100% up to date.
Google Chrome
https://imgur.com/lIyHZkt
Internet Explorer
https://imgur.com/JXNR6ef

IIS Manager Went Missing and HTTP Error 503

I am running Windows 10 Pro (10.0.16299). IIS Manager missing and web app returns HTTP error 503
I am IIS Manager 7 as a web server for my web app. The default MSFT web site comes up but my web app returns error 403. Tried to find iis manager, but it is nowhere to be seen. I see it in control panel but double-clicking does not start anything.
This was working last Friday and it is not on following Tuesday. Our IT installs patches using some other way, I am not able to Windows Update.
In Windows Features, teh checkboxes are checked, seems to imply it is installed. Tried to uncheck those to remove and add them back, but the removal returned error 0x80073712. Running .NET Framework 4.7.
Any thoughts would be helpful. If I can start it up, maybe fix it.

Visual Studio Browser Link not working in Firefox

I'm using Visual Studio 2015 and Browser Link doesn't work with Firefox.
IE and Chrome work perfectly with Browser Link.
Just got a new machine, but that didn't help either.
I tried the prerequisites mentioned in the browserlink dashboard (for static files, enable debugging) and I use IIS express, so .NET 4.0 is there.
Are there any more settings needed in Firefox?
In the network view, I just don't receive a response from the server, 0 bytes transferred.
Network trace:
Found it, the main website was running on 44300, browserlink seems to run on 44399 (although that port isn't visible in IIS express)
Browse to https://localhost:44399 gave me the Firefox "This Connection is Untrusted" screen, where I needed to trust("confirm security exception") the self signed IIS certificate (just like what I had done on the https://localhost:44300 site)
So it seems Firefox remembers trusted certificates per port number, not per DNS/IP/Name like IE and Chrome seem to do.
Now the browserlink is working and downloading the files.
I don't have IIS running locally, but ran into a similar problem running the app locally with Visual Studio 2019.
The suggestion by Erik fixed the problem for me as well. Browsing to https://localhost:44399/ and accepting the certificate worked in Firefox Developer.
Some more details from Microsoft regarding self-signed certificates:
https://learn.microsoft.com/en-us/iis/extensions/using-iis-express/handling-url-binding-failures-in-iis-express

can't stop IIS on windows 8.1 tried everything, I'm trying to run WAMPSERVER

basically I'm trying to create a simple website using WAMPSERVER, but I tried everty step, using windows feature turn on, cmd, but when I type localhost in firefox or IE, it still shows IIS, what should I do?
If you use a WAMPSERVER on windows the IIS (Internet Information Services) feature should be turned off on your windows computer.

IIS Express not serving static files to Firefox

I'm using Visual Studio 2013 with IIS Express 8 to develop an application for a local Intranet. This application was built using ASP.NET MVC 4 in Visual Studio 2012 and later migrated to 2013. I had been using Visual Studio Development Server until I migrated to VS2013 with no issues.
After the migration, the application compiles, runs and authenticates fine, but it's not serving Static Files - it just returns an HTTP 500 response with no further details. See image below:
This also happens to Images and CSS files.
What can I check to solve this? Any suggestions?
UPDATE:
The application works fine in Local IIS (version 8).
It works in IIS Express on other PCs.
UPDATE 2:
After further testing, I found out that this only happens to Mozilla Firefox (it works fine in Internet Explorer and Google Chrome) - I didn't notice before because I always use FF. Currently using version 29.
Any ideas?
Finally! I was able to solve this issue with the help of this question.
This was happening because Firefox by default has Windows Integrated Authentication turned off. It doesn't make any sense to me why it works fine in regular IIS or in dynamic files (controller actions, WebApi, etc.), but that's a mystery for another day.
To enable Windows Integrated Authentication I followed this steps:
Type about:config in Firefox's address bar (nav bar)
Search for network.automatic-ntlm-auth.trusted-uris
Double click on network.automatic-ntlm-auth.trusted-uris
Add http://localhost to the list (paste that if it's empty)
After that I just hit F5 in Firefox and everything worked as expected.
This issue is poorly documented, so I wonder if nobody else uses Firefox with MVC to develop web applications using Windows Integrated Authentication?
Have you had a look at this ?
ASP.NET MVC application gives Internal Server Error only when viewed in Firefox
It doesn't explain why it works on IIS but there is a firefox doesn't support Integration Authentication out of the box.
The only thing that seems applicable to your situation is a problem with the install of IIS Express since this is an similar issue to something seen in previous IIS Express versions. I would either re-install it or see if your version of Windows can host IIS 8 in which you would just enable static content.
If this was just a matter of not having static content turned on or permissions for static content, you'd get a 404 or 401 error respectively. Hope this helps...
I'd look in the machine events viewer under application and system to see what the issue is.
Does the IIS serve anything up in the same folder such as .txt files, .html, jpg images?
It could possible be file or folder permission and/or the anonymous user being used to access them under IIS.
My first point would be event viewer though for more detailed information on the 500 error.

Resources