I have run into a difficult situation.
I do not want to do my development based on an emulator, so I want to be able to have my phone (Android), to connect to my local PC to make sure what I am developing comes out the way I want it to.
Issue #1 - I need to be able to connect to my network, not internet, I can't have my PC internet fac...
So our connection string is constructed from app settings rather than stored as an actual connection string. Stupid I know, was done years before I was here.
Question is, can I do something in the web.config or in IIS itself to define the processes default connection pool from a configuration standpoint so I don't have to change the cod...
Hi,
I would like to have Wordpress ignore a specified sub-directory in IIS. Similar to mod-rewrite under Apache.
Thanks!
...
Hi,
I created a silverlight business application on VS2010 in my Win7 virtual PC.
I only added a button to home.xaml..rest everything else is untouched in the template's code.
I deployed the application on IIS 7 and when I try access it on win XP machine..I get an error "Unhandled Error in Silverlight Application" code: 2105
After a b...
Is it possible to run IIS Express (Beta from WebMatrix) with a path other than /?
There's no documentation so I've copied the default "applicationHost.config" and made the following change to the application path and virtual directory:
<site name="WebSite1" id="1" serverAutoStart="true">
<application path="/x">
<virtualDirectory ...
I have found a code snippet as given below which is used to disable file monitoring (file change notification) on IIS server, but the code is not working as expected. The monitor object below is getting NULL value. Not sure if there is some more additional code required or any other settings required. Can anyone suggest why this could b...
I'm trying to get the Mercurial web interface running on my Windows Server through IIS. All the tutorials online are out of date and I've tried to stumble through them, but things are just too different between the Python, Mercurial, and IIS versions. Unfortunately, I'm stuck with a Windows server. Has anyone had any luck with this?
...
I have a set of simple HTML pages that I'm using for a Facebook application, hosted on IIS (6, most likely, but possibly 7. My client is irritatingly withholding on details).
For reasons passing understanding, Facebook must make POST requests when it tries to load a Pages tab. The POST request goes to a static .htm file on the site whic...
I have two web site sites on IIS 7 (Default, Custom). Both Sites host the same web application.
Some of the web application behavior changes depending under what web site it is running. Is there a way for the web application to find out what is the name of the WebSite under which it is handling the current request.
Thank you
Imran
...
I installed Umbraco 4.5 and it is running fine. one thing i cant get to work though, is the 404. When it hit a page that does not excist it shows the default IIS7 404 page, and not the built-in umbraco 404 page.
So i am asuming it is a setting in the iis i have to change - but which?
...
Dear all!
We are currently finishing a web-based time-tracking software built on ASP.NET and WCF (for different desktop-clients). Our customers can register an account and add an unlimited number of users to their account. Pricing is tied to the number of active users in the companys account.
To keep things simple and easily scalable ...
I had assignment to implement some custom encryption scheme on IIS. I first checked out ISAPI filters, but found out that they are deprecated and SSL is no go, because of device limitation and I was unable to find low resource native encryption supported by IIS.
I am playing whit HttpModules.
So when I catch BeginRequest I store HttpAp...
I create webdirectory in IIS, using MSBuild task:
<WebDirectoryCreate
VirtualDirectoryName="$(VirtualDirectoryName)"
VirtualDirectoryPhysicalPath="$(VirtualDirectoryPath)"
AccessExecute="true"/>
Now I look for possibility to specify enabled protocols (http, https, net.tcp) for this webdirectory using MSBuild. Any suggestion?
...
The 3rd party git repository service I use provides post-commit hook where it will post the commit details in JSON to specified URL.
Most of build automation is via powershell (pull from git repo, build, copy artifacts). What Id like to be able to do is somehow launch the powershell script when the specified URL is hit. Im struggling to...
I created a WCF service that has a method which makes a call to a SOAP web service over the internet.
In order to make a call to the SOAP web service, it requires that an X.509 certificate be sent with the HttpWebRequest.
The X.509 certificates are loaded in the Personal and Trusted Certificate store of the account which the service i...
I have a MOSS 07 FBA site at https://fba.mydomain.com.
I have a classic ASP site on the same server at https://asp.mydomain.com.
When I access https://asp.mydomain.com in the browser, it redirects to the login form at https://fba.mydomain.com/_layouts/login.aspx. This is very strange. The two things are completely different sites in IIS....
I am using Windows Server 2003 with IIS6 and Windows Server 2008R2 with IIS7.
I need to create a dashboard similar to google analytics that we be view via webpage by non-technical users. I figure this could be done analyzing IIS log files but I am not sure what the best route is for accomplishing this.
What is the best way to create a...
Hi
I am building an iPhone app the retrieves a file from an IIS7 server. I'm using a plain old NSURLRequest to retrieve this file. The request works fine if I use another web server, but for some reason this one keeps giving me a 400 bad request. So I took a look at the request the NSURLRequest sends, and it looks like this:
::1 [Wed S...
Hi all,
We've got an Asp.Net / IIS6 web application which sits on two servers in separate data centers on our intranet in an active-passive failover configuration. Lets call these servers MyAppSpringfield and MyAppShelbyville.
Now we've got a DNS name set up called 'MyApp', so that the users can simply access the application through ht...
I have a problem using windows authentication and the authorization-tag in web.config for my asp.net application. When I host the application in IIS (both in IIS 6 and IIS 7) the authorization-tag is ignored. When I run the application in asp.net development server that comes with visual studio 2010, it works perfect.
Why will it not w...