Internet Information Services (IIS) is a web server and a set of feature extension modules created by Microsoft for use with Microsoft Windows.
1
vote
0answers
4 views
Create SubDomain RewriteRule with dynamic host
Desired behavior
URL hit to http(s)://[subdomain].foo.com/<...> rewrites (application handles as) hit to http(s)://foo.com/[subdomain]/<...>.
Problem
foo.com is not known when "shipping" the ...
0
votes
0answers
13 views
Webpage responding very slow
I know this question might have been asked several times and there are lots of posts n others forums as well. bu mine is slight different issue.
I have complex website which runs on windows server ...
2
votes
1answer
25 views
What is the best way to implement Site Binding specific configuration in IIS 7.5?
We have a ASP.NET MVC4 WebAPI Portal RIA (a mouthful, I know). The Portal UI is implemented using extjs and static html (ie no views), and all dynamic behavior is driven via RESTful JSON service end ...
0
votes
2answers
21 views
Is it possible to trigger periodic events from a WCF Service?
I'm creating a WCF service (to be run in IIS) that a client can talk to. Periodically I want my server to send a heartbeat to a Master server.
At the moment the only way I see to do this is to ...
0
votes
1answer
17 views
Deploy .net mvc site on shared hosting
Connection String at my shared hosting look like:
"Data Source=SQL5004.Smarterasp.net;Initial Catalog=DB_9A9FD8_steamfish;User Id=DB_9A9FD8_steamfish_admin;Password=YOUR_DB_PASSWORD;
In my Web.config ...
2
votes
2answers
18 views
Best way to cycle through pages of data in multiple tables?
I'm aggregating network data from all our Cisco switch ports, plus other stuff from other databases, and am outputting into an HTML file that renders strikingly like this (except I'm an idiot and just ...
2
votes
0answers
17 views
Two service stack APIs on the same IIS server
I'm currently in a situation where I need to deploy multiple Service Stack API's to the same server and getting an 'AppHostBase. Instance has already been set'. I've found this link: ServiceStack ...
0
votes
1answer
7 views
Can't access my IIS site online
I created a IIS site in my windows server 2012 virtual machine. I want to be able to access it online on my android phone. I can access it locally on the server. The ip address of the server is ...
0
votes
0answers
4 views
Getting VBox IIS to use shared volume for website physcial path
Im trying to use a VM as the webserver to test code and design changes made to content on development systems. The following what I am doing.
Create Windows 7 Enterprise VM on Virtual Box
On ...
0
votes
1answer
13 views
WAMP server as subdomain on IIS machine
My boss wants me to merge my dev server on to the same server as our live production application.
The problem with this is that the current application is .NET and development is WAMP.
On my local ...
3
votes
1answer
16 views
appcmd command to set anonymous authentication on a folder under a Web Application
I would like to run a command to set up anonymous authentication on a folder under a Web Application on IIS. I would like the particular folder to be the only thing affected. I don't want to change ...
1
vote
3answers
17 views
Azure: Unable to start cloud service running vbs startup task
For some specific purpose, I need to install some fonts on the instances. It comes as no surprise when I choose StartUp Task to accomplish that goal. I've configured the Service Definitions as below:
...
3
votes
3answers
48 views
ASP .NET Just in time
Does for every http request ASP .NET page compiled just in time (JITting) or when the page is first time requested, or when application startups?
I can't find any resource about that.
-2
votes
0answers
24 views
VB.Net Threading code causes error: Internet Explorer cannot display the webpage, res://ieframe.dll/dnserror.htm [on hold]
I have a threading code in VB.NET 2.0 which runs fine on my local debug. But when I move this code to server, I get the following error when Thread code begins.
Error: Internet Explorer cannot ...
0
votes
1answer
13 views
How to avoid UAC when using ServerManager to read IIS sites
I am using ServerManager within Microsoft.Web.Administration to read and operate on IIS sites. This unfortunately seems to require UAC, is there a way around this or do I just have to accept that I ...