CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: IIS Aplication

  1. #1
    Join Date
    Aug 2001
    Location
    Mumbai
    Posts
    30

    IIS Aplication

    Hi,
    I am trying to build IIS application .I have a Web class called MyWebClass and Html template called MyTemplate.
    When i execute the program it should show me the html in browser.But it gives me following error
    /////////////////////////////////////////////
    Error Type:
    Server object, ASP 0178 (0x800A0005)
    The call to Server.CreateObject failed while checking permissions. Access is denied to this object.
    /MyWebClass1/Mytemplate.ASP, line 14
    ///////////////////////////////////////////////
    can anyone help?


  2. #2
    Join Date
    Feb 2001
    Posts
    19

    Re: IIS Aplication

    search the microsoft knowledgebase for that error. it occurs when you attemt to execute a webclass from the ide in win2k.
    if i remember correctly the webclass must not be run by the inet user (anonymously).

    if you cant find it in kb write me and ill have a look.

    hth, daniel


  3. #3
    Join Date
    Aug 2001
    Location
    Mumbai
    Posts
    30

    Re: IIS Aplication

    Thanx,
    I have changed access to authenticated access and it works!
    My operating system is windows 2000.
    I have another problem with it
    In the browser when i enter localhost it gives error ,i have to enter full ip address to start home page or anything else.
    When i use localhost it gives error:
    ///////////////////////////
    HTTP 404 - File not found
    Internet Explorer
    ///////////////////////////
    If you know something on this!
    thanx again



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured