Occasionally, individual users will receive "blank pages" from our web server on login.
It only happens to individual users, not all users at a given time.
Using the same account from a different machine may or may not reproduce the problem.
Using a different account from the same machine usually works.
The problem will often go away o...
I have multiple services that have to run under one website. Two of the services have a net.tcp endpoint. The addresses are formatted as follows:
net.tcp://backend.ourcompany.com:9080/Product1/2010/09/Service1/Service1.svc
net.tcp://backend.ourcompany.com:9081/Product1/2010/09/Service2/Service2.svc
net.tcp://backend.ourcompany.com:909...
My server is running on windows server 2008, IIS 7.
My client is Windows server 2003 or Windows XP.
I want to start/stop websites remotely.
I easily managed to do it interactively using IIS 7 manager on my clients machines (cf http://blogs.iis.net/bdela/archive/2007/10/08/remote-administration-managing-iis-7-rco-from-windows-xp-2k3-and-...
In IIS7 using UrlRewrite module I want to do something likes this. I tried everywhere, possibly this is wellknown problem, but couldn't find any usefull solution.
Url "http://tom.mydomain.com" should be read internally as "http://mydomain.com/dashboard?g=tom"
I am using ASP.NET MVC, just in case info is required.
...
Two clients complains on HTTP Error 400 from Mozilla Firefox 3.6.9. This happens when they open any link - both mvc application and also any static images, which are hosted on Classic application pool without any code.
Exact error message is HTTP Error 400. The request is badly formed
No errors in windows log and application error log....
Hello guys,
I am quite new with IIS7 and still confuse on some configuration. Also, I am new with LDAP authentication. I have this ASP.Net project that needs LDAP authentication. The project and LDAP authentication are both currently running fine on a debug mode with VS2008, however, when I tried to deploy it on IIS7, the LDAP authent...
Hi
My dev environment is Windows 7 and IIS 7.
i develop a silverlight 4 app that used Silverlight-Enabled WCF service. It is working true in IDE (Visual Studio 2010) but after published it in my IIS 7, service not working true.
clientconfig is true beacause the published service browse is working true.
WCF Service don't fail and does n...
What I am doing
I am building an MVC2 website with Windows Authentication using Visual Studio 2010. I want to debug the website using IIS7 and access it from a browser in a virtual machine (in order to sign in using different users with different privileges).
Problem
When I try to access my website from my virtual machine, I get the ...
Hi,
Usually I would look at writing a Windows Service to manage tasks that aren't suited to being hosted in a web application. These types of tasks are usually long running processes or scheduled tasks. Although this is normally the primary approach for these types of tasks, people have looked at ways of running these kinds of backgroun...
My question is similar but not identical to:
http://stackoverflow.com/questions/1123741/why-cant-my-host-softsyshosting-com-support-beginrequest-and-endrequest-event (I've also read the mvolo blog referenced therein)
The goal is to successfully hook HttpApplication.BeginRequest in the IHttpModule.Init event (or anywhere internal to the...
I've got a WCF service that uses a Global.asax file to activate my services. So, my deployed virtual directory on my deployment box looks like
web.config
global.asax
- which contains Services.dll and Services.pdb
the Services.dll is the compiled bits of my Service.svc and Service.svc.cs files.
How do I get this setup to work in IIS6?...
Experimenting with URL rewrites using this module, however I'm getting the following error when attempting to hit the URL. Looked online for answers, but not sure what the best way to get around this is.... any ideas??
HTTP Error 500.52 - URL Rewrite Module Error.
Outbound rewrite rules cannot be applied when the content of
the HTTP r...
Hi all,
is there any way to use Use appcmd to list all of the files/folders with windows authentication set in IIS7?
Cheers
Batesy
...
Hi
I want to make a web page that lunches an exe on the server when loaded
i tried php:
exec('filename');
but this wont show the gui it only work with console apps
i also tried .net to do that it worked when debugging but not when using iis
any one can help me?
...
I recently inherited a dinosaur Classic ASP site that has some fresh blood pumped in to it in the form of intertwined ASPNET MVC 2. I have duplicated the site on the same server (Windows 2008 R2, 4GB, quad core, vm) to setup a poor man's staging site. As we were trying to sort some legacy bugs in the Classic ASP admin module we noticed t...
I am working on redoing a weekly report, I send, to anyone on our development team.
The previous version just sent sql server based scheduled jobs status, backup status, and database size.
But for this new version, will have more information from every part of our server.
Coldfusion:
Verify Main Datasource
List Scheduled Tasks
Serve...
I have created a rewrite rule for javascript and css versioning in IIS 7. The rule is defined as follows:
<rewrite>
<rules>
<rule name="Js/Css Cache Rewrite" stopProcessing="true">
<match url="(.+/public/(javascript|css)/(Debug|Release)/.+\.)\d+\.(js|css)" />
<action type="Rewrite" url="{R:1}{R:4}" logRewrittenUrl=...
Hello!
I have a PHP application currently connectig to a SQL Server via ODBC using Windows Authentication (odbc_connect).
Under Apache this works fine.
However I need to run this under PHP-IIS. While I can run PHP under IIS, and get this very same application connect to SQL Server when I run it from Apache, trying to run via IIS gives...
I'm getting the following error in our QA environment but only through the IIS7 reverse proxy. If I hit the application server directly it works fine. In our DEV environment it works fine through the proxy or directly.
I'm not really sure where to go with this, any ideas?
Server Error in '/' Application.
Padding is invalid and cannot...
We transferred our existing website which is running on a Server 2003 machine using iis6 and coded with classic asp to a Server 2008 64 bit machine using iis7 and classic asp. The only changes to the pages were for our calls to a Universe db, which need a new connection string . We tested all the pages within the department running 4-5...