All Tags > ASP.NET > IIS7 (RSS)
  • Re: Trouble with Linkpoint API in IIS7

    It worked.... finally. Thanks for the good work. I am running 2008 32bits, .net 3.5 framework and my Application Pool is on Classic mode. I just copied files to my bin and registered Interop.LPICOM_6_0Lib.dll (from my bin folder, running regsvr32 Interop.LPICOM_6_0Lib.dll) and voila ! (nothing else had...
    Posted to Forum by Fernando Paiva on 10-23-2009, 2:23 PM
  • Redirect causing Application Pool freeze

    I have 4 Rewrite rules trying to handle friendly URL's for a site but when they are enabled, the site eventually becomes unresponsive. If I manually recycle the app pool it starts up again. I have enabled FRT on the Urlrewrite module but don't really know what I need to be looking for that might...
    Posted to Forum by bdun on 10-11-2009, 7:45 PM
  • Why are my relative paths different when I request the file name opposed to directory?

    I am rewriting the url http://www.tworiverstaines.co.uk to http://www.tworiverstaines.co.uk/TwoRivers/ using this rule: <rule name="tworiverstaines.co.uk" stopProcessing="false"> <match url="(.*)" /> <conditions logicalGrouping="MatchAll"> <add...
    Posted to Forum by mcdotnet on 10-08-2009, 7:46 AM
  • Any performance tips & tweaks?

    Hello, I am planning to rent a new server that has four cores (11ghz)/4GB RAM. The other option is to rent a server with multi-processor and multi-cores (18ghz)/8GB RAM. Both would run Windows Server 2008 Web edition (x64 bit). I will be running web-sites written in ASP.net and some other sites running...
    Posted to Forum by samunplugged on 10-05-2009, 2:00 PM
  • Very strange URL rewrite problem?

    I am rewriting the url http://www.tworiverstaines.co.uk to http://www.tworiverstaines.co.uk/TwoRivers/ using this rule: <match url="(.*)" /> <conditions logicalGrouping="MatchAny"> <add input="{HTTP_HOST}" pattern="^www.tworiverstaines.co.uk$" />...
    Posted to Forum by mcdotnet on 10-05-2009, 6:42 AM
  • Rewrite rule is affecting virtual application root for all asp.net controls

    Hi i am using the following rule to map a domain through to a subfolder in my shared hosting environment: < rule name = " mydomain.co.uk " > < match url = " (.*) " /> < conditions logicalGrouping = " MatchAny " > < add input = " {HTTP_HOST} "...
    Posted to Forum by mcdotnet on 09-25-2009, 10:04 AM
  • IIS7 and ASP.NET data curruption

    Hi Not sure if this is a .NET or IIS issue but here goes. We are running a windows 2008 server with IIS 7 to host an ASP.NET web service. When I the load the web service internally on the server everything is fine. However if I try to load the asmx?wsdl form another computer the XML will have...
    Posted to Forum by cornerstone on 08-20-2009, 8:30 PM
  • IIS 7: Failed Request Tracing -vs- IIS log -- log date-time don't match up

    I've been trying to diagnose a speed problem on my ASP.NET 2.0 web application project on Windows Server 2008 II7. To do this, I've enabled the "Failed Request Tracing" feature (which creates the failed-request log files). In comparing the times/dates of the "failed request tracing"...
    Posted to Forum by andyb90 on 08-10-2009, 11:54 AM
  • Virtual Directory Issue

    Hi everyone, I'm new to this forum and look forward to learning more about IIS and it's members. I have a IIS 7 security problem ( at least I think it is a security issue) that have been trying to solve and create a virtual directory, yet unsuccessful!! I'm hoping to find the solution with...
    Posted to Forum by bosepehr@hotmail.com on 07-13-2009, 10:29 PM
  • Rewrite input with parameters. (question mark ? issue)

    Hi there fellow IIS7 people. Currently trying to make a rule to rewrite an input like this: getpic.asp?id=216303644&picsize=350 when visiting this adress, I simply get an 404 and the rule does not trigger. I'm fairly convinced the problem lies with the "?" that I had to escape as "...
    Posted to Forum by LesterDK on 05-04-2009, 4:44 AM
Page 1 of 4 (38 items) 1 2 3 4 Next >
Microsoft Communities