Hi All,
I wanted to get feedback on a potential setup and wanted to make sure it would likely work before embarking on this path.
I want to use IIS in from of Tomcat to do NTLM authentication. There is a Web service running in tomcat that would get requests get forwarded to it by IIS.
This service requires knowledge of the remote NT u...
I am trying to create command line command to do this.
I already deploy website using aspnet_compiler to local drive.
Now I am trying to copy these files to remote machine IIS:
is it possible to use aspnet_compiler to directly deploy on remote IIS
something like this
aspnet_compiler -v /Website1 -p c:\Projects\WebSite -f test.lala.com...
I have a list with about 3000 items in it. The editing page is taking forever to load but the rest of the site is fast. I thought it had to do with having a Lookup column on the page and using the multiselect drop down but after replacing it, I am seeing no difference.
The page is about 118kb and take about 5 min to load.
Any ideas o...
What is best practice for naming & hosting a WCF service endpoint in IIS?
Assuming an example scenario of:
A service dealing with customer entities
A solution namespace of Company.Entities.Customer
Company.Entities.Customer.ServiceHost contains the IIS Host (ie. just the .svc file)
Company.Entities.Customer.Service contains the servic...
I have a Generic HTTP Handler (*.ashx) in my ASP.Net application which performs some basic but time consuming computations printing progress statements to the output as it goes to keep the user informed. Performing these computations involves reading some data files which are locked by the handler while using them, so it's important tha...
I've searched and didn't find any question similar, so I'm asking.
Is it possible to use IIS with transport other thna HTTP?
If so, how to configure it?
...
I am using C# to authenticate users to my app as follows:
LdapConnection connection = null;
try
{
using (connection = new LdapConnection(Configuration.JonahLdapServer))
{
connection.Credential = new NetworkCredential(userName, password, Configuration.JonahDomain);
...
I understand that this is not the perfect environment for doing this but please stick with me and help if you can...
The set up I want to achieve is to have my rails application running on a windows 2003 server, using a pack of mongrels with lighttpd acting as the load balancer and IIS in front of it all passing client requests to light...
In our ASP.NET MVC application, we've noticed that we cannot have The Forbidden DOS File NamesCOM1 through COM9, LPT1 through LPT9, CON, AUX, PRN, and NULanywhere in our routes. They inevitably result in IIS telling us the file cannot be found, even when we set routing not to check for the existence of files first. How can we work arou...
So, I know there's a lot of this subject here and over the Internet. But most articles/questions refers to "static" url rewriting, like:
www.site.com/products.aspx?category=Books
So they rewrite it to
www.site.com/Products/Books
That's ok but I need something else.
The site is like a CMS, it has different types of content.
Nowad...
I have statiс files in website folder, but need to check permissions for every file.
I decided to use HttpModule for that purposes.
ASP.NET receives all the http-requests (I used wildcard mapping) and
The algorith is the following:
HttpModule receives the request
HttpModule checks permissions
If access is denied then the answer is ...
Hi,
Is there anyway to change the src to include another host?
From:
script src="/ScriptResource.axd?d=blablabla"
To:
script src="http://host_xyz/ScriptResource.axd?d=blablabla"
...
I am going to develop a web portal. I have an option to choose a technology either PHP or ASP.NET. In terms of performance (not development speed) which will do better.
Coming to webserver, IIS vs Apache, which will perform better?
How many no. of requests/second can be handled by IIS?
How many no. of requests/second can be handled b...
I am migrating my sites from a Windows 2003 server to Windows 2008 however the url rewriting application simply doesnt work when set up on the Windows 2008.
Any ideas? I just get 404's instead of it trying to rewrite the url.
I have tried using MS Urlrewriting module but it doesnt appear to work either as I have to use the app in Integ...
Hi Stackoverflowers
I am moving my php sites from a Linux machine over to a windows machine with IIS7
I keep getting this error on three of my domains:
"Unable to create file mapping
Access is denied."
I have no idea how it origins... Can someone please come with some suggestions as to what would cause this error?
I dont even know w...
How to Get the Time When IIS Started With Classic ASP?
...
I am currently having two domains www.xyz.com and www.pqr.com. If anybody enters xyz.com I need to bringout the website pqr.com
Both are on the same server.
Kindly suggest how to go about this.
Thanks
...
Thats my question, I'm catching a few WCF exceptions on my client and the ProtocolException always has html code in its message.
Could I assume that will happen every time? For what I see the real good message comes in the inner exception, could I just discard the ProtocolException message and show the user the message from the inner exc...
Hi,
I have two websites on IIS but I need to pick up the pages from 2nd website directory on IIS when the user visits the 1st website. But I do not want to use redirection. I am giving the folder of 2nd website in settings of 1st website but it is showing the autentication dialog box when I try to visit the 1st website
Thanks
...
We have an ASP.Net Web Application that is running in an IIS Web-Garden--which is configured to allocate up to four processes. In our Web Application the first user that hits the site causes the loading of all of the cached items. Since we are running in a IIS Web-Garden it ultimately takes up to four first time users to build up the cac...