Wrox Programmer Forums
|
BOOK: ASP.NET Website Programming Problem-Design-Solution
This is the forum to discuss the Wrox book ASP.NET Website Programming: Problem - Design - Solution, Visual Basic .NET Edition by Marco Bellinaso, Kevin Hoffman; ISBN: 9780764543869
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: ASP.NET Website Programming Problem-Design-Solution section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old February 11th, 2006, 02:10 PM
Registered User
 
Join Date: Feb 2006
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default ASP : Permission Denied

Hi,
  I have problem with following code. When i am Calling the Dll function from asp page. it gives error says

FrontEnd_GIRS error '800a0046'

Permission denied


SET ClsFEnd=Server.CreateObject("FrontEnd_GIRS.Cls_Gen eral")

s=ClsFEnd.GF_UPDATE_ANALYSIS(sIDe_Code,UPLOADER.FO RM("h_inctype"),UPLOADER.FORM("h_workrelated"),UPL OADER.FORM("h_division"))

This similar code is running on Local network. it is working perfect.
The dll registered in Internet server 2003, by using regsvr32

i have tried with Component management. its not working.

please give me solution.

Thanks,
Antony G Vijayan

 
Old February 12th, 2006, 10:49 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 917
Thanks: 0
Thanked 0 Times in 0 Posts
Default

This question is on legacy ASP, and this is not the right forum for this question. But you probably need to change the security configuration of the COM+ object in Component Services. Or else the identity you configured for it doesn't have the rights it needs.
 
Old February 12th, 2006, 11:37 PM
Registered User
 
Join Date: Feb 2006
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hi Englere,
         Thanks for suggestion.

         DLL is registered by using regsvr32.exe. Then how can i set permission. and also advice me where do i set COM+ permission settings.

         When i am trying through component seerivces it was not working. please advice me.


Thanks,
Antony G Vijayan







Similar Threads
Thread Thread Starter Forum Replies Last Post
ASP & Excel - Permission denied: 'CreateObject' shamigc Classic ASP Components 1 May 9th, 2006 06:58 PM
(0x800A0046) Permission denied,not IIS permission! David Hay Classic ASP Basics 3 April 30th, 2006 10:47 PM
Permission denied tksarun Classic ASP Components 0 March 11th, 2005 03:01 AM
Permission Denied hamidmq Javascript How-To 2 March 10th, 2005 09:41 AM
Permission Denied einstein Linux 1 December 10th, 2003 09:49 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.