|
-
August 29th, 2001, 12:35 AM
#1
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?
-
August 29th, 2001, 01:11 AM
#2
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
-
August 29th, 2001, 07:57 AM
#3
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|