Click to See Complete Forum and Search --> : IIS Aplication


TusharM
August 29th, 2001, 12:35 AM
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?

Gek
August 29th, 2001, 01:11 AM
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

TusharM
August 29th, 2001, 07:57 AM
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