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...
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.
...
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...
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...
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...
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...
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.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...
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...
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 ...
Is there an ISAPI filter that can automatically add the Last-Modified header in IIS?
...
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 ...
Specifically curious if IIS 5.1 has a 64 bit version, but I'm guessing only IIS 6+ are 64 bit.
...
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.
...
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), ...
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...
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...
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...
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...
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.
...