Questions tagged as 'iis'

2
answers

Server changes have no effect

I have an application running in C # with .NET 4.5 on IIS 8. To editing a Controller (which is a .cs file). However, I edited some things on this Controller and I saw that these changes were not spreading. I tried to edit the Action of this C...
asked by 13.04.2015 / 14:27
1
answer

IIS - Directory Access Denied

I'm using windows server 2008 and IIS 6.1, I have a service that needs to access files in a particular directory, but I do not have access. What do I need to configure to gain access? AfteraddingAdministratorastheuser,theapplicationsaystha...
asked by 26.11.2014 / 02:04
1
answer

Migration of visual studio iis to iis7 site does not access the database

I made the migration of the IIS Express vs default server to IIS from my pc. Path: visual studio > > project settings > > web > > Servers = > I took out IIS Express and put local IIS, ran it and it goes up to the login...
asked by 09.03.2015 / 16:30
1
answer

Block download of files in IIS [duplicate]

I'm trying to block the download of my application's songs. I tried blocking by putting a web.config file in the folder with the songs with the settings below: <?xml version="1.0"?> <configuration> <system.webServ...
asked by 24.06.2015 / 22:37
0
answers

How to see what is the application pool of a website iis 6?

Do not use iis. How do I know what is the application pool of a website in iis 6? The website is in ASP Classico, does it have any pattern?     
asked by 07.07.2015 / 15:53
1
answer

Error 403 - the web server is configured not to list the content

I'm having trouble running my local server in Visual Studio 2013. When I try to run my application the following screen appears: If you need anything else, let me know what I'm editing and I'll put it here.     
asked by 26.06.2015 / 02:22
0
answers

[Sharepoint Designer] Error trying to connect to web service - "The server can not complete your request"

Hello, I'm trying to connect to the sites present on my server by Sharepoint and I can not get it at all. When trying to open the solution, I get the following error: WhenclickingDetails,IseeanemptytextboxandaftergivingOKonthispagethef...
asked by 19.11.2015 / 20:14
2
answers

How to access Web API published externally in IIS [closed]

I developed an ASP.NET Web Application (API) in Visual Studio 2015 and published it in IIS 6.1 to access locally. Now I need to make my machine available as a server for external access. How to do this?     
asked by 15.04.2016 / 13:48
2
answers

My Intranet Project Security

I have a commercial intranet project, but how can I validate that my project is not copied from the root folder, where does IIS run? So if my client has a knowledge he could easily copy my system to play on the pendrive and resell it, am I right...
asked by 21.02.2017 / 16:51
1
answer

Masking url path on IIS server

I have a question that I need but to show a path in the url that is more friendly to the user, like this: link I wanted to show instead that all this way showed just link Just like this site when clicking on any link in the me...
asked by 01.12.2016 / 15:42