In windows server 2012r2 I have installed the iis7 and host the ASP.NET MVC application but domain is still not reachable or accessble the files. irt is showing "This site can't be reach".
I have tried with another domain mapped with the same server ip but issue is still remain same.
Related
I built an ASP .Net MVC web application using .Net 6 and Web Essentials AspNetCore PWA by madskristensen
Everything is normal in localhost Visual Studio or localhost IIS, but no matching service worker when accessed using IP IIS
Visual Studio Localhost: (https://i.stack.imgur.com/DtKYd.png)
IIS Localhost: (https://i.stack.imgur.com/wo4d4.png)
IIS with IP Address: (https://i.stack.imgur.com/Jlcjd.png)
I've googling so many time, but none of them are works for me
Any suggest what should i do?
Thanks before
I have installed wampserver and when I click on localhost it show me IIS, even I disabled IIS in Control Panel, and when I test 80 port it gives me nothing, just the Apache and PHP of wampserver, please help me what should I do ?
When IIS is installed it also normally comes with some other features that use port 80.
Check for these as well
Web Deploy 2.0 (Web Deployment Agent Service)
MS Sql Server Reporting service.
BranchCache ( Windows 8.1 )
SQL Server VSS Writer
I succesffuly deployed an MVC 4 application to IIS Express on my development machine and everything runs fine. I can also successfully deploy to my production server, but when trying to access the deployed application in the production envioronment it can't be displayed.
Development tool: Visual Studio 2012 Express for Web.
Production server (all updates installed):
- Windows Server 2008 R2 x64
- IIS 7.5
- MS .Net Framework 4.5
- ASP.Net MVC 4 with language pack
- Web Deploy 2.1 and Web Deploy 3.0
- Recommended configuration for IIS.
Furthermore, ASP.NET is registered with IIS for Framework\v4.0.30319 and Framwork64\v4.0.30319 and the application pool of the site is .Net Framework v4.0.30319. The IIS_IUSRS group has inherited permissions (Read & Execute, List Folder Contents and Read).
I have a production web server tied to the web via DynDNS, my site uses port 80.
What could be the cause for the site running but not displaying?
Any help would be appreciated.
Additional info: When I check the compatibility in WebMatrix of any site deployed to the production server I always get the result "Not available" for a Simple HTML-Page (the .Net-Framework-Version on the other hand always gives "Available").
It seems that everything is ok, I had a DNS-Server error (wrong external server address).
I have a little game project that uses a MVC 4 api server, however since I installed windows 8 / VS12 / WP8 SDK I havent been able to access the server from my app in the emulator, I can however access the deployed webserver.
Is there some sort of default firewall that would prevent me from contacting a localhost server? I just get a NotFound exception when I try, the localhost server works fine in my browser to retrieve some xml object
I have the same code working in windows 7 with vs2010 and wp7 sdk.
To connect to the server I use http://restsharp.org/
The emulator is running in Hyper-V, which is a virtual machine. It runs it's own network, and thus your PCs "localhost" isn't available from inside the virtual machine.
You don't have to set up a full IIS... you can go about with IIS express ( the visual studio way when you run the Web api solution ).
You need to do 2 things, first one check
http://msdn.microsoft.com/en-us/library/windowsphone/develop/jj684580(v=vs.105).aspx - only the part called 'Quick solution with IIS Express' ( parts 1 to 4 )
Second one, add a Microsoft Firewall rule to allow access from the VM to the IIS express.
Firewall > Advanced Settings > Rules for incoming > New port rule
Is it possible to use the same SSL certificate for a windows service and an ASP.NET MVC application in IIS.
Both the Windows service and the MVC app are hosted on a Windows Server 2008 machine with IIS 7.
The MVC web is accessed with www.mydomain.com, and the services are accesed through ip_address/myService/method...
SSL Certs are tied to domain names, not IP address. So I belive the answer to your question is no.
See:
ip based ssl certificate