Questions tagged as 'iis'

1
answer

AjaxPro not accessible in IIS

I have a simple application with WebForms, I have created some methods that I will access through Ajax via AjaxPro DLL. I used the [AjaxPro.AjaxNamespace("Teste")] attribute on the class and the [AjaxPro.AjaxMethod] on the metho...
asked by 16.11.2016 / 18:13
1
answer

Error to leave application with Windows authentication

I'm trying to leave an application with Windows authentication. However when I change the settings in IIS with anonymous authentication disabled as shown below: I have the following error:    [MessageSecurityException: The HTTP request is...
asked by 08.11.2016 / 18:31
0
answers

Configure multiple domains for the same site (different files) IIS WS2012

I have a website that caters to multiple companies. But the domain is the same. You have acquired two new domains to resolve these issues but the site will be kept the same IIS server. Now what I can not do is the following: Today I have t...
asked by 28.09.2016 / 20:46
1
answer

IIS Error 401 when sending image to iis directory with php

I'm having a problem with uploading images. I have a php script that sends an image to a folder on iis as it is used by asp scripts. but every time I do this send and try to open the image in the browser is returned error 401. if sent by script...
asked by 28.10.2016 / 00:37
1
answer

Enable iframe in asp.net application

I have an asp.net application and need to place it inside an Iframe. It turns out to be wrong on the Chrome console: Refused to display 'domain' in a frame because it set 'X-Frame-Options' to 'SAMEORIGIN'. In mozilla it does not give err...
asked by 03.06.2016 / 22:34
1
answer

C # Web Forms - Losing session

I have a Web Forms application that saves the session when the user logs in, with a timeout of 21 minutes without using the application to expire the session: <sessionState timeout="21" /> Performing tests on the local machine, the li...
asked by 18.05.2016 / 14:38
1
answer

iis ado.net version

Good, I have the following code: private void AspNet35() { String sWebSite = "W3SVC/1"; DirectoryEntry site = new DirectoryEntry("IIS://localhost/" + sWebSite + @"/Root"); try { PropertyV...
asked by 23.03.2016 / 10:16
1
answer

Number of hits per page

Hello, can anyone tell me if IIS has some feature that I can see how many hits each page had?     
asked by 21.01.2016 / 14:41
2
answers

Redirect internal / external ip page

I have an HTML page and can already see it internally and externally through the windows server 2003 iis. I am inside a network where Windows server2003 is connected and I want to access the external IP inside that same network and I can not....
asked by 22.12.2015 / 18:48
2
answers

Configure site in IIS 7. Do not start the site

I created a website called TestePDF. I gave this alias to him: testepdf. I created a directory and set it as virtual dir (C: \ wwwroot \ TestPDF). In the application pool I switched to classic and the .NET version from 2.0 to 4.0, although using...
asked by 26.10.2015 / 13:16