Questions tagged [iis-manager]

The management tool to manage IIS (Internet Information Services)

The management tool to manage IIS (Internet Information Services)

63 questions
0
votes
1 answer

IIS: add binding to Default Web Site

I just started looking at IIS on Windows10. I have a stupid question. I added a binding to Default Web Site ("www.test.com") in IIS Manager. I was expecting to see the default page when browsing to this url, but it took me instead to an actual…
Sergio
  • 250
  • 1
  • 4
  • 18
0
votes
1 answer

Access to WSDL file deployed in IIS Manager from a client distant machine

I have an application(virtual folder defining as an application)in IIS Manager from Windows Server 2012 R2. I want to have access to my application from a client distant machine. when i type this URL http://xx.xxx.xxx.xx/App/Convert.asmx?WSDL for…
0
votes
1 answer

IIS Management User Login Fails on 7.5 / Works on 8.5

I have a small, simple ASP.Net 4.5.2 Web App for which access is restricted by IIS Manager Users. The parent site is public (Allow Anon / All Users) and the app has all authentication disabled and the IIS User added at server level, and under IIS…
MrGadget
  • 1,258
  • 1
  • 10
  • 19
0
votes
1 answer

Change IIS user credentials for ASP.NET app and SQL database

IIS 7.5, ASP.NET application + MS SQL database A website is in C:\inetpub\wwwroot\AppFolder Windows authentication is allowed SQL connection string contains user name and password Trying to open a website Cannot open database requested by the login.…
user2182397
0
votes
1 answer

Microsoft Azure iiS Manager Url re-write

I've been playing around with Microsoft's iiS manager, and I can't manage to get the URL's to re-write. I'm trying to re-write: "products.html" as "products", and I just can't get my head around it. For the pattern I've been using: ^products For the…
Sharan
  • 49
  • 1
  • 8
0
votes
1 answer

ServerManager queries throws exception

I am trying to get the Application pools on a local system which I am the administrator using this code Dim ServerManager As New Microsoft.Web.Administration.ServerManager colAppPools = ServerManager.ApplicationPools or…
Amorphis
  • 398
  • 2
  • 19
0
votes
2 answers

IIS manager does not show machine.config changes

I'm trying to add these lined to machine.config file:
AykutCanturk
  • 101
  • 11
0
votes
2 answers

Published asp.net website not accessible in other system in same network

I have developed a asp.net website and published in a server.Whereas everything works perfectly in that server if i give browser from that IIS manager, and in server ( published system ) everything works perfect.But i need to access the same…
user2511109
0
votes
1 answer

How enable digest or basic auth in IIS Express and set a user/password?

I'm on Windows 2012 R2 and have IIS Express on it. How enable digest or basic auth in IIS Express and where set the username/password?
user1785721
0
votes
1 answer

Simple iis rewrite doesn't work

This is what I'm doing in iis manager: iis - url rewrite -> Add rule -> Action type: rewrite Pattern: MySite.com (Exact match) Rewrite url: MySite.com/Folder1/Default.aspx So how do I return the Default.aspx page while maintaining the MySite.com in…
ispiro
  • 26,556
  • 38
  • 136
  • 291
0
votes
1 answer

How can I connect to a remote IIS server?

I have 2 servers which are located in different networks. On each of them IIS is installed. When I try to connect to the first IIS server from the second, it gives me error: "Could not connect to the specified computer. The remote name could not be…
k0lpak
  • 555
  • 4
  • 18
0
votes
2 answers

Asp.NET - Calling web service certificate error, IIS Manager

We have developed ASP.NET web application that calls web service to get data. Certificates are required to access the web service. Everything works while we start the application from Visual Studio, but it doesn't work when we publish site on IIS…
Denis Lazendić
  • 177
  • 1
  • 12
0
votes
0 answers

How do I redirect a 404 while maintaining the 404 status?

Using iis Manager, I set 404's to execute a URL on this site. However, checking with Google Webmaster tools' "Fetch as Google" I see that the response has a code 200. How do I fix this?
ispiro
  • 26,556
  • 38
  • 136
  • 291
0
votes
1 answer

HTML 5 apple smooth Stream for remote IIS manager

Hi i am trying to stream video from IIS 7 to my iOS application with Transform Manager. Tutorial Link : http://www.hanselman.com/blog/StreamingLiveOrOnDemandVideoFromIIS7ToIOSDevicesIPhoneiPadAndSilverlightClients.aspx I have create an IIS virtual…
0
votes
1 answer

Are there folder size limitations on virtual directory in IIS 7.5?

I have a couple virtual directories in IIS 7.5 that point to network resources. Specifically, these folders hold PDF files. I've granted a user permission to these folders, and their contents are accessible via web requests as I would expect. For…
tehrustine
  • 46
  • 5