Search Result

Collapse
33 results in 0.0016 seconds.
Keywords
Members
Tags
iis
  •  

  • Reading windows fax service job status in ASP.NET

    I have developed a web site to show job status of our fax server. I use windows fax service (fxscomex.dll interop). when I am debugging from VS2010 (using development sever), everything is fine, I can read jobs status of, but when I run my web site under IIS, job queue is always empty.

    here is my code to check sent items:

    Code:
    FaxOutgoingMessageIterator sentItems = fxServer.Folders.OutgoingArchive.GetMessages(100);
    ...
    See more | Go to post

  • ephi
    started a topic IIS metabase problem
    in IIS

    IIS metabase problem

    Hi,

    I activated IIS on my XP machine and then installed an Intranet app (.NET).
    When I tried to access the portal, I got an error with the message "Failed to access IIS metabase".
    The exact message is below. Any help would be appreciated.

    Server Error in '/portal' Application.
    --------------------------------------------------------------------------------

    Failed to access...
    See more | Go to post

  • Error on running aspx website from iis when endabledirbrowsing is off

    Hi guys, i am having trouble setting up my website using IIS manager. I think I've specified the path correctly, when enabledirbrowsi ng is off, the web browser is throwing me an error (Error 403.14 The web server is configured to not list the contents of the directory), it works fine when enabledirbrowsi ng is on, however, it prompt me the list of my directory.

    Here's the list of things i've done so far:

    1. Since i am using...
    See more | Go to post
    Last edited by chibbie23; Feb 20 '12, 03:16 AM. Reason: clarifications

  • serhanatabas
    started a topic IIS Freezes too often.
    in IIS

    IIS Freezes too often.

    Hi,

    Let me give you a brief about our environment;

    Client Side;
    - Developed under VB.Net.
    - Using .Net Framework 1.1.4322
    - comunicating with SQL server by web services.
    - Running a "job engine" that manages web service traffic.

    Server Side;
    - Running a virtual private server
    - OS: Server 2008 R2
    - SQL 2008 Ent.
    - IIS 7

    Problem...
    See more | Go to post

  • john garvey
    started a topic Max concurrent visitors

    Max concurrent visitors

    Hi All

    Does anybody know the answer to this.

    I am writing an eCommerce website using legacy software:
    A PC running Windows 7 Ultimate, IIS 7 & 4Gig of ram
    Classic ASP
    An ActiveX DLL
    SQLserver or MySQL backend database

    The question is how many concurrent visitors can I expect to comforable cope with with this configuration.

    Thanks
    See more | Go to post

  • Poonam Mundada
    started a topic Unable to browse Website using IIS 5.1
    in .NET

    Unable to browse Website using IIS 5.1

    I installed VisualBasic 2008. Then installed Local IIS 5.1
    and now whn i try to browse my site it gives Error:

    XML Parsing Error: not well-formed
    Location: http://localhost/Trail_demo/Home.aspx
    Line Number 1, Column 2:


    I also execute the commmand: aspnet_regiis


    but the problem is not yet solved.

    Please suggest some solution....
    See more | Go to post

  • Saumitra Kumar Paul
    started a topic .Net remoting error in IIS

    .Net remoting error in IIS

    Hope all you are fine.

    I am working on a .net remoting project (VS 2008). I have a .dll hosted in IIS 6 windows server 2003 r2.

    When i try to test it in internet explorer "http://localhost/hellone/test.rem", it shows the following error


    System.BadImage FormatException : The format of the file 'SimpleTest' is invalid.
    File name: "SimpleTest "
    at System.Reflecti on.Assembly.nLo ad(AssemblyName...
    See more | Go to post

  • IIS6 Can access via localhost but cannot access via IP Address

    Dear,

    I have just deployed my website in IIS6 (Windows Server 2003) and have a problem:

    - Can access with http://localhost/

    - Cannot access via IP Address (http://192.168.1.3 - is my IP)

    - Cannot access via PC's name (http://hciss/ - is my PC's name).

    I want to access my website from another PC in my LAN network. How to resolve this problem?

    Thanks,
    See more | Go to post

  • aman katoch
    started a topic Webservice does not fetch when published on IIS
    in IIS

    Webservice does not fetch when published on IIS

    Hi,
    I have a webservice connecting to access db using DSN. Its .asmx page working fine on .net development server. But when i publish it on IIS, run .asmx page and call web method, it does not get the data. Also there is no error. What can be the problem.

    plz reply asap.

    Thanks,
    Aman Katoch.
    See more | Go to post

  • Georgi
    started a topic Use restricted resource.

    Use restricted resource.

    Hi.

    I couldn't quite find the right way to formulate my topic.
    Its about IIS,aspx,C#.

    How can one use a resource(ex. image) in the web front end to which user does not have access (its on computer that's behind a firewall)?

    I presume i have to read the image with the webserver(c#) and write it in a temp folder to which the user has access so that the browser on the user side can load the image....
    See more | Go to post

  • The server committed a protocol violation. Section=ResponseStatusLine

    my .net application returns this runtime error when attempting to hit a webservice via http get. Wierd thing is that hitting the browser back button and retrying temporarily solves the issue, only to happen again the next time you run the code. I read something about a problem in the httpheaders but I can't seem to figure out the true issue here. Any help would be appreciated.

    I have attempted adding this to the web.config which...
    See more | Go to post

  • How to upload data to a Remote Sql Server

    I develop a little desktop (not web) application which stores data in a local sql compact database.
    I need to upload some of this data to a remote sql server via internet, using IIS.
    I'm a advanced Vb.net developer, but I don't have a clue on how can I connect both application using IIS!
    Anyone can point me in the right direction?
    Many Thanks!
    See more | Go to post

  • Bassem
    started a topic FTP account vs Windows account on Windows Server 2003
    in IIS

    FTP account vs Windows account on Windows Server 2003

    Hello,

    I'm new to IIS, I was just using it for tests from my IDE.
    I'm totally confused about the difference between FTP account user name and password and regular windows account.

    Is each FTP account (user/password) have to have an identical windows account?

    Confuses!

    Thanks a lot.
    See more | Go to post

  • web service security with SSL and Client Certificates

    I am trying to understand the process for securing a webservice. I have set up an https iis web service and require client certificates. Now, as I understand it when I make the web service request I attach my client certificate and the web browser encrypts the request using the web servers public key (which I assume the web server decrypts using it's private key). My question is...

    Does the web server automatically encrypt the response...
    See more | Go to post

  • Steve Luk
    started a topic Browse won't show the default page

    Browse won't show the default page

    Let me start by saying I'm a newbie to this .Net development and I'm currently assigned to crack into an old ASP.NET v1.134 website source to rebuild it. The website is part of a solution consisting of 11 projects. The website project where the default.aspx is located, say projA, has a project file called projA.csproj with the url http://localhost/appname/projA.csproj in it. There's another suspicious project file called appname.csproj I found in...
    See more | Go to post
Working...