Questions tagged [iis-7]

IIS7 is the version of Microsoft's web server software released with Windows Server 2008.

IIS7 is the version of Microsoft's web server software released with Windows Server 2008.

2135 questions
0
votes
1 answer

Why I am not able to access my hostname from anywhere but the local server?

I created a website on an IIS server with hostname 'www.cftest.local' When I access the website from the IIS server it renders my content as expected. But when I try to access this from my local machine, the browser says 'This webpage is not…
user3427540
  • 169
  • 2
  • 9
0
votes
2 answers

Noob Question: IIS7, how do I add myself as a user?

I'm using the Windows 7 evaluation version, and I just setup the IIS7 Server by going into the Add/Remove Programs section and adding IIS. I'm trying to play with ASP a little bit and learn about it, but when I go to edit any of the files in the…
willbeeler
  • 235
  • 3
  • 9
0
votes
0 answers

ASP using a lot of memory

We are struggling with hosting one of our web applications on an IIS7-server. This server hosts multiple web applications, each with their own application pool. A simple MVC5 app, consisting of two models and a couple of views with a form uses 3 to…
Kevin
  • 101
  • 2
0
votes
2 answers

How do I enable mutual SSL in IIS7 with a self-signed certificate?

I've created a self-signed certificate in IIS7. Then I exported this certificate to a .pfx and then installed it on the client machine's IE browser. Then I set "Require Client Certificate" on the server's IIS configuration. When I try to visit the…
Kant
0
votes
1 answer

Site cannot be loaded after transferred to virtual directory

I have a website which is working perfectly now. The location of the website files (in my server) is at C:\Hosting Spaces\admin\www.mysite.com and it's accessible by URL from http://app.mysite.com Now we're revamping the whole site, but still…
imin
  • 83
  • 11
0
votes
2 answers

SSL Ajax type of certificate for the static domain (image + js)

I have a page that is SSL and has a valid certificate extended. (mainpage.com) But this page request some static content to another domain(page-static.com), basicly images and js. Actually i have only a certificate for my mainpage.com. So now when i…
Alexl
  • 11
  • 2
0
votes
1 answer

Images not Rendering on IIS7 Running ASP.NET MVC App

The site 63.208.1.26/FreightRateCentral is not rendering images. Chrome reports HTTP 404 for each of them. This is a fresh install of Windows 2008 R2 and IIS 7. At first, I thought that it was a .NET framework issues, but I ensured that the…
SidC
  • 369
  • 3
  • 9
  • 23
0
votes
3 answers

Host file set, ping goes 127.0.0.1, but in browser URL still goes out to web?

Having some issues running my code local. I have host file setup like this: 127.0.0.1 ryan.local.myappname.com if I ping that URL it kicks back from 127... but if I browse there in firefox or IE it takes me to an old version of the site that is…
MetaGuru
  • 896
  • 6
  • 22
  • 36
0
votes
3 answers

Windows server 2008 can't uninstall FTP

I'm trying to uninstall the old IIS6 FTP service on Windows Server 2008 so that I can install FTP 7.5. In server manager I clicked remove role services and uninstalled FTP and restarted. The Web Platform Installer 2.0 RC says FTP Service is still…
Mr. Flibble
  • 723
  • 3
  • 13
  • 23
0
votes
1 answer

Setup IIS 7 for multiple CMS instances

We have a CMS application that currently is hosted under domain, and each of our clients have a sub domain to point to their version of the software. This is all hosted in IIS as 1 website, and the code checks the URL and determines which items it…
Gillardo
  • 101
0
votes
2 answers

SSL Certificate issue on renewal in IIS 7

I have an SSL certificate that expires on Februray 15, 2015. What if I install new certificate on my server on Feb 10, 2015. Will my certificate work with new renewed certificate on Feb 10 as my old certificate expires on Feb 15?
ramesh
  • 1
0
votes
1 answer

web.config URL access and rewrite

I'm trying to clean up some URLs to a bunch of PDF files. Right now, you access a PDF by visiting the following: http://www.mywebsite.com/sites/default/files/reports/2010_Audit_Summary_Report.pdf But I want to clean this up by being able to access…
dcolumbus
  • 475
  • 1
  • 5
  • 10
0
votes
1 answer

How to most effectively implement "wakeup scripts" for ASP.NET sites in IIS 7.0

I have a SharePoint site and a custom ASP.NET site both sitting in IIS 7.0. I'm trying to implement a wakeup mechanism for after the app pools recycle each morning to cache the app pools and avoid the first hit delay that we are all so familiar…
Josh
  • 183
  • 3
  • 10
0
votes
1 answer

webshare on IIS

We want to offer some file storage capability in our asp.net 3.5 web app and would like users to map a drive to the webshare hosted on our IIS. this will allow users to simply copy files from their systems to the mapped [as a drive] web folder and…
Vikram
  • 103
  • 3
0
votes
0 answers

Is there a way to turn off impersonation for ISAPI extensions?

Is there a way to configure IIS7 to use worker process identity instead of authenticated user when running ISAPI extension?
username
  • 249
  • 1
  • 4
  • 18