Can I automate creating a .NET web application / virtual directory in IIS 5?
I asked this Can I automate creating a .NET web application in IIS? a little ago, and got solutions for IIS 6 and IIS 7:
I asked this Can I automate creating a .NET web application in IIS? a little ago, and got solutions for IIS 6 and IIS 7:
i have successfully added a custom 404 page. what I want to do is to create another custom error page that is displayed when there is any error other than 404. e.g. 500, 403 etc.
I have read many articles about the OWIN and Katana projects, but I could not get the whole picture of it.
I’ve got an ASP.NET application that can connect to Oracle when it’s started by Visual Studio Development Server, but when I deploy it to my local IIS, it does not connect, showing the “ORA-12154: TNS:could not resolve the connect identifier specified” error.
I have an asp.net site that I need to have a popup/layer/alert happen when the session reaches its timeout (lets say 10 minutes). The popup will say that your account session will exprire due to inactivity and have a button for continue session or a button for logout.
I have a reoccurring issue where a customer calls up and complains that the web site is too slow. Specifically, if they are inactive for a short period of time, then go back to the site, there will be a minute-two minute delay before the user sees a response. (the standard browser is Firefox in this case)
I am running a very basic webAPI project in Visual Studio Pro 2013. It runs fine on localhost on my machine. I then try and go to a browser from a different machine and goto :57571 similiar to how i could point to rails apps by putting the servers ipaddress followed by the port number. I then get
Bad Request – Invalid Hostname HTTP Error 400. The request hostname is invalid.
Let’s say we have 2 separate applications, a Web Api application and a MVC application both written in .NET 4.5. If you were to host the MVC application in IIS under the host header “https://www.mymvcapp.com/” would it be possible to host the Web Api application separately in IIS under the host header “https://www.mymvcapp.com/api/“?
I’m trying to publish ClickOnce application and test it locally. I want to provide installation link so I need to update location with an IP address otherwise I won’t be able to install it (because localhost is translated into computer name and it’s not accessible). The problem is, that on my IIS I can access my page only by using localhost in the address.
I am using ASP.Net Core and MS Identity, I try to understand why after each deployment the login users are logged out.
I am running on a IIS 8.5