Forum Search Results for "" RSS 1—10 of 75

More Search Options

  • Re: ASPX page displays only html code

    Posted to IIS 7 - ASP.NET Administration by KristoferG on 10-08-2008, 3:10 PM

    Hi! In addition to Steve's suggestion, I would also like to ask how you access the file. Do you use http://localhost/firstpage.aspx (or similar), or do you double-click the file in Windows Explorer? A common mistake for people new to ASP.NET is that they do not realize that the code must be executed by IIS, and cannot be opened like a ...

    • http://forums.iis.net/p/1152261/1881592.aspx#1881592
  • Re: problem extracting quoted strings from a tsv format file

    Posted to Input Formats by KristoferG on 10-07-2008, 3:34 PM

    Hi! I cannot figure out any other way than either ask the vendor to change the format, or change it yourself (in one or another way). Personally, i would just write a piece of code to change the space separator to a comma, and then use the CSV input format with the iDQuotes parameter.  

    • http://forums.iis.net/p/1152246/1881480.aspx#1881480
  • Re: Using w/ASP.Net Development Server

    Posted to IIS7 - URL Rewrite Module by KristoferG on 10-07-2008, 3:15 PM

    The ASP.NET Development Server isn't IIS, and that is most likely the reason why IIS-specific modules doesn't work. It is just a simple web server, and doesn't have all the features that IIS has. So the only way i see that you can "fix" this, is to use IIS as the web server when developing. This article should ...

    • http://forums.iis.net/p/1152250/1881477.aspx#1881477
  • Re: while running my project from server side error

    Posted to IIS 7 - ASP.NET Administration by KristoferG on 10-07-2008, 2:52 PM

    Did you replace "version" with the actual version number, or did you just use "version" when you attempted to follow the instructions? What folders do you have in the %windir%\Microsoft.Net\Framework\ folder?

    • http://forums.iis.net/p/1152040/1881475.aspx#1881475
  • Re: Set different addresses for different directories

    Posted to Setup & Migration by KristoferG on 10-07-2008, 1:39 PM

    Here is one way to do it: - Create two websites, one for test.com and one for maps.test.com. - In maps.com, create a virtual directory and point it to d:\web\maps. - Set the home directory for maps.test.com to d:\web\maps. - Set up DNS so it works properly. You can also use an application such as ISAPI_Rewrite and use only one ...

    • http://forums.iis.net/p/1152248/1881465.aspx#1881465
  • Re: Blocking Ips in IIS7

    Posted to IIS7 - Security by KristoferG on 10-07-2008, 12:34 PM

    I would like to add that you need to have the IpRestrictionModule installed. And if you are on Windows Vista, you need to have SP1 for it to show up in IIS Manager.

    • http://forums.iis.net/p/1152244/1881460.aspx#1881460
  • Re: Wildcard in Default Document

    Posted to IIS7 - Configuration & Scripting by KristoferG on 10-07-2008, 12:21 PM

    Hi, I honestly don't understand how you would define a variable that changes. It would require quite much logic to get the folder name for the current folder. Wouldn't it be easier to create a file awstats.html for each domain name and place it in each folder? But to answer your question, no, you cannot do what you want with the ...

    • http://forums.iis.net/p/1152240/1881459.aspx#1881459
  • Re: change setting in IIS6.0 for static content

    Posted to General by KristoferG on 10-06-2008, 3:37 PM

    As Tom says, i think you need to get support from Sun. We don't know the behavior of this ISAPI filter to be able to troubleshoot it. To answer your question, no, i don't think there is any setting in IIS that you forget to configure. Considering that it works for .jsp, but no other extension, and that Sun One Web Server is supposed to ...

    • http://forums.iis.net/p/1152199/1881392.aspx#1881392
  • Re: change setting in IIS6.0 for static content

    Posted to General by KristoferG on 10-05-2008, 4:01 PM

    The steps seems to be okay for IIS 6, so I am not sure what the problem is right now. Does the Sun One Application Server have any logs you can look at, and verify that the .jsp request gets to the server, but not .gif requests? I don't think the problem is with IIS, since IIS will hand over all requests to the ISAPI filter, it will not ...

    • http://forums.iis.net/p/1152199/1881298.aspx#1881298
  • Re: How to Combine Month, Day, Year using TO_TIMESTAMP or TO_DATE function

    Posted to General Discussion by KristoferG on 10-05-2008, 9:36 AM

    Hi, You are not giving any information whether Field4 is recognized as a TIMESTAMP or not. If it is not, you first need to convert it to a timestamp data type, and then use TO_STRING to print it out in a form you want. This would look like: SELECT TO_STRING(TO_TIMESTAMP('Tue Sep 23 19:39:54 2008', '??? MMM dd hh:mm:ss ...

    • http://forums.iis.net/p/1152200/1881293.aspx#1881293

1 2 3 4 5 Next > ... Last »

Microsoft Communities