Permission error while debugging ASP app.
Today i made a second copy of my ASP appln and tried debugging it.
My ASP app was accessing a COM+ component and the component was not in a compiled state.
I was running the component directly from the VB IDE so that i could debug the component also.
All this stuff is currently working in my current ver. of the ASP app but just as i made another copy of the ASP appln and tried to run it i got an error which goes like this..
Server object, ASP 0178 (0x800A0005) The call to Server.CreateObject failed while checking permissions. Access is denied to this object.
I tried to recollect the solun. to this cos i have faced this a lot of times and i finally got it at the following MS link..
http://support.microsoft.com/kb/259725/EN-US/
google helped me again in this and with just a single search..
My ASP app was accessing a COM+ component and the component was not in a compiled state.
I was running the component directly from the VB IDE so that i could debug the component also.
All this stuff is currently working in my current ver. of the ASP app but just as i made another copy of the ASP appln and tried to run it i got an error which goes like this..
Server object, ASP 0178 (0x800A0005) The call to Server.CreateObject failed while checking permissions. Access is denied to this object.
I tried to recollect the solun. to this cos i have faced this a lot of times and i finally got it at the following MS link..
http://support.microsoft.com/kb/259725/EN-US/
google helped me again in this and with just a single search..
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home