iis

.NET 1.1 DLL Website Access Problems (Access is denied for NON-ADMINS)

We are using the ASP.NET 1.1 version of dtSearch and are having an issue that is affecting our users authenticating with Active Directory (AD). This issue also is affecting another custom, in-house .NET 1.1 DLL in the same websites. When a standard user hits the search after a period of inactivity the site will give the error below. A...

.NET/IIS - Can I run a virtual directory using .NET 3.5 while the Website runs in 2.0?

I have a website running on .NET 2.0 right now. I have a reporting tool which needs to run on the same webserver as well, but it was written in 3.5. Can I create a Virtual Directory under websites, called "Reports" and have that run against 3.5? So the user can go to http://domain/Reports ? Let me know if this makes no sense. ...

Could not load file or assembly 'App_Licenses' or one of its dependencies. Access is denied.

Has anyone ever come across this? I've never seen it before. I know there is a *.lic" file in my bin for some web charting software. I did a publish, copied to dev server and then suddenly boom, get this error on every page. Any ideas? I've cleared out temp asp.net files and restarted IIS. edit: wow, I'm thinking this might be the...

Convert IIS / Tomcat Web Application to a multi-server environment.

I have an existing web application built in .Net, running on IIS that leverages a java servlet that we have running on Tomcat 5.5. We need to scale the application and I'm confused about what relates to our situation and what we need to do to get the servlet running on multiple servers. Right now I have 4 servers that can each individu...

Using jqGrid on IIS7

I have jqGrid running fine locally in VS 2008 in a ASP.NET MVC project. When I upload the project to the server (W2008, IIS7) I get an error in IE 8, Object doesn't support this property or method on the call to jqGrid. In Firebug - jqGrid is not a function. All other JQuery plugins works fine (before and after the upload). Any ideas wh...

.Net 2.0 & SQL Server 2008 Hanging Process

I created a simple .Net web service which runs a very simple query (which should normally be very quick). The query is something like this: SELECT v.email FROM dbo.Reporting r INNER JOIN dbo.Reporting_EmailList el ON r.reportID = el.reportID INNER JOIN OtherDB.dbo.V_ActiveDir v ON el.userGUID = v.objectGUID WHERE r.reportID = @repor...

Using web.config to ban user-agents

Is it possible to ban certain user agents directly from web.config? Certain robots seem not to follow robots.txt, and to avoid pointless server load (and log-file spamming) I'd like to prevent certain classes of request (in particular based on user-agent or very perhaps IP-address) from proceeding. Bonus points if you know if it's simi...

IIS 6 Hangs , then app pool resets. IIS Debug Diag Dump Attached

IIS 6.0 Hangs, then the app pool resets after approximately 3 minutes. This is an ASP site, upon reset it functions great for a few seconds, then hangs. All other App Pools on this instance of IIS 6 function correctly. There do not appear to be any performance issues with this machine. I took a memory dump using IIS Debug Diagnostics, an...

Webservice Applicationpool

Hi I have two diffrent web services(running on local machine) and pointing to one application pool(1.Can I do that?Is it any performance concern?).I have not much knowledge about how the applicationpool will works. the other .Net application is using two webservices,but frequently one webservice is not responding which internally ca...

How to add an ISAPI extension to a ASP.Net development iis server?

Hi all, Because of a CMS software that I'm using I need to add a ".*" ISAPI extension to my IIS (pointing to aspnet_isapi.dll). What I would like to do is to have the ability to add a ISAPI extension to my VS IIS server as well, so that I can test my webapp locally instead of deploying it to the server all the time. Is it possible to ...

Automatically add Last-Modified header IIS?

Is there an ISAPI filter that can automatically add the Last-Modified header in IIS? ...

IIS6 Wildcard Mapping Security Concerns?

We're are looking to utilized extensionless URL's for the first time in our organization. We've requested our sys admins add a wildcard mapping to IIS6 so all requests get processed through the asp.net. They are pushing back, citing security concerns. I don't have enough information about potential security issues with the wildcard ...

What versions of IIS are available as 64 bit?

Specifically curious if IIS 5.1 has a 64 bit version, but I'm guessing only IIS 6+ are 64 bit. ...

Can I install IIS 6 or 7 on a Windows XP machine?

I've heard that this isn't possible because you need to have the Windows Server OS installed, but that seems kind of ridiculous because how would you set up a local development environment? Anyway, curious if this is possible. ...

IIS hosting WCF service error

Hello everyone, I am using IIS 7.0 to host a simple WCF service. I write it by using VSTS 2008 + .Net 3.5 + C#. The issue is when I access http://localhost:9999/service.svc (I suppose in web browser we can browse the content of WSDL, and I create a new web site which uses port 9999 and run application pool under administrator account), ...

Multiple endpoints under IIS

I have been trying to add a new endpoint in a service hosted under IIS but haven't been able to figure it out for the past day or so. This is my understanding: you can have multiple endpoints under IIS as long as they have unique addresses. you could assign a base address but it will be overridden by the virtual directory setup in IIS...

IIS - Make Directory an Application from the CLI for .NET application

I have IIS installed on a server configured with asp.net 2.0 and a directory located at C:/Inetpub/wwwroot/application. I also got an automated process for zipping up an asp.net web application, scp'ing that .zip file to said server, blowing away the previous contents of the application/ directory, and unzipping the .zip file there, and...

ASP.NET MVC, Url Routing: Maximum Path (URL) Length

The Scenario I have an application where we took the good old query string URL structure: ?x=1&y=2&z=3&a=4&b=5&c=6 and changed it into a path structure: /x/1/y/2/z/3/a/4/b/5/c/6 We're using ASP.NET MVC and (naturally) ASP.NET routing. The Problem The problem is that our parameters are dynamic, and there is (theoretically) no lim...

Mod_rewrite-like feature in IIS ( 5/6/7 ) ?

I'm working on (surprise) a web framework that entirely is dependent on mod_rewrite, however I'd like for it to be compatible with IIS ( if possible ). There's a slight slight chance one of the sites being built will have to be stored on an IIS box, I'm wondering if there's any rewrite module in the most popular versions of IIS I could r...

Error while deploying websetup from vs2003

The specified path http://ServerName/Path is unavailable. The Internet Information Server might not be running or the path exists and is redirected to another machine. Please check the status of this virtual directory in the Internet Services Manager. ...