Hi,
So I've created an ASP.NET web application that I can use to control my X10 modules, it works great when you have created a local file system web site in Visual Studio 2008 Web Developer Express Edition using the ASP.NET Development Server. The only problem of course with this is that only the machine running the ASP.NET Development Server can access the page. The next step therefore is to deploy your application to IIS 6.0, now, when you view the application everything looks great but when you click on any of the buttons to turn On/Off a module nothing happens, i.e. no asp errors are returned it's just clicking on the buttons does nothing. Run it again using the ASP.NET development server it all runs just fine.
Anybody else run into this issue when deploying to IIS?
I'm new to IIS so there may be something obvious that I have overlooked.